# HG changeset patch # User Pascal Bellard # Date 1558286591 -7200 # Node ID 5d50a02468c7485d95737267c8c54d031af143a5 # Parent 240fb312063833ab535acb49ef805b411c995aef Use python-setuptools as bdeps (again) diff -r 240fb3120638 -r 5d50a02468c7 deluge/receipt --- a/deluge/receipt Sun May 19 19:07:20 2019 +0200 +++ b/deluge/receipt Sun May 19 19:23:11 2019 +0200 @@ -11,7 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://download.deluge-torrent.org/source/$TARBALL" -DEPENDS="libtorrent-rasterbar pyopenssl python-chardet python-xdg setuptools \ +DEPENDS="libtorrent-rasterbar pyopenssl python-chardet python-xdg \ twisted xdg-utils pygtk python-six" BUILD_DEPENDS="python-dev python-setuptools librsvg-dev intltool" diff -r 240fb3120638 -r 5d50a02468c7 palemoon/receipt --- a/palemoon/receipt Sun May 19 19:07:20 2019 +0200 +++ b/palemoon/receipt Sun May 19 19:23:11 2019 +0200 @@ -15,7 +15,7 @@ DEPENDS="gtk+" BUILD_DEPENDS="autoconf213 gtk+-dev yasm zip unzip iw dbus-dev dbus-glib-dev \ iw libpng-dev gstreamer gstreamer-dev gst-plugins-base-dev gst-plugins-base \ -libvpx-dev mesa-dev setuptools virtualenv zlib-dev bzip2-dev python-dev \ +libvpx-dev mesa-dev python-setuptools virtualenv zlib-dev bzip2-dev python-dev \ pixman pixman-dev libffi libffi-dev" # sqlite sqlite-dev libevent libevent-dev # Rules to configure and make the package. diff -r 240fb3120638 -r 5d50a02468c7 protobuf-python/receipt --- a/protobuf-python/receipt Sun May 19 19:07:20 2019 +0200 +++ b/protobuf-python/receipt Sun May 19 19:23:11 2019 +0200 @@ -12,7 +12,7 @@ WGET_URL="http://protobuf.googlecode.com/files/$TARBALL" DEPENDS="python protobuf" -BUILD_DEPENDS="protobuf-dev python-dev setuptools" +BUILD_DEPENDS="protobuf-dev python-dev python-setuptools" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 ptpython/receipt --- a/ptpython/receipt Sun May 19 19:07:20 2019 +0200 +++ b/ptpython/receipt Sun May 19 19:23:11 2019 +0200 @@ -11,7 +11,7 @@ WGET_URL="https://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" DEPENDS="python python-prompt-toolkit python-jedi python-docopt" -BUILD_DEPENDS="wget setuptools python-dev python-prompt-toolkit python-jedi python-docopt" +BUILD_DEPENDS="wget python-setuptools python-dev python-prompt-toolkit python-jedi python-docopt" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 pymux/receipt --- a/pymux/receipt Sun May 19 19:07:20 2019 +0200 +++ b/pymux/receipt Sun May 19 19:23:11 2019 +0200 @@ -11,7 +11,7 @@ WGET_URL="https://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" DEPENDS="python python-pyte python-prompt-toolkit python-docopt" -BUILD_DEPENDS="wget setuptools python-dev python-pyte python-prompt-toolkit python-docopt" +BUILD_DEPENDS="wget python-setuptools python-dev python-pyte python-prompt-toolkit python-docopt" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 pyopenssl/receipt --- a/pyopenssl/receipt Sun May 19 19:07:20 2019 +0200 +++ b/pyopenssl/receipt Sun May 19 19:23:11 2019 +0200 @@ -12,7 +12,7 @@ WGET_URL="https://github.com/pyca/pyopenssl/archive/$TARBALL" DEPENDS="python openssl" -BUILD_DEPENDS="python python-dev openssl-dev setuptools" +BUILD_DEPENDS="python python-dev openssl-dev python-setuptools" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 pyradio/receipt --- a/pyradio/receipt Sun May 19 19:07:20 2019 +0200 +++ b/pyradio/receipt Sun May 19 19:23:11 2019 +0200 @@ -12,7 +12,7 @@ BRANCH="$VERSION" DEPENDS="ncurses mplayer python" -BUILD_DEPENDS="git setuptools" +BUILD_DEPENDS="git python-setuptools" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 pysize/receipt --- a/pysize/receipt Sun May 19 19:07:20 2019 +0200 +++ b/pysize/receipt Sun May 19 19:23:11 2019 +0200 @@ -11,7 +11,7 @@ WGET_URL="http://guichaz.free.fr/pysize/files/$TARBALL" DEPENDS="python ncurses pygtk librsvg" -BUILD_DEPENDS="python-dev ncurses-dev pygtk-dev setuptools" +BUILD_DEPENDS="python-dev ncurses-dev pygtk-dev python-setuptools" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 python-aeroolib/receipt --- a/python-aeroolib/receipt Sun May 19 19:07:20 2019 +0200 +++ b/python-aeroolib/receipt Sun May 19 19:23:11 2019 +0200 @@ -10,8 +10,9 @@ TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://launchpad.net/aeroolib" WGET_URL="$WEB_SITE/trunk/$VERSION/+download/$SOURCE.tar.gz" -BUILD_DEPENDS="wget python setuptools" + DEPENDS="python" +BUILD_DEPENDS="wget python python-setuptools" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 python-antlr/receipt --- a/python-antlr/receipt Sun May 19 19:07:20 2019 +0200 +++ b/python-antlr/receipt Sun May 19 19:23:11 2019 +0200 @@ -12,7 +12,7 @@ WGET_URL="${WEB_SITE}download/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python python-dev setuptools" +BUILD_DEPENDS="python python-dev python-setuptools" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 python-ari/receipt --- a/python-ari/receipt Sun May 19 19:07:20 2019 +0200 +++ b/python-ari/receipt Sun May 19 19:23:11 2019 +0200 @@ -11,7 +11,7 @@ WGET_URL="https://github.com/asterisk/ari-py/archive/$VERSION.tar.gz" DEPENDS="python" -BUILD_DEPENDS="setuptools" +BUILD_DEPENDS="python-setuptools" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 python-babel/receipt --- a/python-babel/receipt Sun May 19 19:07:20 2019 +0200 +++ b/python-babel/receipt Sun May 19 19:23:11 2019 +0200 @@ -10,7 +10,7 @@ WGET_URL="http://ftp.edgewall.com/pub/babel/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python python-dev setuptools" +BUILD_DEPENDS="python python-dev python-setuptools" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 python-backports_abc/receipt --- a/python-backports_abc/receipt Sun May 19 19:07:20 2019 +0200 +++ b/python-backports_abc/receipt Sun May 19 19:23:11 2019 +0200 @@ -12,7 +12,7 @@ WGET_URL="https://files.pythonhosted.org/packages/68/3c/1317a9113c377d1e33711ca8de1e80afbaf4a3c950dd0edfaf61f9bfe6d8/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python setuptools" +BUILD_DEPENDS="python python-setuptools" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 python-barcode/receipt --- a/python-barcode/receipt Sun May 19 19:07:20 2019 +0200 +++ b/python-barcode/receipt Sun May 19 19:23:11 2019 +0200 @@ -12,7 +12,7 @@ WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python setuptools wget" +BUILD_DEPENDS="python python-setuptools wget" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 python-beaker/receipt --- a/python-beaker/receipt Sun May 19 19:07:20 2019 +0200 +++ b/python-beaker/receipt Sun May 19 19:23:11 2019 +0200 @@ -13,7 +13,7 @@ TAGS="python" DEPENDS="python" -BUILD_DEPENDS="python python-dev setuptools" +BUILD_DEPENDS="python python-dev python-setuptools" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 python-bpython/receipt --- a/python-bpython/receipt Sun May 19 19:07:20 2019 +0200 +++ b/python-bpython/receipt Sun May 19 19:23:11 2019 +0200 @@ -11,7 +11,7 @@ WEB_SITE="https://pypi.org/project/$SOURCE/" WGET_URL="$WEB_SITE/releases/$TARBALL" -DEPENDS="python python-pygments setuptools" +DEPENDS="python python-pygments python-setuptools" BUILD_DEPENDS="$DEPENDS python-dev" # Rules to configure and make the package. diff -r 240fb3120638 -r 5d50a02468c7 python-caldav/receipt --- a/python-caldav/receipt Sun May 19 19:07:20 2019 +0200 +++ b/python-caldav/receipt Sun May 19 19:23:11 2019 +0200 @@ -12,7 +12,7 @@ WGET_URL="http://pypi.python.org/packages/source/c/$SOURCE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python python-dev setuptools" +BUILD_DEPENDS="python python-dev python-setuptools" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 python-click/receipt --- a/python-click/receipt Sun May 19 19:07:20 2019 +0200 +++ b/python-click/receipt Sun May 19 19:23:11 2019 +0200 @@ -12,7 +12,7 @@ WGET_URL="https://files.pythonhosted.org/packages/f8/5c/f60e9d8a1e77005f664b76ff8aeaee5bc05d0a91798afd7f53fc998dbc47/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="setuptools" +BUILD_DEPENDS="python-setuptools" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 python-couchdbkit/receipt --- a/python-couchdbkit/receipt Sun May 19 19:07:20 2019 +0200 +++ b/python-couchdbkit/receipt Sun May 19 19:23:11 2019 +0200 @@ -12,7 +12,7 @@ WGET_URL="https://github.com/benoitc/$SOURCE/archive/$VERSION.zip" DEPENDS="python couchdb python-simplejson python-restkit" -BUILD_DEPENDS="python python-dev setuptools wget" +BUILD_DEPENDS="python python-dev python-setuptools wget" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 python-cssselect/receipt --- a/python-cssselect/receipt Sun May 19 19:07:20 2019 +0200 +++ b/python-cssselect/receipt Sun May 19 19:23:11 2019 +0200 @@ -12,7 +12,7 @@ WGET_URL="http://pypi.python.org/packages/source/c/$SOURCE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python setuptools" +BUILD_DEPENDS="python python-setuptools" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 python-cssutils/receipt --- a/python-cssutils/receipt Sun May 19 19:07:20 2019 +0200 +++ b/python-cssutils/receipt Sun May 19 19:23:11 2019 +0200 @@ -11,7 +11,7 @@ WEB_SITE="http://cthedot.de/cssutils/" WGET_URL="http://pypi.python.org/packages/source/c/cssutils/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python setuptools" +BUILD_DEPENDS="python python-setuptools" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 python-dateutil/receipt --- a/python-dateutil/receipt Sun May 19 19:07:20 2019 +0200 +++ b/python-dateutil/receipt Sun May 19 19:23:11 2019 +0200 @@ -11,7 +11,7 @@ WGET_URL="http://labix.org/download/$PACKAGE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python python-dev setuptools" +BUILD_DEPENDS="python python-dev python-setuptools" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 python-decoratortools/receipt --- a/python-decoratortools/receipt Sun May 19 19:07:20 2019 +0200 +++ b/python-decoratortools/receipt Sun May 19 19:23:11 2019 +0200 @@ -13,7 +13,7 @@ TAGS="python" DEPENDS="python" -BUILD_DEPENDS="python python-dev setuptools" +BUILD_DEPENDS="python python-dev python-setuptools" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 python-django/receipt --- a/python-django/receipt Sun May 19 19:07:20 2019 +0200 +++ b/python-django/receipt Sun May 19 19:23:11 2019 +0200 @@ -13,7 +13,7 @@ SUGGESTED="python-mysql" DEPENDS="python python-pysqlite" -BUILD_DEPENDS="setuptools wget" +BUILD_DEPENDS="python-setuptools wget" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 python-dnspython/receipt --- a/python-dnspython/receipt Sun May 19 19:07:20 2019 +0200 +++ b/python-dnspython/receipt Sun May 19 19:23:11 2019 +0200 @@ -12,7 +12,7 @@ WGET_URL="http://www.dnspython.org/kits/$VERSION/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python setuptools" +BUILD_DEPENDS="python python-setuptools" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 python-docopt/receipt --- a/python-docopt/receipt Sun May 19 19:07:20 2019 +0200 +++ b/python-docopt/receipt Sun May 19 19:23:11 2019 +0200 @@ -12,7 +12,7 @@ WGET_URL="https://pypi.python.org/packages/source/d/$SOURCE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="wget setuptools python-dev" +BUILD_DEPENDS="wget python-setuptools python-dev" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 python-elaphe/receipt --- a/python-elaphe/receipt Sun May 19 19:07:20 2019 +0200 +++ b/python-elaphe/receipt Sun May 19 19:23:11 2019 +0200 @@ -12,7 +12,7 @@ WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python setuptools wget" +BUILD_DEPENDS="python python-setuptools wget" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 python-erppeek/receipt --- a/python-erppeek/receipt Sun May 19 19:07:20 2019 +0200 +++ b/python-erppeek/receipt Sun May 19 19:23:11 2019 +0200 @@ -12,7 +12,7 @@ WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="wget python setuptools" +BUILD_DEPENDS="wget python python-setuptools" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 python-extremes/receipt --- a/python-extremes/receipt Sun May 19 19:07:20 2019 +0200 +++ b/python-extremes/receipt Sun May 19 19:23:11 2019 +0200 @@ -13,7 +13,7 @@ TAGS="python" DEPENDS="python" -BUILD_DEPENDS="python python-dev setuptools" +BUILD_DEPENDS="python python-dev python-setuptools" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 pyvim/receipt --- a/pyvim/receipt Sun May 19 19:07:20 2019 +0200 +++ b/pyvim/receipt Sun May 19 19:23:11 2019 +0200 @@ -11,7 +11,7 @@ WGET_URL="https://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" DEPENDS="python python-prompt-toolkit ptpython python-docopt python-pyflakes" -BUILD_DEPENDS="wget python-prompt-toolkit ptpython python-docopt python-pyflakes setuptools python-dev" +BUILD_DEPENDS="wget python-prompt-toolkit ptpython python-docopt python-pyflakes python-setuptools python-dev" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 sbackup/receipt --- a/sbackup/receipt Sun May 19 19:07:20 2019 +0200 +++ b/sbackup/receipt Sun May 19 19:23:11 2019 +0200 @@ -13,7 +13,7 @@ DEPENDS="python notify-python gettext-base pygtk gvfs fuse sshfs-fuse \ curlftpfs desktop-file-utils" -BUILD_DEPENDS="$DEPENDS setuptools" +BUILD_DEPENDS="$DEPENDS python-setuptools" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 snimpy/receipt --- a/snimpy/receipt Sun May 19 19:07:20 2019 +0200 +++ b/snimpy/receipt Sun May 19 19:23:11 2019 +0200 @@ -11,7 +11,7 @@ WGET_URL="https://github.com/vincentbernat/snimpy/archive/$VERSION.tar.gz" DEPENDS="python" -BUILD_DEPENDS="wget python-dev setuptools libffi-dev glib" +BUILD_DEPENDS="wget python-dev python-setuptools libffi-dev glib" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 sqlobject/receipt --- a/sqlobject/receipt Sun May 19 19:07:20 2019 +0200 +++ b/sqlobject/receipt Sun May 19 19:23:11 2019 +0200 @@ -12,7 +12,7 @@ WGET_URL="http://pypi.python.org/packages/source/S/$SOURCE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python python-dev setuptools" +BUILD_DEPENDS="python python-dev python-setuptools" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 swagger-py/receipt --- a/swagger-py/receipt Sun May 19 19:07:20 2019 +0200 +++ b/swagger-py/receipt Sun May 19 19:23:11 2019 +0200 @@ -11,7 +11,7 @@ WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" DEPENDS="python" -BUILD_DEPENDS="python setuptools" +BUILD_DEPENDS="python python-setuptools" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 tahoe-lafs/receipt --- a/tahoe-lafs/receipt Sun May 19 19:07:20 2019 +0200 +++ b/tahoe-lafs/receipt Sun May 19 19:23:11 2019 +0200 @@ -11,7 +11,7 @@ WGET_URL="${WEB_SITE}source/$PACKAGE/releases/$TARBALL" TAGS="filesystem backup" -DEPENDS="python setuptools python-simplejson zopeinterface twisted pyopenssl \ +DEPENDS="python python-setuptools python-simplejson zopeinterface twisted pyopenssl \ pycrypto python-zfec python-foolscap python-pyasn1 python-mock \ python-pycryptopp" BUILD_DEPENDS="wget python-dev gmp-dev openssl-dev" diff -r 240fb3120638 -r 5d50a02468c7 trash-cli/receipt --- a/trash-cli/receipt Sun May 19 19:07:20 2019 +0200 +++ b/trash-cli/receipt Sun May 19 19:23:11 2019 +0200 @@ -11,7 +11,7 @@ WGET_URL="git|git://github.com/andreafrancia/trash-cli" DEPENDS="python" -BUILD_DEPENDS="git bzip2 python-dev setuptools" +BUILD_DEPENDS="git bzip2 python-dev python-setuptools" # Rules to configure and make the package. compile_rules() diff -r 240fb3120638 -r 5d50a02468c7 turses/receipt --- a/turses/receipt Sun May 19 19:07:20 2019 +0200 +++ b/turses/receipt Sun May 19 19:23:11 2019 +0200 @@ -10,9 +10,9 @@ WEB_SITE="https://pypi.org/project/turses/" WGET_URL="http://pypi.python.org/packages/source/t/$PACKAGE/$TARBALL" -DEPENDS="python setuptools python-httplib2 python-urwid python-oauth2 \ +DEPENDS="python python-setuptools python-httplib2 python-urwid python-oauth2 \ python-tweepy" -BUILD_DEPENDS="python python-dev setuptools" +BUILD_DEPENDS="python python-dev python-setuptools" # Rules to configure and make the package. compile_rules()