wok rev 21582
Use python-setuptools as bdeps (again)
line diff
1.1 --- a/python-flask/receipt Sun May 19 19:23:11 2019 +0200 1.2 +++ b/python-flask/receipt Sun May 19 19:45:04 2019 +0200 1.3 @@ -12,7 +12,7 @@ 1.4 WGET_URL="https://files.pythonhosted.org/packages/4b/12/c1fbf4971fda0e4de05565694c9f0c92646223cff53f15b6eb248a310a62/$TARBALL" 1.5 1.6 DEPENDS="python-click python-itsdangerous" 1.7 -BUILD_DEPENDS="setuptools" 1.8 +BUILD_DEPENDS="python-setuptools" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()
2.1 --- a/python-flup/receipt Sun May 19 19:23:11 2019 +0200 2.2 +++ b/python-flup/receipt Sun May 19 19:45:04 2019 +0200 2.3 @@ -12,7 +12,7 @@ 2.4 WGET_URL="http://www.saddi.com/software/flup/dist/$TARBALL" 2.5 2.6 DEPENDS="python" 2.7 -BUILD_DEPENDS="python python-dev python-distribute setuptools" 2.8 +BUILD_DEPENDS="python python-dev python-distribute python-setuptools" 2.9 2.10 # Rules to configure and make the package. 2.11 compile_rules()
3.1 --- a/python-foolscap/receipt Sun May 19 19:23:11 2019 +0200 3.2 +++ b/python-foolscap/receipt Sun May 19 19:45:04 2019 +0200 3.3 @@ -12,7 +12,7 @@ 3.4 WGET_URL="https://pypi.python.org/packages/source/f/foolscap/$TARBALL" 3.5 3.6 DEPENDS="python" 3.7 -BUILD_DEPENDS="wget python-dev setuptools" 3.8 +BUILD_DEPENDS="wget python-dev python-setuptools" 3.9 3.10 # Rules to configure and make the package. 3.11 compile_rules()
4.1 --- a/python-formalchemy/receipt Sun May 19 19:23:11 2019 +0200 4.2 +++ b/python-formalchemy/receipt Sun May 19 19:45:04 2019 +0200 4.3 @@ -13,7 +13,7 @@ 4.4 4.5 DEPENDS="python python-sqlalchemy python-webhelpers python-markupsafe \ 4.6 python-tempita python-webob" 4.7 -BUILD_DEPENDS="python-dev setuptools wget" 4.8 +BUILD_DEPENDS="python-dev python-setuptools wget" 4.9 4.10 # Rules to configure and make the package. 4.11 compile_rules()
5.1 --- a/python-formencode/receipt Sun May 19 19:23:11 2019 +0200 5.2 +++ b/python-formencode/receipt Sun May 19 19:45:04 2019 +0200 5.3 @@ -13,7 +13,7 @@ 5.4 TAGS="python" 5.5 5.6 DEPENDS="python" 5.7 -BUILD_DEPENDS="python python-dev setuptools" 5.8 +BUILD_DEPENDS="python python-dev python-setuptools" 5.9 5.10 # Rules to configure and make the package. 5.11 compile_rules()
6.1 --- a/python-futures/receipt Sun May 19 19:23:11 2019 +0200 6.2 +++ b/python-futures/receipt Sun May 19 19:45:04 2019 +0200 6.3 @@ -12,7 +12,7 @@ 6.4 WGET_URL="https://files.pythonhosted.org/packages/1f/9e/7b2ff7e965fc654592269f2906ade1c7d705f1bf25b7d469fa153f7d19eb/$TARBALL" 6.5 6.6 DEPENDS="python" 6.7 -BUILD_DEPENDS="python setuptools" 6.8 +BUILD_DEPENDS="python python-setuptools" 6.9 6.10 # Rules to configure and make the package. 6.11 compile_rules()
7.1 --- a/python-gammu/receipt Sun May 19 19:23:11 2019 +0200 7.2 +++ b/python-gammu/receipt Sun May 19 19:45:04 2019 +0200 7.3 @@ -11,7 +11,7 @@ 7.4 WGET_URL="https://github.com/gammu/$PACKAGE/archive/$VERSION.tar.gz" 7.5 7.6 DEPENDS="python gammu" 7.7 -BUILD_DEPENDS="python-dev gammu-dev pkg-config setuptools" 7.8 +BUILD_DEPENDS="python-dev gammu-dev pkg-config python-setuptools" 7.9 7.10 # Rules to configure and make the package. 7.11 compile_rules()
8.1 --- a/python-geojson/receipt Sun May 19 19:23:11 2019 +0200 8.2 +++ b/python-geojson/receipt Sun May 19 19:45:04 2019 +0200 8.3 @@ -12,7 +12,7 @@ 8.4 WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 8.5 8.6 DEPENDS="python" 8.7 -BUILD_DEPENDS="wget python setuptools" 8.8 +BUILD_DEPENDS="wget python python-setuptools" 8.9 8.10 # Rules to configure and make the package. 8.11 compile_rules()
9.1 --- a/python-html2text/receipt Sun May 19 19:23:11 2019 +0200 9.2 +++ b/python-html2text/receipt Sun May 19 19:45:04 2019 +0200 9.3 @@ -12,7 +12,7 @@ 9.4 WGET_URL="https://github.com/Alir3z4/html2text/archive/$VERSION.tar.gz" 9.5 9.6 DEPENDS="python" 9.7 -BUILD_DEPENDS="python-dev python-distribute setuptools" 9.8 +BUILD_DEPENDS="python-dev python-distribute python-setuptools" 9.9 9.10 # Rules to configure and make the package. 9.11 compile_rules()
10.1 --- a/python-html5lib/receipt Sun May 19 19:23:11 2019 +0200 10.2 +++ b/python-html5lib/receipt Sun May 19 19:45:04 2019 +0200 10.3 @@ -12,7 +12,7 @@ 10.4 HOST_ARCH="i486 arm" 10.5 10.6 DEPENDS="python python-six" 10.7 -BUILD_DEPENDS="python-dev setuptools wget" 10.8 +BUILD_DEPENDS="python-dev python-setuptools wget" 10.9 10.10 # Rules to configure and make the package. 10.11 compile_rules()
11.1 --- a/python-http-parser/receipt Sun May 19 19:23:11 2019 +0200 11.2 +++ b/python-http-parser/receipt Sun May 19 19:45:04 2019 +0200 11.3 @@ -12,7 +12,7 @@ 11.4 WGET_URL="https://github.com/benoitc/$SOURCE/archive/$VERSION.zip" 11.5 11.6 DEPENDS="python" 11.7 -BUILD_DEPENDS="python-dev setuptools wget python-cython" 11.8 +BUILD_DEPENDS="python-dev python-setuptools wget python-cython" 11.9 11.10 # Rules to configure and make the package. 11.11 compile_rules()
12.1 --- a/python-humanize/receipt Sun May 19 19:23:11 2019 +0200 12.2 +++ b/python-humanize/receipt Sun May 19 19:45:04 2019 +0200 12.3 @@ -11,7 +11,7 @@ 12.4 WGET_URL="https://github.com/jmoiron/humanize/archive/$VERSION.tar.gz" 12.5 12.6 DEPENDS="python" 12.7 -BUILD_DEPENDS="setuptools" 12.8 +BUILD_DEPENDS="python-setuptools" 12.9 12.10 # Rules to configure and make the package. 12.11 compile_rules()
13.1 --- a/python-invoice2data/receipt Sun May 19 19:23:11 2019 +0200 13.2 +++ b/python-invoice2data/receipt Sun May 19 19:45:04 2019 +0200 13.3 @@ -12,7 +12,7 @@ 13.4 TAGS="pdf" 13.5 13.6 DEPENDS="python poppler-apps" 13.7 -BUILD_DEPENDS="python setuptools" 13.8 +BUILD_DEPENDS="python python-setuptools" 13.9 13.10 # Rules to configure and make the package. 13.11 compile_rules()
14.1 --- a/python-jcconv/receipt Sun May 19 19:23:11 2019 +0200 14.2 +++ b/python-jcconv/receipt Sun May 19 19:45:04 2019 +0200 14.3 @@ -12,7 +12,7 @@ 14.4 WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 14.5 14.6 DEPENDS="python" 14.7 -BUILD_DEPENDS="python setuptools wget" 14.8 +BUILD_DEPENDS="python python-setuptools wget" 14.9 14.10 # Rules to configure and make the package. 14.11 compile_rules()
15.1 --- a/python-jedi/receipt Sun May 19 19:23:11 2019 +0200 15.2 +++ b/python-jedi/receipt Sun May 19 19:45:04 2019 +0200 15.3 @@ -12,7 +12,7 @@ 15.4 WGET_URL="https://pypi.python.org/packages/source/j/$SOURCE/$TARBALL" 15.5 15.6 DEPENDS="python" 15.7 -BUILD_DEPENDS="wget setuptools python-dev" 15.8 +BUILD_DEPENDS="wget python-setuptools python-dev" 15.9 15.10 # Rules to configure and make the package. 15.11 compile_rules()
16.1 --- a/python-jinja2/receipt Sun May 19 19:23:11 2019 +0200 16.2 +++ b/python-jinja2/receipt Sun May 19 19:45:04 2019 +0200 16.3 @@ -12,7 +12,7 @@ 16.4 WGET_URL="https://pypi.python.org/packages/source/J/$SOURCE/$TARBALL" 16.5 16.6 DEPENDS="python python-markupsafe" 16.7 -BUILD_DEPENDS="setuptools wget" 16.8 +BUILD_DEPENDS="python-setuptools wget" 16.9 16.10 # Rules to configure and make the package. 16.11 compile_rules()
17.1 --- a/python-kid/receipt Sun May 19 19:23:11 2019 +0200 17.2 +++ b/python-kid/receipt Sun May 19 19:45:04 2019 +0200 17.3 @@ -14,7 +14,7 @@ 17.4 HOST_ARCH="i486 arm" 17.5 17.6 DEPENDS="python" 17.7 -BUILD_DEPENDS="python python-dev setuptools" 17.8 +BUILD_DEPENDS="python python-dev python-setuptools" 17.9 17.10 # Rules to configure and make the package. 17.11 compile_rules()
18.1 --- a/python-lxml/receipt Sun May 19 19:23:11 2019 +0200 18.2 +++ b/python-lxml/receipt Sun May 19 19:45:04 2019 +0200 18.3 @@ -12,7 +12,7 @@ 18.4 WGET_URL="${WEB_SITE}${TARBALL}" 18.5 18.6 DEPENDS="python libxml2 libxslt zlib" 18.7 -BUILD_DEPENDS="python-dev libxml2 libxml2-dev libxslt libxslt-dev setuptools" 18.8 +BUILD_DEPENDS="python-dev libxml2 libxml2-dev libxslt libxslt-dev python-setuptools" 18.9 18.10 # Rules to configure and make the package. 18.11 compile_rules()
19.1 --- a/python-mako/receipt Sun May 19 19:23:11 2019 +0200 19.2 +++ b/python-mako/receipt Sun May 19 19:45:04 2019 +0200 19.3 @@ -13,7 +13,7 @@ 19.4 TAGS="python" 19.5 19.6 DEPENDS="python" 19.7 -BUILD_DEPENDS="python python-dev setuptools" 19.8 +BUILD_DEPENDS="python python-dev python-setuptools" 19.9 19.10 # Rules to configure and make the package. 19.11 compile_rules()
20.1 --- a/python-markupsafe/receipt Sun May 19 19:23:11 2019 +0200 20.2 +++ b/python-markupsafe/receipt Sun May 19 19:45:04 2019 +0200 20.3 @@ -10,7 +10,7 @@ 20.4 WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 20.5 20.6 DEPENDS="python" 20.7 -BUILD_DEPENDS="python python-dev setuptools" 20.8 +BUILD_DEPENDS="python python-dev python-setuptools" 20.9 20.10 # Rules to configure and make the package. 20.11 compile_rules()
21.1 --- a/python-mechanize/receipt Sun May 19 19:23:11 2019 +0200 21.2 +++ b/python-mechanize/receipt Sun May 19 19:45:04 2019 +0200 21.3 @@ -13,7 +13,7 @@ 21.4 HOST_ARCH="i486 arm" 21.5 21.6 DEPENDS="python" 21.7 -BUILD_DEPENDS="python-dev python-distribute setuptools" 21.8 +BUILD_DEPENDS="python-dev python-distribute python-setuptools" 21.9 21.10 # Rules to configure and make the package. 21.11 compile_rules()
22.1 --- a/python-mock/receipt Sun May 19 19:23:11 2019 +0200 22.2 +++ b/python-mock/receipt Sun May 19 19:45:04 2019 +0200 22.3 @@ -12,7 +12,7 @@ 22.4 WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 22.5 22.6 DEPENDS="python" 22.7 -BUILD_DEPENDS="python setuptools" 22.8 +BUILD_DEPENDS="python python-setuptools" 22.9 22.10 # Rules to configure and make the package. 22.11 compile_rules()
23.1 --- a/python-mysql/receipt Sun May 19 19:23:11 2019 +0200 23.2 +++ b/python-mysql/receipt Sun May 19 19:45:04 2019 +0200 23.3 @@ -12,7 +12,7 @@ 23.4 WGET_URL="$SF_MIRROR/mysql-python/$TARBALL" 23.5 23.6 DEPENDS="python libmysqlclient zlib openssl" 23.7 -BUILD_DEPENDS="python-dev setuptools mysql-dev" 23.8 +BUILD_DEPENDS="python-dev python-setuptools mysql-dev" 23.9 23.10 # Rules to configure and make the package. 23.11 compile_rules()
24.1 --- a/python-netifaces/receipt Sun May 19 19:23:11 2019 +0200 24.2 +++ b/python-netifaces/receipt Sun May 19 19:45:04 2019 +0200 24.3 @@ -12,7 +12,7 @@ 24.4 WGET_URL="http://alastairs-place.net/projects/$SOURCE/$TARBALL" 24.5 24.6 DEPENDS="python" 24.7 -BUILD_DEPENDS="python-dev setuptools" 24.8 +BUILD_DEPENDS="python-dev python-setuptools" 24.9 24.10 # Rules to configure and make the package. 24.11 compile_rules()
25.1 --- a/python-oauth2/receipt Sun May 19 19:23:11 2019 +0200 25.2 +++ b/python-oauth2/receipt Sun May 19 19:45:04 2019 +0200 25.3 @@ -13,7 +13,7 @@ 25.4 TAGS="python" 25.5 25.6 DEPENDS="python" 25.7 -BUILD_DEPENDS="python python-dev setuptools" 25.8 +BUILD_DEPENDS="python python-dev python-setuptools" 25.9 25.10 # Rules to configure and make the package. 25.11 compile_rules()
26.1 --- a/python-ofxparse/receipt Sun May 19 19:23:11 2019 +0200 26.2 +++ b/python-ofxparse/receipt Sun May 19 19:45:04 2019 +0200 26.3 @@ -12,7 +12,7 @@ 26.4 WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 26.5 26.6 DEPENDS="python beautifulsoup" 26.7 -BUILD_DEPENDS="python setuptools" 26.8 +BUILD_DEPENDS="python python-setuptools" 26.9 26.10 # Rules to configure and make the package. 26.11 compile_rules()
27.1 --- a/python-ooop/receipt Sun May 19 19:23:11 2019 +0200 27.2 +++ b/python-ooop/receipt Sun May 19 19:45:04 2019 +0200 27.3 @@ -13,7 +13,7 @@ 27.4 HOST_ARCH="i486 arm" 27.5 27.6 DEPENDS="python" 27.7 -BUILD_DEPENDS="python python-dev setuptools" 27.8 +BUILD_DEPENDS="python python-dev python-setuptools" 27.9 27.10 # Rules to configure and make the package. 27.11 compile_rules()
28.1 --- a/python-paho-mqtt/receipt Sun May 19 19:23:11 2019 +0200 28.2 +++ b/python-paho-mqtt/receipt Sun May 19 19:45:04 2019 +0200 28.3 @@ -11,7 +11,7 @@ 28.4 WGET_URL="https://github.com/eclipse/paho.mqtt.python/archive/v$VERSION.tar.gz" 28.5 28.6 DEPENDS="python" 28.7 -BUILD_DEPENDS="setuptools" 28.8 +BUILD_DEPENDS="python-setuptools" 28.9 28.10 # Rules to configure and make the package. 28.11 compile_rules()
29.1 --- a/python-paste/receipt Sun May 19 19:23:11 2019 +0200 29.2 +++ b/python-paste/receipt Sun May 19 19:45:04 2019 +0200 29.3 @@ -14,7 +14,7 @@ 29.4 HOST_ARCH="i486 arm" 29.5 29.6 DEPENDS="python" 29.7 -BUILD_DEPENDS="python python-dev setuptools" 29.8 +BUILD_DEPENDS="python python-dev python-setuptools" 29.9 29.10 # Rules to configure and make the package. 29.11 compile_rules()
30.1 --- a/python-pastedeploy/receipt Sun May 19 19:23:11 2019 +0200 30.2 +++ b/python-pastedeploy/receipt Sun May 19 19:45:04 2019 +0200 30.3 @@ -13,7 +13,7 @@ 30.4 TAGS="python" 30.5 30.6 DEPENDS="python python-paste" 30.7 -BUILD_DEPENDS="$DEPENDS python-dev setuptools" 30.8 +BUILD_DEPENDS="$DEPENDS python-dev python-setuptools" 30.9 30.10 # Rules to configure and make the package. 30.11 compile_rules()
31.1 --- a/python-pastescript/receipt Sun May 19 19:23:11 2019 +0200 31.2 +++ b/python-pastescript/receipt Sun May 19 19:45:04 2019 +0200 31.3 @@ -13,7 +13,7 @@ 31.4 TAGS="python" 31.5 31.6 DEPENDS="python python-paste python-pastedeploy" 31.7 -BUILD_DEPENDS="setuptools" 31.8 +BUILD_DEPENDS="python-setuptools" 31.9 31.10 # Rules to configure and make the package. 31.11 compile_rules()
32.1 --- a/python-pdfkit/receipt Sun May 19 19:23:11 2019 +0200 32.2 +++ b/python-pdfkit/receipt Sun May 19 19:45:04 2019 +0200 32.3 @@ -11,7 +11,7 @@ 32.4 WGET_URL="https://files.pythonhosted.org/packages/a1/98/6988328f72fe3be4cbfcb6cbfc3066a00bf111ca7821a83dd0ce56e2cf57/pdfkit-$VERSION.tar.gz" 32.5 32.6 DEPENDS="python wkhtmltopdf" 32.7 -BUILD_DEPENDS="setuptools" 32.8 +BUILD_DEPENDS="python-setuptools" 32.9 32.10 # Rules to configure and make the package. 32.11 compile_rules()
33.1 --- a/python-peak-rules/receipt Sun May 19 19:23:11 2019 +0200 33.2 +++ b/python-peak-rules/receipt Sun May 19 19:45:04 2019 +0200 33.3 @@ -11,7 +11,7 @@ 33.4 WGET_URL="http://peak.telecommunity.com/snapshots/PEAK-Rules-$VERSION.tar.gz" 33.5 33.6 DEPENDS="python" 33.7 -BUILD_DEPENDS="setuptools" 33.8 +BUILD_DEPENDS="python-setuptools" 33.9 33.10 # Rules to configure and make the package. 33.11 compile_rules()
34.1 --- a/python-pillow/receipt Sun May 19 19:23:11 2019 +0200 34.2 +++ b/python-pillow/receipt Sun May 19 19:45:04 2019 +0200 34.3 @@ -12,7 +12,7 @@ 34.4 WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 34.5 34.6 DEPENDS="python" 34.7 -BUILD_DEPENDS="python-dev setuptools wget tiff-dev" 34.8 +BUILD_DEPENDS="python-dev python-setuptools wget tiff-dev" 34.9 34.10 # Rules to configure and make the package. 34.11 compile_rules()
35.1 --- a/python-pip/receipt Sun May 19 19:23:11 2019 +0200 35.2 +++ b/python-pip/receipt Sun May 19 19:45:04 2019 +0200 35.3 @@ -12,7 +12,7 @@ 35.4 WGET_URL="https://github.com/pypa/pip/archive/$VERSION.tar.gz" 35.5 35.6 DEPENDS="python" 35.7 -BUILD_DEPENDS="setuptools" 35.8 +BUILD_DEPENDS="python-setuptools" 35.9 35.10 # Rules to configure and make the package. 35.11 compile_rules()
36.1 --- a/python-prettytable/receipt Sun May 19 19:23:11 2019 +0200 36.2 +++ b/python-prettytable/receipt Sun May 19 19:45:04 2019 +0200 36.3 @@ -12,7 +12,7 @@ 36.4 WGET_URL="http://pypi.python.org/packages/source/P/PrettyTable/$TARBALL" 36.5 36.6 DEPENDS="python" 36.7 -BUILD_DEPENDS="python-dev python-distribute setuptools" 36.8 +BUILD_DEPENDS="python-dev python-distribute python-setuptools" 36.9 36.10 # Rules to configure and make the package. 36.11 compile_rules()
37.1 --- a/python-prompt-toolkit/receipt Sun May 19 19:23:11 2019 +0200 37.2 +++ b/python-prompt-toolkit/receipt Sun May 19 19:45:04 2019 +0200 37.3 @@ -11,7 +11,7 @@ 37.4 WGET_URL="https://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" 37.5 37.6 DEPENDS="python python-six python-pygments python-wcwidth" 37.7 -BUILD_DEPENDS="wget setuptools python-dev python-six python-pygments python-wcwidth" 37.8 +BUILD_DEPENDS="wget python-setuptools python-dev python-six python-pygments python-wcwidth" 37.9 37.10 # Rules to configure and make the package. 37.11 compile_rules()
38.1 --- a/python-psutil/receipt Sun May 19 19:23:11 2019 +0200 38.2 +++ b/python-psutil/receipt Sun May 19 19:45:04 2019 +0200 38.3 @@ -13,7 +13,7 @@ 38.4 HOST_ARCH="i486 arm" 38.5 38.6 DEPENDS="python" 38.7 -BUILD_DEPENDS="python-dev setuptools" 38.8 +BUILD_DEPENDS="python-dev python-setuptools" 38.9 38.10 # Rules to configure and make the package. 38.11 compile_rules()
39.1 --- a/python-ptyprocess/receipt Sun May 19 19:23:11 2019 +0200 39.2 +++ b/python-ptyprocess/receipt Sun May 19 19:45:04 2019 +0200 39.3 @@ -12,7 +12,7 @@ 39.4 WGET_URL="https://files.pythonhosted.org/packages/7d/2d/e4b8733cf79b7309d84c9081a4ab558c89d8c89da5961bf4ddb050ca1ce0/$TARBALL" 39.5 39.6 DEPENDS="python" 39.7 -BUILD_DEPENDS="python setuptools" 39.8 +BUILD_DEPENDS="python python-setuptools" 39.9 39.10 # Rules to configure and make the package. 39.11 compile_rules()
40.1 --- a/python-py/receipt Sun May 19 19:23:11 2019 +0200 40.2 +++ b/python-py/receipt Sun May 19 19:45:04 2019 +0200 40.3 @@ -12,7 +12,7 @@ 40.4 WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 40.5 40.6 DEPENDS="python" 40.7 -BUILD_DEPENDS="python-dev setuptools" 40.8 +BUILD_DEPENDS="python-dev python-setuptools" 40.9 40.10 # Rules to configure and make the package. 40.11 compile_rules()
41.1 --- a/python-pyajam/receipt Sun May 19 19:23:11 2019 +0200 41.2 +++ b/python-pyajam/receipt Sun May 19 19:45:04 2019 +0200 41.3 @@ -12,7 +12,7 @@ 41.4 WGET_URL="$WEB_SITE/archive/$GITHASH.zip" 41.5 41.6 DEPENDS="python" 41.7 -BUILD_DEPENDS="setuptools" 41.8 +BUILD_DEPENDS="python-setuptools" 41.9 41.10 # Rules to configure and make the package. 41.11 compile_rules()
42.1 --- a/python-pycryptopp/receipt Sun May 19 19:23:11 2019 +0200 42.2 +++ b/python-pycryptopp/receipt Sun May 19 19:45:04 2019 +0200 42.3 @@ -12,7 +12,7 @@ 42.4 WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 42.5 42.6 DEPENDS="python" 42.7 -BUILD_DEPENDS="python-dev setuptools" 42.8 +BUILD_DEPENDS="python-dev python-setuptools" 42.9 42.10 # Rules to configure and make the package. 42.11 compile_rules()
43.1 --- a/python-pyflakes/receipt Sun May 19 19:23:11 2019 +0200 43.2 +++ b/python-pyflakes/receipt Sun May 19 19:45:04 2019 +0200 43.3 @@ -12,7 +12,7 @@ 43.4 WGET_URL="https://github.com/PyCQA/pyflakes/archive/$VERSION.tar.gz" 43.5 43.6 DEPENDS="python" 43.7 -BUILD_DEPENDS="wget setuptools python-dev" 43.8 +BUILD_DEPENDS="wget python-setuptools python-dev" 43.9 43.10 # Rules to configure and make the package. 43.11 compile_rules()
44.1 --- a/python-pygments/receipt Sun May 19 19:23:11 2019 +0200 44.2 +++ b/python-pygments/receipt Sun May 19 19:45:04 2019 +0200 44.3 @@ -10,8 +10,8 @@ 44.4 WEB_SITE="http://pygments.org/" 44.5 WGET_URL="https://bitbucket.org/birkenfeld/pygments-main/get/$VERSION.tar.bz2" 44.6 44.7 -DEPENDS="python setuptools" 44.8 -BUILD_DEPENDS="setuptools wget" 44.9 +DEPENDS="python python-setuptools" 44.10 +BUILD_DEPENDS="python-setuptools wget" 44.11 44.12 # Rules to configure and make the package. 44.13 compile_rules()
45.1 --- a/python-pyliblzma/receipt Sun May 19 19:23:11 2019 +0200 45.2 +++ b/python-pyliblzma/receipt Sun May 19 19:45:04 2019 +0200 45.3 @@ -12,7 +12,7 @@ 45.4 WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 45.5 45.6 DEPENDS="liblzma python" 45.7 -BUILD_DEPENDS="liblzma-dev python-dev setuptools" 45.8 +BUILD_DEPENDS="liblzma-dev python-dev python-setuptools" 45.9 45.10 # Rules to configure and make the package. 45.11 compile_rules()
46.1 --- a/python-pylons/receipt Sun May 19 19:23:11 2019 +0200 46.2 +++ b/python-pylons/receipt Sun May 19 19:45:04 2019 +0200 46.3 @@ -13,7 +13,7 @@ 46.4 TAGS="python" 46.5 46.6 DEPENDS="python" 46.7 -BUILD_DEPENDS="python python-dev setuptools" 46.8 +BUILD_DEPENDS="python python-dev python-setuptools" 46.9 46.10 # Rules to configure and make the package. 46.11 compile_rules()
47.1 --- a/python-pyst2/receipt Sun May 19 19:23:11 2019 +0200 47.2 +++ b/python-pyst2/receipt Sun May 19 19:45:04 2019 +0200 47.3 @@ -11,7 +11,7 @@ 47.4 WGET_URL="https://github.com/rdegges/pyst2/archive/$VERSION.tar.gz" 47.5 47.6 DEPENDS="python" 47.7 -BUILD_DEPENDS="setuptools" 47.8 +BUILD_DEPENDS="python-setuptools" 47.9 47.10 # Rules to configure and make the package. 47.11 compile_rules()
48.1 --- a/python-pyte/receipt Sun May 19 19:23:11 2019 +0200 48.2 +++ b/python-pyte/receipt Sun May 19 19:45:04 2019 +0200 48.3 @@ -12,7 +12,7 @@ 48.4 WGET_URL="https://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" 48.5 48.6 DEPENDS="python python-wcwidth" 48.7 -BUILD_DEPENDS="wget setuptools python-dev python-wcwidth" 48.8 +BUILD_DEPENDS="wget python-setuptools python-dev python-wcwidth" 48.9 48.10 # Rules to configure and make the package. 48.11 compile_rules()
49.1 --- a/python-pytest/receipt Sun May 19 19:23:11 2019 +0200 49.2 +++ b/python-pytest/receipt Sun May 19 19:45:04 2019 +0200 49.3 @@ -12,7 +12,7 @@ 49.4 WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 49.5 49.6 DEPENDS="python" 49.7 -BUILD_DEPENDS="python-dev setuptools" 49.8 +BUILD_DEPENDS="python-dev python-setuptools" 49.9 49.10 # Rules to configure and make the package. 49.11 compile_rules()
50.1 --- a/python-pywebdav/receipt Sun May 19 19:23:11 2019 +0200 50.2 +++ b/python-pywebdav/receipt Sun May 19 19:45:04 2019 +0200 50.3 @@ -12,7 +12,7 @@ 50.4 WGET_URL="http://pywebdav.googlecode.com/files/$TARBALL" 50.5 50.6 DEPENDS="python" 50.7 -BUILD_DEPENDS="python-dev python setuptools" 50.8 +BUILD_DEPENDS="python-dev python python-setuptools" 50.9 50.10 # Rules to configure and make the package. 50.11 compile_rules()
51.1 --- a/python-qrcode/receipt Sun May 19 19:23:11 2019 +0200 51.2 +++ b/python-qrcode/receipt Sun May 19 19:45:04 2019 +0200 51.3 @@ -12,7 +12,7 @@ 51.4 WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 51.5 51.6 DEPENDS="python python-pil python-six" 51.7 -BUILD_DEPENDS="python-dev python wget setuptools" 51.8 +BUILD_DEPENDS="python-dev python wget python-setuptools" 51.9 51.10 # Rules to configure and make the package. 51.11 compile_rules()
52.1 --- a/python-restclient/receipt Sun May 19 19:23:11 2019 +0200 52.2 +++ b/python-restclient/receipt Sun May 19 19:45:04 2019 +0200 52.3 @@ -12,7 +12,7 @@ 52.4 WGET_URL="$WEB_SITE/get/$VERSION.gz" 52.5 52.6 DEPENDS="python python-httplib2" 52.7 -BUILD_DEPENDS="python python-dev setuptools" 52.8 +BUILD_DEPENDS="python python-dev python-setuptools" 52.9 52.10 # Rules to configure and make the package. 52.11 compile_rules()
53.1 --- a/python-restkit/receipt Sun May 19 19:23:11 2019 +0200 53.2 +++ b/python-restkit/receipt Sun May 19 19:45:04 2019 +0200 53.3 @@ -12,7 +12,7 @@ 53.4 WGET_URL="https://github.com/benoitc/$SOURCE/archive/$VERSION.zip" 53.5 53.6 DEPENDS="python python-http-parser python-socketpool" 53.7 -BUILD_DEPENDS="python-dev setuptools wget" 53.8 +BUILD_DEPENDS="python-dev python-setuptools wget" 53.9 53.10 # Rules to configure and make the package. 53.11 compile_rules()
54.1 --- a/python-routes/receipt Sun May 19 19:23:11 2019 +0200 54.2 +++ b/python-routes/receipt Sun May 19 19:45:04 2019 +0200 54.3 @@ -14,7 +14,7 @@ 54.4 HOST_ARCH="i486 arm" 54.5 54.6 DEPENDS="python" 54.7 -BUILD_DEPENDS="python python-dev setuptools" 54.8 +BUILD_DEPENDS="python python-dev python-setuptools" 54.9 54.10 # Rules to configure and make the package. 54.11 compile_rules()
55.1 --- a/python-rpi-gpio/receipt Sun May 19 19:23:11 2019 +0200 55.2 +++ b/python-rpi-gpio/receipt Sun May 19 19:45:04 2019 +0200 55.3 @@ -14,7 +14,7 @@ 55.4 HOST_ARCH="arm" 55.5 55.6 DEPENDS="python python-smbus" 55.7 -BUILD_DEPENDS="python-dev setuptools" 55.8 +BUILD_DEPENDS="python-dev python-setuptools" 55.9 55.10 # Rules to configure and make the package. 55.11 compile_rules()
56.1 --- a/python-serial/receipt Sun May 19 19:23:11 2019 +0200 56.2 +++ b/python-serial/receipt Sun May 19 19:45:04 2019 +0200 56.3 @@ -13,7 +13,7 @@ 56.4 HOST_ARCH="i486 arm" 56.5 56.6 DEPENDS="python" 56.7 -BUILD_DEPENDS="python-dev setuptools" 56.8 +BUILD_DEPENDS="python-dev python-setuptools" 56.9 56.10 # Rules to configure and make the package. 56.11 compile_rules()
57.1 --- a/python-simplejson/receipt Sun May 19 19:23:11 2019 +0200 57.2 +++ b/python-simplejson/receipt Sun May 19 19:45:04 2019 +0200 57.3 @@ -13,7 +13,7 @@ 57.4 HOST_ARCH="i486 arm" 57.5 57.6 DEPENDS="python" 57.7 -BUILD_DEPENDS="python-dev setuptools" 57.8 +BUILD_DEPENDS="python-dev python-setuptools" 57.9 57.10 # Rules to configure and make the package. 57.11 compile_rules()
58.1 --- a/python-singledispatch/receipt Sun May 19 19:23:11 2019 +0200 58.2 +++ b/python-singledispatch/receipt Sun May 19 19:45:04 2019 +0200 58.3 @@ -12,7 +12,7 @@ 58.4 WGET_URL="https://files.pythonhosted.org/packages/d9/e9/513ad8dc17210db12cb14f2d4d190d618fb87dd38814203ea71c87ba5b68/$TARBALL" 58.5 58.6 DEPENDS="python" 58.7 -BUILD_DEPENDS="python setuptools" 58.8 +BUILD_DEPENDS="python python-setuptools" 58.9 58.10 # Rules to configure and make the package. 58.11 compile_rules()
59.1 --- a/python-smbus/receipt Sun May 19 19:23:11 2019 +0200 59.2 +++ b/python-smbus/receipt Sun May 19 19:45:04 2019 +0200 59.3 @@ -14,7 +14,7 @@ 59.4 HOST_ARCH="i486 arm" 59.5 59.6 DEPENDS="python" 59.7 -BUILD_DEPENDS="python-dev setuptools" 59.8 +BUILD_DEPENDS="python-dev python-setuptools" 59.9 59.10 # Rules to configure and make the package. 59.11 compile_rules()
60.1 --- a/python-soappy/receipt Sun May 19 19:23:11 2019 +0200 60.2 +++ b/python-soappy/receipt Sun May 19 19:45:04 2019 +0200 60.3 @@ -12,7 +12,7 @@ 60.4 WGET_URL="https://pypi.python.org/packages/source/S/SOAPpy/$TARBALL" 60.5 60.6 DEPENDS="python" 60.7 -BUILD_DEPENDS="wget python-dev setuptools" 60.8 +BUILD_DEPENDS="wget python-dev python-setuptools" 60.9 60.10 # Rules to configure and make the package. 60.11 compile_rules()
61.1 --- a/python-socketpool/receipt Sun May 19 19:23:11 2019 +0200 61.2 +++ b/python-socketpool/receipt Sun May 19 19:45:04 2019 +0200 61.3 @@ -12,7 +12,7 @@ 61.4 WGET_URL="https://github.com/benoitc/$SOURCE/archive/$VERSION.zip" 61.5 61.6 DEPENDS="python" 61.7 -BUILD_DEPENDS="python-dev setuptools wget" 61.8 +BUILD_DEPENDS="python-dev python-setuptools wget" 61.9 61.10 # Rules to configure and make the package. 61.11 compile_rules()
62.1 --- a/python-sphinx/receipt Sun May 19 19:23:11 2019 +0200 62.2 +++ b/python-sphinx/receipt Sun May 19 19:45:04 2019 +0200 62.3 @@ -11,7 +11,7 @@ 62.4 WEB_SITE="http://sphinx.pocoo.org" 62.5 WGET_URL="http://pypi.python.org/packages/source/S/$SOURCE/$TARBALL" 62.6 62.7 -DEPENDS="python python-docutils python-jinja2 python-pygments setuptools" 62.8 +DEPENDS="python python-docutils python-jinja2 python-pygments python-setuptools" 62.9 BUILD_DEPENDS="$DEPENDS python-dev" 62.10 62.11 # Rules to configure and make the package.
63.1 --- a/python-tempita/receipt Sun May 19 19:23:11 2019 +0200 63.2 +++ b/python-tempita/receipt Sun May 19 19:45:04 2019 +0200 63.3 @@ -13,7 +13,7 @@ 63.4 TAGS="python" 63.5 63.6 DEPENDS="python" 63.7 -BUILD_DEPENDS="python python-dev setuptools" 63.8 +BUILD_DEPENDS="python python-dev python-setuptools" 63.9 63.10 # Rules to configure and make the package. 63.11 compile_rules()
64.1 --- a/python-turbogears/receipt Sun May 19 19:23:11 2019 +0200 64.2 +++ b/python-turbogears/receipt Sun May 19 19:45:04 2019 +0200 64.3 @@ -14,7 +14,7 @@ 64.4 DEPENDS="python psycopg sqlobject python-kid python-cheetah python-cherrypy \ 64.5 python-paste python-pastedeploy python-pastescript python-formencode \ 64.6 python-decoratortools python-extremes python-simplejson python-peak-rules" 64.7 -BUILD_DEPENDS="$DEPENDS python-dev setuptools" 64.8 +BUILD_DEPENDS="$DEPENDS python-dev python-setuptools" 64.9 64.10 # Rules to configure and make the package. 64.11 compile_rules()
65.1 --- a/python-tweepy/receipt Sun May 19 19:23:11 2019 +0200 65.2 +++ b/python-tweepy/receipt Sun May 19 19:45:04 2019 +0200 65.3 @@ -13,7 +13,7 @@ 65.4 TAGS="python" 65.5 65.6 DEPENDS="python" 65.7 -BUILD_DEPENDS="python python-dev setuptools" 65.8 +BUILD_DEPENDS="python python-dev python-setuptools" 65.9 65.10 # Rules to configure and make the package. 65.11 compile_rules()
66.1 --- a/python-unicodecsv/receipt Sun May 19 19:23:11 2019 +0200 66.2 +++ b/python-unicodecsv/receipt Sun May 19 19:45:04 2019 +0200 66.3 @@ -11,7 +11,7 @@ 66.4 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 66.5 66.6 DEPENDS="python" 66.7 -BUILD_DEPENDS="python wget setuptools" 66.8 +BUILD_DEPENDS="python wget python-setuptools" 66.9 66.10 # Rules to configure and make the package. 66.11 compile_rules()
67.1 --- a/python-unittest2/receipt Sun May 19 19:23:11 2019 +0200 67.2 +++ b/python-unittest2/receipt Sun May 19 19:45:04 2019 +0200 67.3 @@ -12,7 +12,7 @@ 67.4 WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 67.5 67.6 DEPENDS="python" 67.7 -BUILD_DEPENDS="python-dev setuptools" 67.8 +BUILD_DEPENDS="python-dev python-setuptools" 67.9 67.10 # Rules to configure and make the package. 67.11 compile_rules()
68.1 --- a/python-vatnumber/receipt Sun May 19 19:23:11 2019 +0200 68.2 +++ b/python-vatnumber/receipt Sun May 19 19:45:04 2019 +0200 68.3 @@ -12,7 +12,7 @@ 68.4 WGET_URL="http://vatnumber.googlecode.com/files/$TARBALL" 68.5 68.6 DEPENDS="python" 68.7 -BUILD_DEPENDS="python-dev python setuptools" 68.8 +BUILD_DEPENDS="python-dev python python-setuptools" 68.9 68.10 # Rules to configure and make the package. 68.11 compile_rules()
69.1 --- a/python-vobject/receipt Sun May 19 19:23:11 2019 +0200 69.2 +++ b/python-vobject/receipt Sun May 19 19:45:04 2019 +0200 69.3 @@ -12,7 +12,7 @@ 69.4 WGET_URL="${WEB_SITE}$TARBALL" 69.5 69.6 DEPENDS="python python-dateutil" 69.7 -BUILD_DEPENDS="python-dev python setuptools" 69.8 +BUILD_DEPENDS="python-dev python python-setuptools" 69.9 69.10 # Rules to configure and make the package. 69.11 compile_rules()
70.1 --- a/python-wcwidth/receipt Sun May 19 19:23:11 2019 +0200 70.2 +++ b/python-wcwidth/receipt Sun May 19 19:45:04 2019 +0200 70.3 @@ -12,7 +12,7 @@ 70.4 WGET_URL="https://pypi.python.org/packages/source/w/$SOURCE/$TARBALL" 70.5 70.6 DEPENDS="python" 70.7 -BUILD_DEPENDS="wget setuptools python-dev" 70.8 +BUILD_DEPENDS="wget python-setuptools python-dev" 70.9 70.10 # Rules to configure and make the package. 70.11 compile_rules()
71.1 --- a/python-weberror/receipt Sun May 19 19:23:11 2019 +0200 71.2 +++ b/python-weberror/receipt Sun May 19 19:45:04 2019 +0200 71.3 @@ -13,7 +13,7 @@ 71.4 TAGS="python" 71.5 71.6 DEPENDS="python" 71.7 -BUILD_DEPENDS="python python-dev setuptools" 71.8 +BUILD_DEPENDS="python python-dev python-setuptools" 71.9 71.10 # Rules to configure and make the package. 71.11 compile_rules()
72.1 --- a/python-webhelpers/receipt Sun May 19 19:23:11 2019 +0200 72.2 +++ b/python-webhelpers/receipt Sun May 19 19:45:04 2019 +0200 72.3 @@ -13,7 +13,7 @@ 72.4 TAGS="python" 72.5 72.6 DEPENDS="python" 72.7 -BUILD_DEPENDS="python python-dev setuptools" 72.8 +BUILD_DEPENDS="python python-dev python-setuptools" 72.9 72.10 # Rules to configure and make the package. 72.11 compile_rules()
73.1 --- a/python-webob/receipt Sun May 19 19:23:11 2019 +0200 73.2 +++ b/python-webob/receipt Sun May 19 19:45:04 2019 +0200 73.3 @@ -13,7 +13,7 @@ 73.4 TAGS="python" 73.5 73.6 DEPENDS="python" 73.7 -BUILD_DEPENDS="python python-dev setuptools" 73.8 +BUILD_DEPENDS="python python-dev python-setuptools" 73.9 73.10 # Rules to configure and make the package. 73.11 compile_rules()
74.1 --- a/python-websocket-client/receipt Sun May 19 19:23:11 2019 +0200 74.2 +++ b/python-websocket-client/receipt Sun May 19 19:45:04 2019 +0200 74.3 @@ -12,7 +12,7 @@ 74.4 WGET_URL="https://files.pythonhosted.org/packages/fb/1f/9acd71b77e66fafb19cfb023e50cbb7ed2c3be3c72db999162bd36c518c4/$TARBALL" 74.5 74.6 DEPENDS="python" 74.7 -BUILD_DEPENDS="setuptools" 74.8 +BUILD_DEPENDS="python-setuptools" 74.9 74.10 # Rules to configure and make the package. 74.11 compile_rules()
75.1 --- a/python-webtest/receipt Sun May 19 19:23:11 2019 +0200 75.2 +++ b/python-webtest/receipt Sun May 19 19:45:04 2019 +0200 75.3 @@ -13,7 +13,7 @@ 75.4 TAGS="python" 75.5 75.6 DEPENDS="python" 75.7 -BUILD_DEPENDS="python python-dev setuptools" 75.8 +BUILD_DEPENDS="python python-dev python-setuptools" 75.9 75.10 # Rules to configure and make the package. 75.11 compile_rules()
76.1 --- a/python-werkzeug/receipt Sun May 19 19:23:11 2019 +0200 76.2 +++ b/python-werkzeug/receipt Sun May 19 19:45:04 2019 +0200 76.3 @@ -11,7 +11,7 @@ 76.4 WGET_URL="https://github.com/pallets/werkzeug/archive/$VERSION.tar.gz" 76.5 76.6 DEPENDS="python" 76.7 -BUILD_DEPENDS="python-dev setuptools" 76.8 +BUILD_DEPENDS="python-dev python-setuptools" 76.9 76.10 # Rules to configure and make the package. 76.11 compile_rules()
77.1 --- a/python-whoosh/receipt Sun May 19 19:23:11 2019 +0200 77.2 +++ b/python-whoosh/receipt Sun May 19 19:45:04 2019 +0200 77.3 @@ -12,7 +12,7 @@ 77.4 WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 77.5 77.6 DEPENDS="python" 77.7 -BUILD_DEPENDS="python wget setuptools" 77.8 +BUILD_DEPENDS="python wget python-setuptools" 77.9 77.10 # Rules to configure and make the package. 77.11 compile_rules()
78.1 --- a/python-xmlutils/receipt Sun May 19 19:23:11 2019 +0200 78.2 +++ b/python-xmlutils/receipt Sun May 19 19:45:04 2019 +0200 78.3 @@ -12,7 +12,7 @@ 78.4 WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 78.5 78.6 DEPENDS="python" 78.7 -BUILD_DEPENDS="python setuptools" 78.8 +BUILD_DEPENDS="python python-setuptools" 78.9 78.10 # Rules to configure and make the package. 78.11 compile_rules()