wok rev 21580
Use python-setuptools as bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 19 19:07:20 2019 +0200 (2019-05-19) |
parents | 5b7a2e58cdab |
children | 5d50a02468c7 |
files | androguard/receipt ari-py/receipt beautifulsoup/receipt brotli/receipt d-feet/receipt deluge/receipt duplicity/receipt feedparser/receipt file/receipt flake8/receipt glances/receipt httpie/receipt mps-youtube/receipt openerp-web/receipt xhtml2pdf/receipt |
line diff
1.1 --- a/androguard/receipt Sun May 19 16:11:22 2019 +0100 1.2 +++ b/androguard/receipt Sun May 19 19:07:20 2019 +0200 1.3 @@ -11,7 +11,7 @@ 1.4 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" 1.5 1.6 DEPENDS="python" 1.7 -BUILD_DEPENDS="python-dev setuptools" 1.8 +BUILD_DEPENDS="python-dev python-setuptools" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()
2.1 --- a/ari-py/receipt Sun May 19 16:11:22 2019 +0100 2.2 +++ b/ari-py/receipt Sun May 19 19:07:20 2019 +0200 2.3 @@ -12,7 +12,7 @@ 2.4 2.5 DEPENDS="python" 2.6 SUGGESTED="asterisk" 2.7 -BUILD_DEPENDS="python setuptools" 2.8 +BUILD_DEPENDS="python python-setuptools" 2.9 2.10 # Rules to configure and make the package. 2.11 compile_rules()
3.1 --- a/beautifulsoup/receipt Sun May 19 16:11:22 2019 +0100 3.2 +++ b/beautifulsoup/receipt Sun May 19 19:07:20 2019 +0200 3.3 @@ -15,7 +15,7 @@ 3.4 PROVIDE="python-beautifulsoup" 3.5 3.6 DEPENDS="python" 3.7 -BUILD_DEPENDS="python-dev setuptools" 3.8 +BUILD_DEPENDS="python-dev python-setuptools" 3.9 3.10 # Rules to configure and make the package. 3.11 compile_rules()
4.1 --- a/brotli/receipt Sun May 19 16:11:22 2019 +0100 4.2 +++ b/brotli/receipt Sun May 19 19:07:20 2019 +0200 4.3 @@ -12,7 +12,7 @@ 4.4 TAGS="compression" 4.5 4.6 DEPENDS="gcc-lib-base" 4.7 -BUILD_DEPENDS="python-dev setuptools cmake" 4.8 +BUILD_DEPENDS="python-dev python-setuptools cmake" 4.9 4.10 # Rules to configure and make the package. 4.11 compile_rules()
5.1 --- a/d-feet/receipt Sun May 19 16:11:22 2019 +0100 5.2 +++ b/d-feet/receipt Sun May 19 19:07:20 2019 +0200 5.3 @@ -11,7 +11,7 @@ 5.4 WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION:0:3}/$TARBALL" 5.5 5.6 DEPENDS="dbus dbus-python pygtk python" 5.7 -BUILD_DEPENDS="dbus-dev dbus-python-dev pygtk-dev python-dev setuptools" 5.8 +BUILD_DEPENDS="dbus-dev dbus-python-dev pygtk-dev python-dev python-setuptools" 5.9 5.10 # Rules to configure and make the package. 5.11 compile_rules()
6.1 --- a/deluge/receipt Sun May 19 16:11:22 2019 +0100 6.2 +++ b/deluge/receipt Sun May 19 19:07:20 2019 +0200 6.3 @@ -13,7 +13,7 @@ 6.4 6.5 DEPENDS="libtorrent-rasterbar pyopenssl python-chardet python-xdg setuptools \ 6.6 twisted xdg-utils pygtk python-six" 6.7 -BUILD_DEPENDS="python-dev setuptools librsvg-dev intltool" 6.8 +BUILD_DEPENDS="python-dev python-setuptools librsvg-dev intltool" 6.9 6.10 # Rules to configure and make the package. 6.11 compile_rules()
7.1 --- a/duplicity/receipt Sun May 19 16:11:22 2019 +0100 7.2 +++ b/duplicity/receipt Sun May 19 19:07:20 2019 +0200 7.3 @@ -12,7 +12,7 @@ 7.4 WGET_URL="https://code.launchpad.net/$PACKAGE/${VERSION%.*.*}-series/$VERSION/+download/$TARBALL" 7.5 7.6 DEPENDS="python librsync gnupg paramiko cryptopp lftp" 7.7 -BUILD_DEPENDS="$DEPENDS python-dev setuptools" 7.8 +BUILD_DEPENDS="$DEPENDS python-dev python-setuptools" 7.9 # NcFTP boto librsync-dev 7.10 7.11 # Rules to configure and make the package.
8.1 --- a/feedparser/receipt Sun May 19 16:11:22 2019 +0100 8.2 +++ b/feedparser/receipt Sun May 19 19:07:20 2019 +0200 8.3 @@ -12,7 +12,7 @@ 8.4 WGET_URL="https://github.com/kurtmckee/$PACKAGE/archive/$VERSION.tar.gz" 8.5 8.6 DEPENDS="libxml2 python" 8.7 -BUILD_DEPENDS="libxml2-dev python-dev setuptools" 8.8 +BUILD_DEPENDS="libxml2-dev python-dev python-setuptools" 8.9 8.10 # Rules to configure and make the package. 8.11 compile_rules()
9.1 --- a/file/receipt Sun May 19 16:11:22 2019 +0100 9.2 +++ b/file/receipt Sun May 19 19:07:20 2019 +0200 9.3 @@ -12,7 +12,7 @@ 9.4 WGET_URL="ftp://ftp.astron.com/pub/file/$TARBALL" 9.5 9.6 DEPENDS="zlib libmagic" 9.7 -BUILD_DEPENDS="zlib-dev python setuptools" 9.8 +BUILD_DEPENDS="zlib-dev python python-setuptools" 9.9 HOST_ARCH="i486 arm" 9.10 9.11 # @maintainer: Please, update also: libmagic, libmagic-dev, python-magic.
10.1 --- a/flake8/receipt Sun May 19 16:11:22 2019 +0100 10.2 +++ b/flake8/receipt Sun May 19 19:07:20 2019 +0200 10.3 @@ -12,7 +12,7 @@ 10.4 WGET_URL="https://pypi.python.org/packages/source/${PACKAGE:0:1}/$PACKAGE/$TARBALL" 10.5 10.6 DEPENDS="python" 10.7 -BUILD_DEPENDS="python setuptools" 10.8 +BUILD_DEPENDS="python python-setuptools" 10.9 10.10 # Rules to configure and make the package. 10.11 compile_rules()
11.1 --- a/glances/receipt Sun May 19 16:11:22 2019 +0100 11.2 +++ b/glances/receipt Sun May 19 19:07:20 2019 +0200 11.3 @@ -12,8 +12,8 @@ 11.4 WGET_URL="https://github.com/nicolargo/$PACKAGE/archive/v$VERSION.tar.gz" 11.5 SUGGESTED="python-jinja2" 11.6 11.7 -DEPENDS="python python-psutil setuptools" 11.8 -BUILD_DEPENDS="python-dev setuptools python-psutil" 11.9 +DEPENDS="python python-psutil" 11.10 +BUILD_DEPENDS="python-dev python-setuptools python-psutil" 11.11 11.12 # Rules to configure and make the package. 11.13 compile_rules()
12.1 --- a/httpie/receipt Sun May 19 16:11:22 2019 +0100 12.2 +++ b/httpie/receipt Sun May 19 19:07:20 2019 +0200 12.3 @@ -11,8 +11,8 @@ 12.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 12.5 WGET_URL="https://github.com/jakubroztocil/$PACKAGE/archive/$VERSION.tar.gz" 12.6 12.7 -DEPENDS="python-requests python-pygments setuptools" 12.8 -BUILD_DEPENDS="setuptools" 12.9 +DEPENDS="python-requests python-pygments" 12.10 +BUILD_DEPENDS="python-setuptools" 12.11 12.12 # Rules to configure and make the package. 12.13 compile_rules()
13.1 --- a/mps-youtube/receipt Sun May 19 16:11:22 2019 +0100 13.2 +++ b/mps-youtube/receipt Sun May 19 19:07:20 2019 +0200 13.3 @@ -12,7 +12,7 @@ 13.4 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" 13.5 13.6 DEPENDS="mplayer py3k" 13.7 -BUILD_DEPENDS="py3k setuptools" 13.8 +BUILD_DEPENDS="py3k python-setuptools" 13.9 13.10 # Rules to configure and make the package. 13.11 compile_rules()
14.1 --- a/openerp-web/receipt Sun May 19 16:11:22 2019 +0100 14.2 +++ b/openerp-web/receipt Sun May 19 19:07:20 2019 +0200 14.3 @@ -12,9 +12,9 @@ 14.4 CONFIG_FILES="/etc/openerp/openerp-web.conf" 14.5 # http://doc.openerp.com/install/linux/web/index.html 14.6 14.7 -DEPENDS="matplotlib setuptools python-turbogears python-pil python \ 14.8 +DEPENDS="matplotlib python-turbogears python-pil python \ 14.9 python-pyxml python-pyparsing python-babel python-mako python-markupsafe" 14.10 -BUILD_DEPENDS="setuptools python-dev python python-pyxml python-turbogears" 14.11 +BUILD_DEPENDS="python-setuptools python-dev python python-pyxml python-turbogears" 14.12 14.13 # Rules to configure and make the package. 14.14 compile_rules()
15.1 --- a/xhtml2pdf/receipt Sun May 19 16:11:22 2019 +0100 15.2 +++ b/xhtml2pdf/receipt Sun May 19 19:07:20 2019 +0200 15.3 @@ -11,8 +11,8 @@ 15.4 WEB_SITE="http://www.xhtml2pdf.com" 15.5 WGET_URL="http://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" 15.6 15.7 -DEPENDS="python python-reportlab python-html5lib python-pypdf setuptools" 15.8 -BUILD_DEPENDS="$DEPENDS python-dev" 15.9 +DEPENDS="python python-reportlab python-html5lib python-pypdf" 15.10 +BUILD_DEPENDS="$DEPENDS python-setuptools python-dev" 15.11 15.12 # Rules to configure and make the package. 15.13 compile_rules()