Skip to content

Commit

Permalink
don't use the 'devpi' meta-package anymore (overrides our version sel…
Browse files Browse the repository at this point in the history
…ection otherwise)
  • Loading branch information
jhermann committed Sep 9, 2014
1 parent 7fa1354 commit f7d0db0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions debianized-devpi/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ PREINSTALL=
# --preinstall "https://github.com/jhermann/requests/archive/proxy-fixed-for-devpi.zip\#egg=requests"

# Version of "devpi" meta package
DEVPI_VERSION=2.0.2
DEVPI_URL="https://pypi.python.org/packages/source/d/devpi/devpi-$(DEVPI_VERSION).tar.gz"
DEVPI_SERVER_VERSION=2.0.6
DEVPI_URL="https://pypi.python.org/packages/source/d/devpi-server/devpi-server-$(DEVPI_SERVER_VERSION).tar.gz"

# Use a specific repo to build the package?
##PYPI_URL="--pypi-url=https://devpi.net/hpk/dev"
##DEVPI_URL="https://devpi.net/hpk/dev/+f/852/a16d5a944fd5a/devpi-2.0.2.tar.gz"

# Frozen versions of "devpi" requirements
DEVPI_FREEZE="requests==2.4.0 devpi-common==2.0.2 devpi-client==2.0.2 devpi-server==2.0.6 devpi-web==2.1.0"
DEVPI_FREEZE="requests==2.4.0 devpi-common==2.0.2 devpi-client==2.0.2 devpi-web==2.1.0"

# Add plugin packages, as a space- or comma-separated list
DEVPI_PLUGINS="devpi-findlinks==1.0.0"
Expand Down

0 comments on commit f7d0db0

Please sign in to comment.