wok-current rev 21581
Use python-setuptools as bdeps (again)
line diff
1.1 --- a/deluge/receipt Sun May 19 19:07:20 2019 +0200 1.2 +++ b/deluge/receipt Sun May 19 19:23:11 2019 +0200 1.3 @@ -11,7 +11,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WGET_URL="http://download.deluge-torrent.org/source/$TARBALL" 1.6 1.7 -DEPENDS="libtorrent-rasterbar pyopenssl python-chardet python-xdg setuptools \ 1.8 +DEPENDS="libtorrent-rasterbar pyopenssl python-chardet python-xdg \ 1.9 twisted xdg-utils pygtk python-six" 1.10 BUILD_DEPENDS="python-dev python-setuptools librsvg-dev intltool" 1.11
2.1 --- a/palemoon/receipt Sun May 19 19:07:20 2019 +0200 2.2 +++ b/palemoon/receipt Sun May 19 19:23:11 2019 +0200 2.3 @@ -15,7 +15,7 @@ 2.4 DEPENDS="gtk+" 2.5 BUILD_DEPENDS="autoconf213 gtk+-dev yasm zip unzip iw dbus-dev dbus-glib-dev \ 2.6 iw libpng-dev gstreamer gstreamer-dev gst-plugins-base-dev gst-plugins-base \ 2.7 -libvpx-dev mesa-dev setuptools virtualenv zlib-dev bzip2-dev python-dev \ 2.8 +libvpx-dev mesa-dev python-setuptools virtualenv zlib-dev bzip2-dev python-dev \ 2.9 pixman pixman-dev libffi libffi-dev" # sqlite sqlite-dev libevent libevent-dev 2.10 2.11 # Rules to configure and make the package.
3.1 --- a/protobuf-python/receipt Sun May 19 19:07:20 2019 +0200 3.2 +++ b/protobuf-python/receipt Sun May 19 19:23:11 2019 +0200 3.3 @@ -12,7 +12,7 @@ 3.4 WGET_URL="http://protobuf.googlecode.com/files/$TARBALL" 3.5 3.6 DEPENDS="python protobuf" 3.7 -BUILD_DEPENDS="protobuf-dev python-dev setuptools" 3.8 +BUILD_DEPENDS="protobuf-dev python-dev python-setuptools" 3.9 3.10 # Rules to configure and make the package. 3.11 compile_rules()
4.1 --- a/ptpython/receipt Sun May 19 19:07:20 2019 +0200 4.2 +++ b/ptpython/receipt Sun May 19 19:23:11 2019 +0200 4.3 @@ -11,7 +11,7 @@ 4.4 WGET_URL="https://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" 4.5 4.6 DEPENDS="python python-prompt-toolkit python-jedi python-docopt" 4.7 -BUILD_DEPENDS="wget setuptools python-dev python-prompt-toolkit python-jedi python-docopt" 4.8 +BUILD_DEPENDS="wget python-setuptools python-dev python-prompt-toolkit python-jedi python-docopt" 4.9 4.10 # Rules to configure and make the package. 4.11 compile_rules()
5.1 --- a/pymux/receipt Sun May 19 19:07:20 2019 +0200 5.2 +++ b/pymux/receipt Sun May 19 19:23:11 2019 +0200 5.3 @@ -11,7 +11,7 @@ 5.4 WGET_URL="https://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" 5.5 5.6 DEPENDS="python python-pyte python-prompt-toolkit python-docopt" 5.7 -BUILD_DEPENDS="wget setuptools python-dev python-pyte python-prompt-toolkit python-docopt" 5.8 +BUILD_DEPENDS="wget python-setuptools python-dev python-pyte python-prompt-toolkit python-docopt" 5.9 5.10 # Rules to configure and make the package. 5.11 compile_rules()
6.1 --- a/pyopenssl/receipt Sun May 19 19:07:20 2019 +0200 6.2 +++ b/pyopenssl/receipt Sun May 19 19:23:11 2019 +0200 6.3 @@ -12,7 +12,7 @@ 6.4 WGET_URL="https://github.com/pyca/pyopenssl/archive/$TARBALL" 6.5 6.6 DEPENDS="python openssl" 6.7 -BUILD_DEPENDS="python python-dev openssl-dev setuptools" 6.8 +BUILD_DEPENDS="python python-dev openssl-dev python-setuptools" 6.9 6.10 # Rules to configure and make the package. 6.11 compile_rules()
7.1 --- a/pyradio/receipt Sun May 19 19:07:20 2019 +0200 7.2 +++ b/pyradio/receipt Sun May 19 19:23:11 2019 +0200 7.3 @@ -12,7 +12,7 @@ 7.4 BRANCH="$VERSION" 7.5 7.6 DEPENDS="ncurses mplayer python" 7.7 -BUILD_DEPENDS="git setuptools" 7.8 +BUILD_DEPENDS="git python-setuptools" 7.9 7.10 # Rules to configure and make the package. 7.11 compile_rules()
8.1 --- a/pysize/receipt Sun May 19 19:07:20 2019 +0200 8.2 +++ b/pysize/receipt Sun May 19 19:23:11 2019 +0200 8.3 @@ -11,7 +11,7 @@ 8.4 WGET_URL="http://guichaz.free.fr/pysize/files/$TARBALL" 8.5 8.6 DEPENDS="python ncurses pygtk librsvg" 8.7 -BUILD_DEPENDS="python-dev ncurses-dev pygtk-dev setuptools" 8.8 +BUILD_DEPENDS="python-dev ncurses-dev pygtk-dev python-setuptools" 8.9 8.10 # Rules to configure and make the package. 8.11 compile_rules()
9.1 --- a/python-aeroolib/receipt Sun May 19 19:07:20 2019 +0200 9.2 +++ b/python-aeroolib/receipt Sun May 19 19:23:11 2019 +0200 9.3 @@ -10,8 +10,9 @@ 9.4 TARBALL="$SOURCE-$VERSION.tar.gz" 9.5 WEB_SITE="https://launchpad.net/aeroolib" 9.6 WGET_URL="$WEB_SITE/trunk/$VERSION/+download/$SOURCE.tar.gz" 9.7 -BUILD_DEPENDS="wget python setuptools" 9.8 + 9.9 DEPENDS="python" 9.10 +BUILD_DEPENDS="wget python python-setuptools" 9.11 9.12 # Rules to configure and make the package. 9.13 compile_rules()
10.1 --- a/python-antlr/receipt Sun May 19 19:07:20 2019 +0200 10.2 +++ b/python-antlr/receipt Sun May 19 19:23:11 2019 +0200 10.3 @@ -12,7 +12,7 @@ 10.4 WGET_URL="${WEB_SITE}download/$TARBALL" 10.5 10.6 DEPENDS="python" 10.7 -BUILD_DEPENDS="python python-dev setuptools" 10.8 +BUILD_DEPENDS="python python-dev python-setuptools" 10.9 10.10 # Rules to configure and make the package. 10.11 compile_rules()
11.1 --- a/python-ari/receipt Sun May 19 19:07:20 2019 +0200 11.2 +++ b/python-ari/receipt Sun May 19 19:23:11 2019 +0200 11.3 @@ -11,7 +11,7 @@ 11.4 WGET_URL="https://github.com/asterisk/ari-py/archive/$VERSION.tar.gz" 11.5 11.6 DEPENDS="python" 11.7 -BUILD_DEPENDS="setuptools" 11.8 +BUILD_DEPENDS="python-setuptools" 11.9 11.10 # Rules to configure and make the package. 11.11 compile_rules()
12.1 --- a/python-babel/receipt Sun May 19 19:07:20 2019 +0200 12.2 +++ b/python-babel/receipt Sun May 19 19:23:11 2019 +0200 12.3 @@ -10,7 +10,7 @@ 12.4 WGET_URL="http://ftp.edgewall.com/pub/babel/$TARBALL" 12.5 12.6 DEPENDS="python" 12.7 -BUILD_DEPENDS="python python-dev setuptools" 12.8 +BUILD_DEPENDS="python python-dev python-setuptools" 12.9 12.10 # Rules to configure and make the package. 12.11 compile_rules()
13.1 --- a/python-backports_abc/receipt Sun May 19 19:07:20 2019 +0200 13.2 +++ b/python-backports_abc/receipt Sun May 19 19:23:11 2019 +0200 13.3 @@ -12,7 +12,7 @@ 13.4 WGET_URL="https://files.pythonhosted.org/packages/68/3c/1317a9113c377d1e33711ca8de1e80afbaf4a3c950dd0edfaf61f9bfe6d8/$TARBALL" 13.5 13.6 DEPENDS="python" 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-barcode/receipt Sun May 19 19:07:20 2019 +0200 14.2 +++ b/python-barcode/receipt Sun May 19 19:23:11 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-beaker/receipt Sun May 19 19:07:20 2019 +0200 15.2 +++ b/python-beaker/receipt Sun May 19 19:23:11 2019 +0200 15.3 @@ -13,7 +13,7 @@ 15.4 TAGS="python" 15.5 15.6 DEPENDS="python" 15.7 -BUILD_DEPENDS="python python-dev setuptools" 15.8 +BUILD_DEPENDS="python python-dev python-setuptools" 15.9 15.10 # Rules to configure and make the package. 15.11 compile_rules()
16.1 --- a/python-bpython/receipt Sun May 19 19:07:20 2019 +0200 16.2 +++ b/python-bpython/receipt Sun May 19 19:23:11 2019 +0200 16.3 @@ -11,7 +11,7 @@ 16.4 WEB_SITE="https://pypi.org/project/$SOURCE/" 16.5 WGET_URL="$WEB_SITE/releases/$TARBALL" 16.6 16.7 -DEPENDS="python python-pygments setuptools" 16.8 +DEPENDS="python python-pygments python-setuptools" 16.9 BUILD_DEPENDS="$DEPENDS python-dev" 16.10 16.11 # Rules to configure and make the package.
17.1 --- a/python-caldav/receipt Sun May 19 19:07:20 2019 +0200 17.2 +++ b/python-caldav/receipt Sun May 19 19:23:11 2019 +0200 17.3 @@ -12,7 +12,7 @@ 17.4 WGET_URL="http://pypi.python.org/packages/source/c/$SOURCE/$TARBALL" 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-click/receipt Sun May 19 19:07:20 2019 +0200 18.2 +++ b/python-click/receipt Sun May 19 19:23:11 2019 +0200 18.3 @@ -12,7 +12,7 @@ 18.4 WGET_URL="https://files.pythonhosted.org/packages/f8/5c/f60e9d8a1e77005f664b76ff8aeaee5bc05d0a91798afd7f53fc998dbc47/$TARBALL" 18.5 18.6 DEPENDS="python" 18.7 -BUILD_DEPENDS="setuptools" 18.8 +BUILD_DEPENDS="python-setuptools" 18.9 18.10 # Rules to configure and make the package. 18.11 compile_rules()
19.1 --- a/python-couchdbkit/receipt Sun May 19 19:07:20 2019 +0200 19.2 +++ b/python-couchdbkit/receipt Sun May 19 19:23:11 2019 +0200 19.3 @@ -12,7 +12,7 @@ 19.4 WGET_URL="https://github.com/benoitc/$SOURCE/archive/$VERSION.zip" 19.5 19.6 DEPENDS="python couchdb python-simplejson python-restkit" 19.7 -BUILD_DEPENDS="python python-dev setuptools wget" 19.8 +BUILD_DEPENDS="python python-dev python-setuptools wget" 19.9 19.10 # Rules to configure and make the package. 19.11 compile_rules()
20.1 --- a/python-cssselect/receipt Sun May 19 19:07:20 2019 +0200 20.2 +++ b/python-cssselect/receipt Sun May 19 19:23:11 2019 +0200 20.3 @@ -12,7 +12,7 @@ 20.4 WGET_URL="http://pypi.python.org/packages/source/c/$SOURCE/$TARBALL" 20.5 20.6 DEPENDS="python" 20.7 -BUILD_DEPENDS="python setuptools" 20.8 +BUILD_DEPENDS="python python-setuptools" 20.9 20.10 # Rules to configure and make the package. 20.11 compile_rules()
21.1 --- a/python-cssutils/receipt Sun May 19 19:07:20 2019 +0200 21.2 +++ b/python-cssutils/receipt Sun May 19 19:23:11 2019 +0200 21.3 @@ -11,7 +11,7 @@ 21.4 WEB_SITE="http://cthedot.de/cssutils/" 21.5 WGET_URL="http://pypi.python.org/packages/source/c/cssutils/$TARBALL" 21.6 DEPENDS="python" 21.7 -BUILD_DEPENDS="python setuptools" 21.8 +BUILD_DEPENDS="python python-setuptools" 21.9 21.10 # Rules to configure and make the package. 21.11 compile_rules()
22.1 --- a/python-dateutil/receipt Sun May 19 19:07:20 2019 +0200 22.2 +++ b/python-dateutil/receipt Sun May 19 19:23:11 2019 +0200 22.3 @@ -11,7 +11,7 @@ 22.4 WGET_URL="http://labix.org/download/$PACKAGE/$TARBALL" 22.5 22.6 DEPENDS="python" 22.7 -BUILD_DEPENDS="python python-dev setuptools" 22.8 +BUILD_DEPENDS="python python-dev python-setuptools" 22.9 22.10 # Rules to configure and make the package. 22.11 compile_rules()
23.1 --- a/python-decoratortools/receipt Sun May 19 19:07:20 2019 +0200 23.2 +++ b/python-decoratortools/receipt Sun May 19 19:23:11 2019 +0200 23.3 @@ -13,7 +13,7 @@ 23.4 TAGS="python" 23.5 23.6 DEPENDS="python" 23.7 -BUILD_DEPENDS="python python-dev setuptools" 23.8 +BUILD_DEPENDS="python python-dev python-setuptools" 23.9 23.10 # Rules to configure and make the package. 23.11 compile_rules()
24.1 --- a/python-django/receipt Sun May 19 19:07:20 2019 +0200 24.2 +++ b/python-django/receipt Sun May 19 19:23:11 2019 +0200 24.3 @@ -13,7 +13,7 @@ 24.4 SUGGESTED="python-mysql" 24.5 24.6 DEPENDS="python python-pysqlite" 24.7 -BUILD_DEPENDS="setuptools wget" 24.8 +BUILD_DEPENDS="python-setuptools wget" 24.9 24.10 # Rules to configure and make the package. 24.11 compile_rules()
25.1 --- a/python-dnspython/receipt Sun May 19 19:07:20 2019 +0200 25.2 +++ b/python-dnspython/receipt Sun May 19 19:23:11 2019 +0200 25.3 @@ -12,7 +12,7 @@ 25.4 WGET_URL="http://www.dnspython.org/kits/$VERSION/$TARBALL" 25.5 25.6 DEPENDS="python" 25.7 -BUILD_DEPENDS="python setuptools" 25.8 +BUILD_DEPENDS="python python-setuptools" 25.9 25.10 # Rules to configure and make the package. 25.11 compile_rules()
26.1 --- a/python-docopt/receipt Sun May 19 19:07:20 2019 +0200 26.2 +++ b/python-docopt/receipt Sun May 19 19:23:11 2019 +0200 26.3 @@ -12,7 +12,7 @@ 26.4 WGET_URL="https://pypi.python.org/packages/source/d/$SOURCE/$TARBALL" 26.5 26.6 DEPENDS="python" 26.7 -BUILD_DEPENDS="wget setuptools python-dev" 26.8 +BUILD_DEPENDS="wget python-setuptools python-dev" 26.9 26.10 # Rules to configure and make the package. 26.11 compile_rules()
27.1 --- a/python-elaphe/receipt Sun May 19 19:07:20 2019 +0200 27.2 +++ b/python-elaphe/receipt Sun May 19 19:23:11 2019 +0200 27.3 @@ -12,7 +12,7 @@ 27.4 WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 27.5 27.6 DEPENDS="python" 27.7 -BUILD_DEPENDS="python setuptools wget" 27.8 +BUILD_DEPENDS="python python-setuptools wget" 27.9 27.10 # Rules to configure and make the package. 27.11 compile_rules()
28.1 --- a/python-erppeek/receipt Sun May 19 19:07:20 2019 +0200 28.2 +++ b/python-erppeek/receipt Sun May 19 19:23:11 2019 +0200 28.3 @@ -12,7 +12,7 @@ 28.4 WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 28.5 28.6 DEPENDS="python" 28.7 -BUILD_DEPENDS="wget python setuptools" 28.8 +BUILD_DEPENDS="wget python python-setuptools" 28.9 28.10 # Rules to configure and make the package. 28.11 compile_rules()
29.1 --- a/python-extremes/receipt Sun May 19 19:07:20 2019 +0200 29.2 +++ b/python-extremes/receipt Sun May 19 19:23:11 2019 +0200 29.3 @@ -13,7 +13,7 @@ 29.4 TAGS="python" 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/pyvim/receipt Sun May 19 19:07:20 2019 +0200 30.2 +++ b/pyvim/receipt Sun May 19 19:23:11 2019 +0200 30.3 @@ -11,7 +11,7 @@ 30.4 WGET_URL="https://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" 30.5 30.6 DEPENDS="python python-prompt-toolkit ptpython python-docopt python-pyflakes" 30.7 -BUILD_DEPENDS="wget python-prompt-toolkit ptpython python-docopt python-pyflakes setuptools python-dev" 30.8 +BUILD_DEPENDS="wget python-prompt-toolkit ptpython python-docopt python-pyflakes python-setuptools python-dev" 30.9 30.10 # Rules to configure and make the package. 30.11 compile_rules()
31.1 --- a/sbackup/receipt Sun May 19 19:07:20 2019 +0200 31.2 +++ b/sbackup/receipt Sun May 19 19:23:11 2019 +0200 31.3 @@ -13,7 +13,7 @@ 31.4 31.5 DEPENDS="python notify-python gettext-base pygtk gvfs fuse sshfs-fuse \ 31.6 curlftpfs desktop-file-utils" 31.7 -BUILD_DEPENDS="$DEPENDS setuptools" 31.8 +BUILD_DEPENDS="$DEPENDS python-setuptools" 31.9 31.10 # Rules to configure and make the package. 31.11 compile_rules()
32.1 --- a/snimpy/receipt Sun May 19 19:07:20 2019 +0200 32.2 +++ b/snimpy/receipt Sun May 19 19:23:11 2019 +0200 32.3 @@ -11,7 +11,7 @@ 32.4 WGET_URL="https://github.com/vincentbernat/snimpy/archive/$VERSION.tar.gz" 32.5 32.6 DEPENDS="python" 32.7 -BUILD_DEPENDS="wget python-dev setuptools libffi-dev glib" 32.8 +BUILD_DEPENDS="wget python-dev python-setuptools libffi-dev glib" 32.9 32.10 # Rules to configure and make the package. 32.11 compile_rules()
33.1 --- a/sqlobject/receipt Sun May 19 19:07:20 2019 +0200 33.2 +++ b/sqlobject/receipt Sun May 19 19:23:11 2019 +0200 33.3 @@ -12,7 +12,7 @@ 33.4 WGET_URL="http://pypi.python.org/packages/source/S/$SOURCE/$TARBALL" 33.5 33.6 DEPENDS="python" 33.7 -BUILD_DEPENDS="python python-dev setuptools" 33.8 +BUILD_DEPENDS="python python-dev python-setuptools" 33.9 33.10 # Rules to configure and make the package. 33.11 compile_rules()
34.1 --- a/swagger-py/receipt Sun May 19 19:07:20 2019 +0200 34.2 +++ b/swagger-py/receipt Sun May 19 19:23:11 2019 +0200 34.3 @@ -11,7 +11,7 @@ 34.4 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 34.5 34.6 DEPENDS="python" 34.7 -BUILD_DEPENDS="python setuptools" 34.8 +BUILD_DEPENDS="python python-setuptools" 34.9 34.10 # Rules to configure and make the package. 34.11 compile_rules()
35.1 --- a/tahoe-lafs/receipt Sun May 19 19:07:20 2019 +0200 35.2 +++ b/tahoe-lafs/receipt Sun May 19 19:23:11 2019 +0200 35.3 @@ -11,7 +11,7 @@ 35.4 WGET_URL="${WEB_SITE}source/$PACKAGE/releases/$TARBALL" 35.5 TAGS="filesystem backup" 35.6 35.7 -DEPENDS="python setuptools python-simplejson zopeinterface twisted pyopenssl \ 35.8 +DEPENDS="python python-setuptools python-simplejson zopeinterface twisted pyopenssl \ 35.9 pycrypto python-zfec python-foolscap python-pyasn1 python-mock \ 35.10 python-pycryptopp" 35.11 BUILD_DEPENDS="wget python-dev gmp-dev openssl-dev"
36.1 --- a/trash-cli/receipt Sun May 19 19:07:20 2019 +0200 36.2 +++ b/trash-cli/receipt Sun May 19 19:23:11 2019 +0200 36.3 @@ -11,7 +11,7 @@ 36.4 WGET_URL="git|git://github.com/andreafrancia/trash-cli" 36.5 36.6 DEPENDS="python" 36.7 -BUILD_DEPENDS="git bzip2 python-dev setuptools" 36.8 +BUILD_DEPENDS="git bzip2 python-dev python-setuptools" 36.9 36.10 # Rules to configure and make the package. 36.11 compile_rules()
37.1 --- a/turses/receipt Sun May 19 19:07:20 2019 +0200 37.2 +++ b/turses/receipt Sun May 19 19:23:11 2019 +0200 37.3 @@ -10,9 +10,9 @@ 37.4 WEB_SITE="https://pypi.org/project/turses/" 37.5 WGET_URL="http://pypi.python.org/packages/source/t/$PACKAGE/$TARBALL" 37.6 37.7 -DEPENDS="python setuptools python-httplib2 python-urwid python-oauth2 \ 37.8 +DEPENDS="python python-setuptools python-httplib2 python-urwid python-oauth2 \ 37.9 python-tweepy" 37.10 -BUILD_DEPENDS="python python-dev setuptools" 37.11 +BUILD_DEPENDS="python python-dev python-setuptools" 37.12 37.13 # Rules to configure and make the package. 37.14 compile_rules()