wok rev 15846
python-distribute: Fixed WGET_URL.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Jan 27 06:32:12 2014 +0000 (2014-01-27) |
parents | ab4f9919d9f4 |
children | 4d290a491622 |
files | python-distribute/receipt |
line diff
1.1 --- a/python-distribute/receipt Mon Jan 27 11:23:53 2014 +0000 1.2 +++ b/python-distribute/receipt Mon Jan 27 06:32:12 2014 +0000 1.3 @@ -9,10 +9,10 @@ 1.4 WEB_SITE="http://pypi.python.org/pypi/distribute" 1.5 SOURCE="distribute" 1.6 TARBALL="$SOURCE-$VERSION.tar.gz" 1.7 -WGET_URL="http://pypi.python.org/packages/source/d/distribute/$TARBALL" 1.8 +WGET_URL="https://pypi.python.org/packages/source/d/distribute/$TARBALL" 1.9 1.10 DEPENDS="python" 1.11 -BUILD_DEPENDS="python-dev" 1.12 +BUILD_DEPENDS="python-dev wget" 1.13 1.14 # Rules to configure and make the package. 1.15 compile_rules()