Skip to content

Commit

Permalink
fix for new PyPI URL layout
Browse files Browse the repository at this point in the history
  • Loading branch information
jhermann committed Oct 8, 2018
1 parent af85dcf commit 62e3f6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debianized-devpi/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ PREINSTALL=--preinstall "setuptools>=17.1" --preinstall "pip>8" --preinstall "wh

# Version of "devpi" meta package
DEVPI_SERVER_VERSION=4.7.1
DEVPI_SERVER_PYPI="https://pypi.python.org/"
DEVPI_URL=$(DEVPI_SERVER_PYPI)$(shell curl -sL $(DEVPI_SERVER_PYPI)simple/devpi-server/ \
DEVPI_SERVER_PYPI="https://pypi.org/"
DEVPI_URL=$(shell curl -sL $(DEVPI_SERVER_PYPI)simple/devpi-server/ \
| grep devpi-server-$(DEVPI_SERVER_VERSION).tar.gz | cut -f2 -d'"' | cut -f1 -d\# | sed -re 's~^[./]+~~')

# Use a specific repo to build the package?
Expand Down

0 comments on commit 62e3f6a

Please sign in to comment.