diff options
Diffstat (limited to 'testing')
380 files changed, 380 insertions, 380 deletions
diff --git a/testing/ansible-playbook-debugger/APKBUILD b/testing/ansible-playbook-debugger/APKBUILD index 46b2f5424a..5ec051b012 100644 --- a/testing/ansible-playbook-debugger/APKBUILD +++ b/testing/ansible-playbook-debugger/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="GPLv3" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz" diff --git a/testing/awake/APKBUILD b/testing/awake/APKBUILD index 96c1b1bcdb..e58785caa4 100644 --- a/testing/awake/APKBUILD +++ b/testing/awake/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="GPL3" depends="python py-awake" depends_dev="" -makedepends="python-dev" +makedepends="python2-dev" install="" subpackages="$pkgname-doc py-$pkgname:py" source="$pkgname-$pkgver.tar.gz::https://github.com/cyraxjoe/awake/archive/v$pkgver.tar.gz" diff --git a/testing/awscli/APKBUILD b/testing/awscli/APKBUILD index 7bdaaef56b..da1e2dbde7 100644 --- a/testing/awscli/APKBUILD +++ b/testing/awscli/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="apache2" depends="python py-botocore py-jmespath py-s3transfer" depends_dev= -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install= subpackages="$pkgname-zsh-completion:zshcomp $pkgname-bash-completion:bashcomp" source="$_pkgname-$pkgver.tar.gz::https://github.com/aws/$_pkgname/archive/$pkgver.tar.gz" diff --git a/testing/buildbot-slave/APKBUILD b/testing/buildbot-slave/APKBUILD index e0dc4c8585..9848d132b5 100644 --- a/testing/buildbot-slave/APKBUILD +++ b/testing/buildbot-slave/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="GPL2" depends="python py-twisted" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="buildbot-slave.pre-install" BUILDBOT_USER=buildbot BUILDBOT_GROUP=buildbot diff --git a/testing/dstat/APKBUILD b/testing/dstat/APKBUILD index 8aa5a0bd9b..f3981deb69 100644 --- a/testing/dstat/APKBUILD +++ b/testing/dstat/APKBUILD @@ -8,7 +8,7 @@ url="http://dag.wieers.com/home-made/dstat/" arch="noarch" license="GPL2+" depends="python" -depends_dev="python-dev" +depends_dev="python2-dev" makedepends="$depends_dev" install="" subpackages="$pkgname-doc" diff --git a/testing/esptool/APKBUILD b/testing/esptool/APKBUILD index 318e0d796a..f8b4f2cd1c 100644 --- a/testing/esptool/APKBUILD +++ b/testing/esptool/APKBUILD @@ -8,7 +8,7 @@ url="https://github.com/themadinventor/esptool" arch="noarch" license="GPLv2" depends="python py-serial py-setuptools" -makedepends="python-dev" +makedepends="python2-dev" install="" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/themadinventor/${pkgname}/archive/v${pkgver}.tar.gz" diff --git a/testing/fabric/APKBUILD b/testing/fabric/APKBUILD index eb2e50dc9b..717ce52103 100644 --- a/testing/fabric/APKBUILD +++ b/testing/fabric/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="py-paramiko py-crypto py-setuptools" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/flawfinder/APKBUILD b/testing/flawfinder/APKBUILD index 75a3a7ffad..e9d4519bf5 100644 --- a/testing/flawfinder/APKBUILD +++ b/testing/flawfinder/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="GPL2" depends="python" depends_dev="" -makedepends="python-dev" +makedepends="python2-dev" install="" subpackages="$pkgname-doc" source="http://www.dwheeler.com/flawfinder/$pkgname-$pkgver.tar.gz" diff --git a/testing/gdal/APKBUILD b/testing/gdal/APKBUILD index 0187f2db60..c13dc57b68 100644 --- a/testing/gdal/APKBUILD +++ b/testing/gdal/APKBUILD @@ -9,7 +9,7 @@ arch="x86_64" license="MIT" depends="" depends_dev="gdal" -makedepends="giflib-dev jpeg-dev libjpeg-turbo-dev libpng-dev tiff-dev zlib-dev swig python-dev" +makedepends="giflib-dev jpeg-dev libjpeg-turbo-dev libpng-dev tiff-dev zlib-dev swig python2-dev" subpackages="$pkgname-dev py-$pkgname:py" source="http://download.osgeo.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" diff --git a/testing/geos/APKBUILD b/testing/geos/APKBUILD index 050337b7af..375d5f0c4c 100644 --- a/testing/geos/APKBUILD +++ b/testing/geos/APKBUILD @@ -9,7 +9,7 @@ arch="x86 x86_64" license="LGPL2.1" depends="" depends_dev="" -makedepends="swig python-dev $depends_dev" +makedepends="swig python2-dev $depends_dev" install="" subpackages="py-$pkgname:py $pkgname-dev" source="http://download.osgeo.org/geos/geos-$pkgver.tar.bz2 10-isnan.patch" diff --git a/testing/git2json/APKBUILD b/testing/git2json/APKBUILD index 5df8c739ac..c1de3ed5b8 100644 --- a/testing/git2json/APKBUILD +++ b/testing/git2json/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz" diff --git a/testing/hfst/APKBUILD b/testing/hfst/APKBUILD index 0e33cb27a8..5dcc5503e4 100644 --- a/testing/hfst/APKBUILD +++ b/testing/hfst/APKBUILD @@ -10,7 +10,7 @@ arch="all" license="LGPL3" depends="" depends_dev="" -makedepends="$depends_dev python bison python-dev swig" +makedepends="$depends_dev python bison python2-dev swig" install="" subpackages="$pkgname-dev $pkgname-doc py-$pkgname:py" source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz diff --git a/testing/httpie-ntlm/APKBUILD b/testing/httpie-ntlm/APKBUILD index 43950d1adb..6f6c3b09a5 100644 --- a/testing/httpie-ntlm/APKBUILD +++ b/testing/httpie-ntlm/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="BSD" depends="python httpie" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz" diff --git a/testing/httpie-oauth/APKBUILD b/testing/httpie-oauth/APKBUILD index 5748ba3442..032852d961 100644 --- a/testing/httpie-oauth/APKBUILD +++ b/testing/httpie-oauth/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="BSD" depends="python httpie" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz" diff --git a/testing/httpie/APKBUILD b/testing/httpie/APKBUILD index f6accffcab..f415595a6f 100644 --- a/testing/httpie/APKBUILD +++ b/testing/httpie/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="BSD" depends="python py-requests py-pygments" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz" diff --git a/testing/i2c-tools/APKBUILD b/testing/i2c-tools/APKBUILD index 69765a8971..7b12f4b8ca 100644 --- a/testing/i2c-tools/APKBUILD +++ b/testing/i2c-tools/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="GPL2" depends= depends_dev="" -makedepends="$depends_dev linux-headers py-setuptools python-dev" +makedepends="$depends_dev linux-headers py-setuptools python2-dev" install= subpackages="$pkgname-dev $pkgname-doc py-smbus:py" source="http://fossies.org/linux/misc/$pkgname-$pkgver.tar.gz" diff --git a/testing/irclog2html/APKBUILD b/testing/irclog2html/APKBUILD index e387540ea9..a1e7810c86 100644 --- a/testing/irclog2html/APKBUILD +++ b/testing/irclog2html/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="GPL2+" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz" diff --git a/testing/jabber-roster/APKBUILD b/testing/jabber-roster/APKBUILD index 7ff6fd76f4..90a6cc2439 100644 --- a/testing/jabber-roster/APKBUILD +++ b/testing/jabber-roster/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="AGPL3" depends="" depends_dev="py-xmpp" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz" diff --git a/testing/libtorrent-rasterbar/APKBUILD b/testing/libtorrent-rasterbar/APKBUILD index 50e8d4a05c..b564ce3368 100644 --- a/testing/libtorrent-rasterbar/APKBUILD +++ b/testing/libtorrent-rasterbar/APKBUILD @@ -11,7 +11,7 @@ url="http://www.rasterbar.com/products/libtorrent" arch="all" license="BSD" depends="" -depends_dev="boost-dev libressl-dev python-dev" +depends_dev="boost-dev libressl-dev python2-dev" makedepends="$depends_dev linux-headers" subpackages="$pkgname-dev" source="https://github.com/arvidn/libtorrent/releases/download/libtorrent-$_pkgver/$pkgname-$pkgver.tar.gz" diff --git a/testing/lldb/APKBUILD b/testing/lldb/APKBUILD index 94f822daf4..789ba80d0f 100644 --- a/testing/lldb/APKBUILD +++ b/testing/lldb/APKBUILD @@ -10,7 +10,7 @@ url="http://llvm.org/" license="UOI-NCSA" makedepends="clang clang-libs clang-dev cmake doxygen libedit-dev libffi-dev libxml2-dev linux-headers llvm llvm-libs llvm-dev llvm-static ncurses-dev - ninja python-dev swig" + ninja python2-dev swig" subpackages="$pkgname-dev py-$pkgname:py $pkgname-libs" source="http://llvm.org/releases/$pkgver/lldb-$pkgver.src.tar.xz lldb-3.8-alpine.patch diff --git a/testing/lshell/APKBUILD b/testing/lshell/APKBUILD index 7c9fbb21c3..44cfd1a66d 100644 --- a/testing/lshell/APKBUILD +++ b/testing/lshell/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="GPL3+" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/ghantoos/$pkgname/archive/$pkgver.tar.gz" diff --git a/testing/mitmproxy/APKBUILD b/testing/mitmproxy/APKBUILD index 851b6ce202..2c2b11dddb 100644 --- a/testing/mitmproxy/APKBUILD +++ b/testing/mitmproxy/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="MIT" depends="python py-netlib py-flask py-urwid py-$pkgname py-itsdangerous" depends_dev="" -makedepends="python-dev py-setuptools " +makedepends="python2-dev py-setuptools " install="" subpackages="py-$pkgname:py" source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz" diff --git a/testing/mycli/APKBUILD b/testing/mycli/APKBUILD index 0d89c1942a..136f0eae26 100644 --- a/testing/mycli/APKBUILD +++ b/testing/mycli/APKBUILD @@ -15,7 +15,7 @@ depends="python py-sqlparse py-configobj>=5.0.6 py-crypto" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" diff --git a/testing/netsink/APKBUILD b/testing/netsink/APKBUILD index 3cf7f7bb3b..c860fe5360 100644 --- a/testing/netsink/APKBUILD +++ b/testing/netsink/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="GPL3+" depends="python py-dnslib" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz" diff --git a/testing/openimageio/APKBUILD b/testing/openimageio/APKBUILD index 32217b5160..b33129629a 100644 --- a/testing/openimageio/APKBUILD +++ b/testing/openimageio/APKBUILD @@ -11,7 +11,7 @@ depends="" # NOTE: OpenColorIO and OpenImageIO are cross dependent. If an ABI incompatible # update is done in one, the other also needs to be rebuilt. makedepends="cmake giflib-dev zlib-dev boost-dev jpeg-dev libpng-dev tiff-dev - glew-dev python-dev>=2.6 python3-dev openexr-dev ffmpeg2.8-dev + glew-dev python2-dev>=2.6 python3-dev openexr-dev ffmpeg2.8-dev libraw-dev libwebp-dev freetype-dev qt-dev mesa-dev libressl-dev jasper-dev opencolorio-dev" subpackages="py2-$pkgname:_python py3-$pkgname:_python $pkgname-dev $pkgname-doc $pkgname-tools" diff --git a/testing/openxcap/APKBUILD b/testing/openxcap/APKBUILD index 06c4591175..a03ab7b96b 100644 --- a/testing/openxcap/APKBUILD +++ b/testing/openxcap/APKBUILD @@ -11,7 +11,7 @@ arch="noarch" license="GPL" depends="python py-application py-gnutls py-twisted py-pillow py-lxml py-mysqldb" -makedepends="python-dev" +makedepends="python2-dev" install="$pkgname.pre-install" source="http://download.ag-projects.com/XCAP/$pkgname-$pkgver.tar.gz config.ini diff --git a/testing/pacparser/APKBUILD b/testing/pacparser/APKBUILD index fdae587de2..d8bd91c53d 100644 --- a/testing/pacparser/APKBUILD +++ b/testing/pacparser/APKBUILD @@ -9,7 +9,7 @@ url="http://pacparser.manugarg.com" arch="x86_64" license="LGPL3+" depends="" -makedepends="bash python-dev" +makedepends="bash python2-dev" subpackages="py-$pkgname:pymod $pkgname-doc $pkgname-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/pacparser/pacparser/archive/$pkgver.tar.gz spidermonkey-make.patch" diff --git a/testing/pelican/APKBUILD b/testing/pelican/APKBUILD index 40714c7448..2def851ea9 100644 --- a/testing/pelican/APKBUILD +++ b/testing/pelican/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="GPL3" depends="python bash fabric py-feedparser py-pygments py-docutils py-sphinx py-blinker py-unidecode py-mock py-markdown py-beautifulsoup4 py-lxml py-six py-tz py-jinja2 py-django py-dateutil py-nose" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz diff --git a/testing/pgcli/APKBUILD b/testing/pgcli/APKBUILD index a5a42ab324..33338e1aa6 100644 --- a/testing/pgcli/APKBUILD +++ b/testing/pgcli/APKBUILD @@ -18,7 +18,7 @@ depends="python py-humanize py-wcwidth py-setproctitle" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" diff --git a/testing/py-actdiag/APKBUILD b/testing/py-actdiag/APKBUILD index 40619caa98..37383386ed 100644 --- a/testing/py-actdiag/APKBUILD +++ b/testing/py-actdiag/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="ASL 2.0" depends="python py-pillow py-funcparserlib py-blockdiag" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-allfiles/APKBUILD b/testing/py-allfiles/APKBUILD index 7ec76a6349..e81ffe369a 100644 --- a/testing/py-allfiles/APKBUILD +++ b/testing/py-allfiles/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip" diff --git a/testing/py-almost/APKBUILD b/testing/py-almost/APKBUILD index a670db3e5f..b11d3df0f8 100644 --- a/testing/py-almost/APKBUILD +++ b/testing/py-almost/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-ansi2html/APKBUILD b/testing/py-ansi2html/APKBUILD index 1141209445..60e493261d 100644 --- a/testing/py-ansi2html/APKBUILD +++ b/testing/py-ansi2html/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="GPL3+" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-ansiblelint/APKBUILD b/testing/py-ansiblelint/APKBUILD index fa3087ca84..ccec3ed874 100644 --- a/testing/py-ansiblelint/APKBUILD +++ b/testing/py-ansiblelint/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools ansible" +makedepends="python2-dev py-setuptools ansible" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-ansicolors/APKBUILD b/testing/py-ansicolors/APKBUILD index d4c359bedd..e806949976 100644 --- a/testing/py-ansicolors/APKBUILD +++ b/testing/py-ansicolors/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="ISC" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-apitree/APKBUILD b/testing/py-apitree/APKBUILD index f88e177097..9ef70eee7b 100644 --- a/testing/py-apitree/APKBUILD +++ b/testing/py-apitree/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-appliancekit-ng/APKBUILD b/testing/py-appliancekit-ng/APKBUILD index 670069df46..ec5e7fc14a 100644 --- a/testing/py-appliancekit-ng/APKBUILD +++ b/testing/py-appliancekit-ng/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="ISC" depends="python py-jinja2" depends_dev="" -makedepends="python-dev" +makedepends="python2-dev" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/A/ApplianceKit-NG/ApplianceKit-NG-$pkgver.tar.gz" diff --git a/testing/py-application/APKBUILD b/testing/py-application/APKBUILD index 75cdcf91d5..0e4d20f776 100644 --- a/testing/py-application/APKBUILD +++ b/testing/py-application/APKBUILD @@ -9,7 +9,7 @@ url="http://pypi.python.org/pypi/python-application" arch="noarch" license="LGPL2+" depends="python" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-archive/APKBUILD b/testing/py-archive/APKBUILD index 0769d9a39c..ea47367ba6 100644 --- a/testing/py-archive/APKBUILD +++ b/testing/py-archive/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-arprequest/APKBUILD b/testing/py-arprequest/APKBUILD index 0fffb57bef..50aec859b9 100644 --- a/testing/py-arprequest/APKBUILD +++ b/testing/py-arprequest/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="WTFPL" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-ask/APKBUILD b/testing/py-ask/APKBUILD index be300801a7..71801a39e1 100644 --- a/testing/py-ask/APKBUILD +++ b/testing/py-ask/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-astroid/APKBUILD b/testing/py-astroid/APKBUILD index 77d0dbd811..7da186c70b 100644 --- a/testing/py-astroid/APKBUILD +++ b/testing/py-astroid/APKBUILD @@ -11,7 +11,7 @@ license="LGPL2+" depends="python py-logilab-common" depends_dev="" replaces="py-logilab-astng" -makedepends="python-dev py-setuptools py-logilab-common" +makedepends="python2-dev py-setuptools py-logilab-common" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-audioread/APKBUILD b/testing/py-audioread/APKBUILD index 7eced72a3f..b86628dc5f 100644 --- a/testing/py-audioread/APKBUILD +++ b/testing/py-audioread/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev" +makedepends="python2-dev" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/a/audioread/audioread-$pkgver.tar.gz" diff --git a/testing/py-banknumber/APKBUILD b/testing/py-banknumber/APKBUILD index ec0c95ce3d..9a3f0658a8 100644 --- a/testing/py-banknumber/APKBUILD +++ b/testing/py-banknumber/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="GPL3+" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-barcodenumber/APKBUILD b/testing/py-barcodenumber/APKBUILD index 1c7220b158..9728d3fb36 100644 --- a/testing/py-barcodenumber/APKBUILD +++ b/testing/py-barcodenumber/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="GPL3" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-beatport/APKBUILD b/testing/py-beatport/APKBUILD index 8481a35eae..2fcd2a44ef 100644 --- a/testing/py-beatport/APKBUILD +++ b/testing/py-beatport/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools py-requests" +makedepends="python2-dev py-setuptools py-requests" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-beautifulsoup4/APKBUILD b/testing/py-beautifulsoup4/APKBUILD index 1d41e2d6c6..1c23fb3f14 100644 --- a/testing/py-beautifulsoup4/APKBUILD +++ b/testing/py-beautifulsoup4/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver:0:3}/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-blessings/APKBUILD b/testing/py-blessings/APKBUILD index 925e593d78..bcd1a3518c 100644 --- a/testing/py-blessings/APKBUILD +++ b/testing/py-blessings/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-blinker/APKBUILD b/testing/py-blinker/APKBUILD index 0d0e3db1b5..ab57a8eeb5 100644 --- a/testing/py-blinker/APKBUILD +++ b/testing/py-blinker/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-blockdiag/APKBUILD b/testing/py-blockdiag/APKBUILD index 658a3aa6bb..31675b6a6b 100644 --- a/testing/py-blockdiag/APKBUILD +++ b/testing/py-blockdiag/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="ASL 2.0" depends="python py-pillow py-funcparserlib py-setuptools py-webcolors" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-boto3/APKBUILD b/testing/py-boto3/APKBUILD index 45e9d58bb0..2254554c65 100644 --- a/testing/py-boto3/APKBUILD +++ b/testing/py-boto3/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="ASL 2.0" depends="python py-botocore py-jmespath" depends_dev= -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install= #subpackages="$pkgname-doc $pkgname-tools" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-botocore/APKBUILD b/testing/py-botocore/APKBUILD index 5df670daf3..dbe0a8372f 100644 --- a/testing/py-botocore/APKBUILD +++ b/testing/py-botocore/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="apache2" depends="python py-dateutil py-jmespath" depends_dev= -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install= subpackages= source="$_pkgname-$pkgver.tar.gz::https://github.com/boto/$_pkgname/archive/$pkgver.tar.gz" diff --git a/testing/py-bottle-api/APKBUILD b/testing/py-bottle-api/APKBUILD index 27217ba06c..fbf4290f84 100644 --- a/testing/py-bottle-api/APKBUILD +++ b/testing/py-bottle-api/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-bottle" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-bottle-hotqueue/APKBUILD b/testing/py-bottle-hotqueue/APKBUILD index a052123ed1..4a09fd5115 100644 --- a/testing/py-bottle-hotqueue/APKBUILD +++ b/testing/py-bottle-hotqueue/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-bottle py-hotqueue" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-bottle-pgsql/APKBUILD b/testing/py-bottle-pgsql/APKBUILD index 991ef88f57..7bfdd0b161 100644 --- a/testing/py-bottle-pgsql/APKBUILD +++ b/testing/py-bottle-pgsql/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-bottle" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-bottle-redis/APKBUILD b/testing/py-bottle-redis/APKBUILD index ceb3845d91..fcd3f674e2 100644 --- a/testing/py-bottle-redis/APKBUILD +++ b/testing/py-bottle-redis/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-bottle py-redis" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-bottle-renderer/APKBUILD b/testing/py-bottle-renderer/APKBUILD index 4ee8b2a665..4b8e5adf68 100644 --- a/testing/py-bottle-renderer/APKBUILD +++ b/testing/py-bottle-renderer/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-bottle" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-bottle-request/APKBUILD b/testing/py-bottle-request/APKBUILD index 1a2da1f8b6..1eb0b058fa 100644 --- a/testing/py-bottle-request/APKBUILD +++ b/testing/py-bottle-request/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-bottle" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-bottle-rest/APKBUILD b/testing/py-bottle-rest/APKBUILD index a7e11dcfc9..47c0fa62da 100644 --- a/testing/py-bottle-rest/APKBUILD +++ b/testing/py-bottle-rest/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-bottle" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-bottle-servefiles/APKBUILD b/testing/py-bottle-servefiles/APKBUILD index 7117c40d54..1b4ccea70b 100644 --- a/testing/py-bottle-servefiles/APKBUILD +++ b/testing/py-bottle-servefiles/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-bottle" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-${pkgver}dev.zip" diff --git a/testing/py-bottle-session/APKBUILD b/testing/py-bottle-session/APKBUILD index bfed625169..2ab032358c 100644 --- a/testing/py-bottle-session/APKBUILD +++ b/testing/py-bottle-session/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="Artistic" depends="python py-bottle py-redis" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-bottle-sqlalchemy/APKBUILD b/testing/py-bottle-sqlalchemy/APKBUILD index c411d47ab7..9b1b454a58 100644 --- a/testing/py-bottle-sqlalchemy/APKBUILD +++ b/testing/py-bottle-sqlalchemy/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-bottle py-sqlalchemy" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-bottle-sqlite/APKBUILD b/testing/py-bottle-sqlite/APKBUILD index 6ff18eedb7..e3f319584b 100644 --- a/testing/py-bottle-sqlite/APKBUILD +++ b/testing/py-bottle-sqlite/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-bottle" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-bottle-sslify/APKBUILD b/testing/py-bottle-sslify/APKBUILD index f5638b776a..b891d2deb3 100644 --- a/testing/py-bottle-sslify/APKBUILD +++ b/testing/py-bottle-sslify/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-bottle" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-bottle-websocket/APKBUILD b/testing/py-bottle-websocket/APKBUILD index d4aa9d05df..a631454d00 100644 --- a/testing/py-bottle-websocket/APKBUILD +++ b/testing/py-bottle-websocket/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-bottle" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-bottle-werkzeug/APKBUILD b/testing/py-bottle-werkzeug/APKBUILD index 020d99aefe..d5feef1c19 100644 --- a/testing/py-bottle-werkzeug/APKBUILD +++ b/testing/py-bottle-werkzeug/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-bottle py-werkzeug" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-buildutils/APKBUILD b/testing/py-buildutils/APKBUILD index 49a83d31af..8a1b3ea539 100644 --- a/testing/py-buildutils/APKBUILD +++ b/testing/py-buildutils/APKBUILD @@ -9,7 +9,7 @@ url="http://pypi.python.org/pypi/buildutils/0.3" arch="noarch" license="MIT" depends="python" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-bumpy/APKBUILD b/testing/py-bumpy/APKBUILD index 091b8ee604..be0336d904 100644 --- a/testing/py-bumpy/APKBUILD +++ b/testing/py-bumpy/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-businesstime/APKBUILD b/testing/py-businesstime/APKBUILD index 30691da43c..0d580da157 100644 --- a/testing/py-businesstime/APKBUILD +++ b/testing/py-businesstime/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-cairocffi/APKBUILD b/testing/py-cairocffi/APKBUILD index aad64469fd..5038528678 100644 --- a/testing/py-cairocffi/APKBUILD +++ b/testing/py-cairocffi/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="BSD" depends="python py-cffi cairo gdk-pixbuf" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/c/cairocffi/cairocffi-$pkgver.tar.gz" diff --git a/testing/py-cairosvg/APKBUILD b/testing/py-cairosvg/APKBUILD index 6960b3a355..cc82dce18a 100644 --- a/testing/py-cairosvg/APKBUILD +++ b/testing/py-cairosvg/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="LGPL3+" depends="python py-cairocffi" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/C/CairoSVG/CairoSVG-$pkgver.tar.gz" diff --git a/testing/py-centinel/APKBUILD b/testing/py-centinel/APKBUILD index c28e4c2e8b..8861c9fb7d 100644 --- a/testing/py-centinel/APKBUILD +++ b/testing/py-centinel/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-dnspython" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-chameleon/APKBUILD b/testing/py-chameleon/APKBUILD index 7f585f6f6f..9666c35562 100644 --- a/testing/py-chameleon/APKBUILD +++ b/testing/py-chameleon/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-lxml py-zope-interface" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-cheetah/APKBUILD b/testing/py-cheetah/APKBUILD index 362c00528b..593a49ea91 100644 --- a/testing/py-cheetah/APKBUILD +++ b/testing/py-cheetah/APKBUILD @@ -9,7 +9,7 @@ url="http://www.cheetahtemplate.org/" arch="all" license="MIT" depends="python" -makedepends="python-dev" +makedepends="python2-dev" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-cherrypy/APKBUILD b/testing/py-cherrypy/APKBUILD index 0373c3ee4a..d123948a0c 100644 --- a/testing/py-cherrypy/APKBUILD +++ b/testing/py-cherrypy/APKBUILD @@ -9,7 +9,7 @@ url="http://www.cherrypy.org" arch="noarch" license="BSD" depends="python" -depends_dev="python-dev" +depends_dev="python2-dev" makedepends="$depends_dev" install="" subpackages="" diff --git a/testing/py-cjson/APKBUILD b/testing/py-cjson/APKBUILD index 9dbd389fe3..1db2b5d491 100644 --- a/testing/py-cjson/APKBUILD +++ b/testing/py-cjson/APKBUILD @@ -9,7 +9,7 @@ url="https://pypi.python.org/pypi/python-cjson" arch="all" license="LGPL2+" depends="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-click-utils/APKBUILD b/testing/py-click-utils/APKBUILD index 7cca2388f6..adddaf5ec8 100644 --- a/testing/py-click-utils/APKBUILD +++ b/testing/py-click-utils/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-click" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-colander/APKBUILD b/testing/py-colander/APKBUILD index 1ae3ff0eee..fc305132d3 100644 --- a/testing/py-colander/APKBUILD +++ b/testing/py-colander/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-columnize/APKBUILD b/testing/py-columnize/APKBUILD index 171d4aa81f..b0e01e404a 100644 --- a/testing/py-columnize/APKBUILD +++ b/testing/py-columnize/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-coverage/APKBUILD b/testing/py-coverage/APKBUILD index 9c1c107c2c..563fbd1153 100644 --- a/testing/py-coverage/APKBUILD +++ b/testing/py-coverage/APKBUILD @@ -10,7 +10,7 @@ arch="all" license="apache2" depends= depends_dev= -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install= subpackages="$pkgname-tools" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-crc16/APKBUILD b/testing/py-crc16/APKBUILD index 710cb102f8..bde0bb3e39 100644 --- a/testing/py-crc16/APKBUILD +++ b/testing/py-crc16/APKBUILD @@ -10,7 +10,7 @@ arch="all" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-cssutils/APKBUILD b/testing/py-cssutils/APKBUILD index 740410cd15..994c866112 100644 --- a/testing/py-cssutils/APKBUILD +++ b/testing/py-cssutils/APKBUILD @@ -9,7 +9,7 @@ url="http://cthedot.de/cssutils/" arch="noarch" license="LGPL3+" depends="" -depends_dev="python-dev py-setuptools" +depends_dev="python2-dev py-setuptools" makedepends="$depends_dev" install="" subpackages="" diff --git a/testing/py-cycler/APKBUILD b/testing/py-cycler/APKBUILD index 1ffe899888..4e054f226c 100644 --- a/testing/py-cycler/APKBUILD +++ b/testing/py-cycler/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/C/Cycler/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-daterangestr/APKBUILD b/testing/py-daterangestr/APKBUILD index d14ff7a10f..198eec0069 100644 --- a/testing/py-daterangestr/APKBUILD +++ b/testing/py-daterangestr/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-dateutils/APKBUILD b/testing/py-dateutils/APKBUILD index 4b591b1982..dde1fd2129 100644 --- a/testing/py-dateutils/APKBUILD +++ b/testing/py-dateutils/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-dexml/APKBUILD b/testing/py-dexml/APKBUILD index 6c7925c5fc..b7befe5c08 100644 --- a/testing/py-dexml/APKBUILD +++ b/testing/py-dexml/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-discogs-client/APKBUILD b/testing/py-discogs-client/APKBUILD index 2913df9bc3..0ca7c3c7fb 100644 --- a/testing/py-discogs-client/APKBUILD +++ b/testing/py-discogs-client/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="BSD" depends="python py-requests py-oauth2" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/d/discogs-client/discogs-client-$pkgver.tar.gz" diff --git a/testing/py-django-suit/APKBUILD b/testing/py-django-suit/APKBUILD index 1741c8e9ea..4b67eca47e 100644 --- a/testing/py-django-suit/APKBUILD +++ b/testing/py-django-suit/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="CC" depends="python" depends_dev="" -makedepends="$depends_dev python-dev py-setuptools" +makedepends="$depends_dev python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/d/django-suit/django-suit-$pkgver.tar.gz" diff --git a/testing/py-dnslib/APKBUILD b/testing/py-dnslib/APKBUILD index 22e30069a3..39c3a08e6e 100644 --- a/testing/py-dnslib/APKBUILD +++ b/testing/py-dnslib/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev" +makedepends="python2-dev" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-doit/APKBUILD b/testing/py-doit/APKBUILD index 787bf9edbc..2462423bc7 100644 --- a/testing/py-doit/APKBUILD +++ b/testing/py-doit/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-six py-inotify" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-dpath/APKBUILD b/testing/py-dpath/APKBUILD index 0754f1c027..c283884164 100644 --- a/testing/py-dpath/APKBUILD +++ b/testing/py-dpath/APKBUILD @@ -11,7 +11,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver-$_pkgsver.tar.gz" diff --git a/testing/py-dtopt/APKBUILD b/testing/py-dtopt/APKBUILD index ec168efb7b..f18032de39 100644 --- a/testing/py-dtopt/APKBUILD +++ b/testing/py-dtopt/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-dulwich/APKBUILD b/testing/py-dulwich/APKBUILD index 4f925de78a..7159a24185 100644 --- a/testing/py-dulwich/APKBUILD +++ b/testing/py-dulwich/APKBUILD @@ -10,7 +10,7 @@ arch="all" license="GPL2+ or ASL 2.0" depends="" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-embedly/APKBUILD b/testing/py-embedly/APKBUILD index b7ee45fafb..79692e2f87 100644 --- a/testing/py-embedly/APKBUILD +++ b/testing/py-embedly/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-httplib2" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-enchant/APKBUILD b/testing/py-enchant/APKBUILD index f0423f85d0..95b8090b66 100644 --- a/testing/py-enchant/APKBUILD +++ b/testing/py-enchant/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="LGPL2+" depends="python" depends_dev="" -makedepends="python-dev py-setuptools enchant-dev" +makedepends="python2-dev py-setuptools enchant-dev" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-ev/APKBUILD b/testing/py-ev/APKBUILD index 10f2a3ea89..49a232b986 100644 --- a/testing/py-ev/APKBUILD +++ b/testing/py-ev/APKBUILD @@ -10,7 +10,7 @@ arch="all" license="GPL3" depends="python" depends_dev="" -makedepends="python-dev py-setuptools libev-dev" +makedepends="python2-dev py-setuptools libev-dev" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-eventlet/APKBUILD b/testing/py-eventlet/APKBUILD index fa492f11a5..2945466e95 100644 --- a/testing/py-eventlet/APKBUILD +++ b/testing/py-eventlet/APKBUILD @@ -9,7 +9,7 @@ url="http://eventlet.net/" arch="noarch" license="MIT" depends="python py-greenlet" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$_pkgname-$pkgver diff --git a/testing/py-exconsole/APKBUILD b/testing/py-exconsole/APKBUILD index 845aec5785..355345a5ee 100644 --- a/testing/py-exconsole/APKBUILD +++ b/testing/py-exconsole/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="LGPL3+" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-feedformatter/APKBUILD b/testing/py-feedformatter/APKBUILD index ea215ac85e..799781bb48 100644 --- a/testing/py-feedformatter/APKBUILD +++ b/testing/py-feedformatter/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-firmata/APKBUILD b/testing/py-firmata/APKBUILD index 42e7c552ab..0cb00f3654 100644 --- a/testing/py-firmata/APKBUILD +++ b/testing/py-firmata/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-serial" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flake8-blind-except/APKBUILD b/testing/py-flake8-blind-except/APKBUILD index a6027573aa..99aa317e68 100644 --- a/testing/py-flake8-blind-except/APKBUILD +++ b/testing/py-flake8-blind-except/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python flake8" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flake8-copyright/APKBUILD b/testing/py-flake8-copyright/APKBUILD index be6bbbe35f..cb44205da8 100644 --- a/testing/py-flake8-copyright/APKBUILD +++ b/testing/py-flake8-copyright/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python flake8" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flake8-debugger/APKBUILD b/testing/py-flake8-debugger/APKBUILD index f539ef4d2d..40d1a9dc94 100644 --- a/testing/py-flake8-debugger/APKBUILD +++ b/testing/py-flake8-debugger/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python flake8" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flake8-docstrings/APKBUILD b/testing/py-flake8-docstrings/APKBUILD index 9dc6a7fb72..5591bf8eda 100644 --- a/testing/py-flake8-docstrings/APKBUILD +++ b/testing/py-flake8-docstrings/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python flake8" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flake8-immediate/APKBUILD b/testing/py-flake8-immediate/APKBUILD index 66deb85fa2..3e82fd0e9d 100644 --- a/testing/py-flake8-immediate/APKBUILD +++ b/testing/py-flake8-immediate/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python flake8" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip" diff --git a/testing/py-flake8-import-order/APKBUILD b/testing/py-flake8-import-order/APKBUILD index e371450f4d..e9d88ff707 100644 --- a/testing/py-flake8-import-order/APKBUILD +++ b/testing/py-flake8-import-order/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python flake8" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flake8-print/APKBUILD b/testing/py-flake8-print/APKBUILD index dbe4837f5f..7b1ea98805 100644 --- a/testing/py-flake8-print/APKBUILD +++ b/testing/py-flake8-print/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python flake8" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flake8-quotes/APKBUILD b/testing/py-flake8-quotes/APKBUILD index 7506240787..1ff57f38b1 100644 --- a/testing/py-flake8-quotes/APKBUILD +++ b/testing/py-flake8-quotes/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python flake8" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flake8-snippets/APKBUILD b/testing/py-flake8-snippets/APKBUILD index ec0eeb215a..23260ce6d9 100644 --- a/testing/py-flake8-snippets/APKBUILD +++ b/testing/py-flake8-snippets/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python flake8" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flake8-todo/APKBUILD b/testing/py-flake8-todo/APKBUILD index fc373feb73..6ac446f671 100644 --- a/testing/py-flake8-todo/APKBUILD +++ b/testing/py-flake8-todo/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python flake8" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip" diff --git a/testing/py-flask-admin/APKBUILD b/testing/py-flask-admin/APKBUILD index 1b33514c59..20f26f6af9 100644 --- a/testing/py-flask-admin/APKBUILD +++ b/testing/py-flask-admin/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-auth/APKBUILD b/testing/py-flask-auth/APKBUILD index f9899f062d..ad075c08f9 100644 --- a/testing/py-flask-auth/APKBUILD +++ b/testing/py-flask-auth/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-autoindex/APKBUILD b/testing/py-flask-autoindex/APKBUILD index 4f999dd092..b899d2257c 100644 --- a/testing/py-flask-autoindex/APKBUILD +++ b/testing/py-flask-autoindex/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-autorouter/APKBUILD b/testing/py-flask-autorouter/APKBUILD index 81cbdd877e..9cf24c12b2 100644 --- a/testing/py-flask-autorouter/APKBUILD +++ b/testing/py-flask-autorouter/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-babel/APKBUILD b/testing/py-flask-babel/APKBUILD index 2103cd16ad..2a67340c86 100644 --- a/testing/py-flask-babel/APKBUILD +++ b/testing/py-flask-babel/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-basicauth/APKBUILD b/testing/py-flask-basicauth/APKBUILD index 358c2fa3d8..67cea015ae 100644 --- a/testing/py-flask-basicauth/APKBUILD +++ b/testing/py-flask-basicauth/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-bcrypt/APKBUILD b/testing/py-flask-bcrypt/APKBUILD index a69fc31b90..0bcc1feba8 100644 --- a/testing/py-flask-bcrypt/APKBUILD +++ b/testing/py-flask-bcrypt/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-bootstrap/APKBUILD b/testing/py-flask-bootstrap/APKBUILD index 3a2efdb30a..bbc75191b9 100644 --- a/testing/py-flask-bootstrap/APKBUILD +++ b/testing/py-flask-bootstrap/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-cache/APKBUILD b/testing/py-flask-cache/APKBUILD index 4743310e3d..11b8de56b1 100644 --- a/testing/py-flask-cache/APKBUILD +++ b/testing/py-flask-cache/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-cdn/APKBUILD b/testing/py-flask-cdn/APKBUILD index 19dcbedee2..381fab0ea6 100644 --- a/testing/py-flask-cdn/APKBUILD +++ b/testing/py-flask-cdn/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-components/APKBUILD b/testing/py-flask-components/APKBUILD index 20fc9657a7..1adf31c8df 100644 --- a/testing/py-flask-components/APKBUILD +++ b/testing/py-flask-components/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-dbconfig/APKBUILD b/testing/py-flask-dbconfig/APKBUILD index 54caa68b10..963043def8 100644 --- a/testing/py-flask-dbconfig/APKBUILD +++ b/testing/py-flask-dbconfig/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-enterprise/APKBUILD b/testing/py-flask-enterprise/APKBUILD index 7744876f17..391b8faa98 100644 --- a/testing/py-flask-enterprise/APKBUILD +++ b/testing/py-flask-enterprise/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license=" CDDL" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-errormail/APKBUILD b/testing/py-flask-errormail/APKBUILD index b1ae1e2a0b..a8c9274d0c 100644 --- a/testing/py-flask-errormail/APKBUILD +++ b/testing/py-flask-errormail/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-flatpages/APKBUILD b/testing/py-flask-flatpages/APKBUILD index ab21cd526d..3f8c69bfbe 100644 --- a/testing/py-flask-flatpages/APKBUILD +++ b/testing/py-flask-flatpages/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-genshi/APKBUILD b/testing/py-flask-genshi/APKBUILD index cfc78cb779..a1a6791539 100644 --- a/testing/py-flask-genshi/APKBUILD +++ b/testing/py-flask-genshi/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask py-genshi" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-gzip/APKBUILD b/testing/py-flask-gzip/APKBUILD index 418620364b..ded0c61de2 100644 --- a/testing/py-flask-gzip/APKBUILD +++ b/testing/py-flask-gzip/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-headers/APKBUILD b/testing/py-flask-headers/APKBUILD index e46ddf9967..03f8431e1a 100644 --- a/testing/py-flask-headers/APKBUILD +++ b/testing/py-flask-headers/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-htauth/APKBUILD b/testing/py-flask-htauth/APKBUILD index a54a9e23a5..a63db9f1e4 100644 --- a/testing/py-flask-htauth/APKBUILD +++ b/testing/py-flask-htauth/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-httpauth/APKBUILD b/testing/py-flask-httpauth/APKBUILD index 6aa0db809f..93aa23a340 100644 --- a/testing/py-flask-httpauth/APKBUILD +++ b/testing/py-flask-httpauth/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-ldap/APKBUILD b/testing/py-flask-ldap/APKBUILD index cf0bb2b947..4b1f1fa30c 100644 --- a/testing/py-flask-ldap/APKBUILD +++ b/testing/py-flask-ldap/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-login/APKBUILD b/testing/py-flask-login/APKBUILD index 15be16c507..442e0a7223 100644 --- a/testing/py-flask-login/APKBUILD +++ b/testing/py-flask-login/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-loopback/APKBUILD b/testing/py-flask-loopback/APKBUILD index 4b49dbac06..70ae9d0b42 100644 --- a/testing/py-flask-loopback/APKBUILD +++ b/testing/py-flask-loopback/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask py-requests py-urlobject" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-mail/APKBUILD b/testing/py-flask-mail/APKBUILD index 376ce6aad1..ee6ec2ea73 100644 --- a/testing/py-flask-mail/APKBUILD +++ b/testing/py-flask-mail/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="BSD" depends="python py-flask py-blinker" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/F/Flask-Mail/Flask-Mail-$pkgver.tar.gz" diff --git a/testing/py-flask-markdown/APKBUILD b/testing/py-flask-markdown/APKBUILD index 050ba278f8..587cecff08 100644 --- a/testing/py-flask-markdown/APKBUILD +++ b/testing/py-flask-markdown/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask py-markdown" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-menubuilder/APKBUILD b/testing/py-flask-menubuilder/APKBUILD index c9535e1008..c7e4c9b012 100644 --- a/testing/py-flask-menubuilder/APKBUILD +++ b/testing/py-flask-menubuilder/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-mitten/APKBUILD b/testing/py-flask-mitten/APKBUILD index 1516aa5609..fc6dac251e 100644 --- a/testing/py-flask-mitten/APKBUILD +++ b/testing/py-flask-mitten/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip" diff --git a/testing/py-flask-mobility/APKBUILD b/testing/py-flask-mobility/APKBUILD index b089cd9512..321418e477 100644 --- a/testing/py-flask-mobility/APKBUILD +++ b/testing/py-flask-mobility/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-mongoengine/APKBUILD b/testing/py-flask-mongoengine/APKBUILD index d743ec020b..27cc3a3f18 100644 --- a/testing/py-flask-mongoengine/APKBUILD +++ b/testing/py-flask-mongoengine/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask py-flask-wtf py-mongo" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-oauth/APKBUILD b/testing/py-flask-oauth/APKBUILD index bf584e60ce..a09e7d09ee 100644 --- a/testing/py-flask-oauth/APKBUILD +++ b/testing/py-flask-oauth/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask py-oauth2" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-openid/APKBUILD b/testing/py-flask-openid/APKBUILD index 64ff371b19..574f89d5a9 100644 --- a/testing/py-flask-openid/APKBUILD +++ b/testing/py-flask-openid/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-paginate/APKBUILD b/testing/py-flask-paginate/APKBUILD index e6359de0c4..ce3a8b05aa 100644 --- a/testing/py-flask-paginate/APKBUILD +++ b/testing/py-flask-paginate/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/flask-paginate-$pkgver.zip" diff --git a/testing/py-flask-passlib/APKBUILD b/testing/py-flask-passlib/APKBUILD index 64f67cceaa..3c6d3adadd 100644 --- a/testing/py-flask-passlib/APKBUILD +++ b/testing/py-flask-passlib/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask py-passlib" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-peewee/APKBUILD b/testing/py-flask-peewee/APKBUILD index 0c3f80027b..22cb890539 100644 --- a/testing/py-flask-peewee/APKBUILD +++ b/testing/py-flask-peewee/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-flask py-peewee" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-principal/APKBUILD b/testing/py-flask-principal/APKBUILD index 0ee4e7071a..e7f240e7d5 100644 --- a/testing/py-flask-principal/APKBUILD +++ b/testing/py-flask-principal/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-psycopg2/APKBUILD b/testing/py-flask-psycopg2/APKBUILD index df6db1d93c..544ba6e692 100644 --- a/testing/py-flask-psycopg2/APKBUILD +++ b/testing/py-flask-psycopg2/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="Public Domain" depends="python py-flask py-psycopg2" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-pymongo/APKBUILD b/testing/py-flask-pymongo/APKBUILD index a18c77a27e..e708209378 100644 --- a/testing/py-flask-pymongo/APKBUILD +++ b/testing/py-flask-pymongo/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask py-mongo" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-qrcode/APKBUILD b/testing/py-flask-qrcode/APKBUILD index 76e6ef6fb6..171f3a297a 100644 --- a/testing/py-flask-qrcode/APKBUILD +++ b/testing/py-flask-qrcode/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask py-qrcode" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-restaction/APKBUILD b/testing/py-flask-restaction/APKBUILD index 8d21df884b..e115d9dcd3 100644 --- a/testing/py-flask-restaction/APKBUILD +++ b/testing/py-flask-restaction/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip" diff --git a/testing/py-flask-restful/APKBUILD b/testing/py-flask-restful/APKBUILD index 1eafc322d7..15ea6397eb 100644 --- a/testing/py-flask-restful/APKBUILD +++ b/testing/py-flask-restful/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-restless/APKBUILD b/testing/py-flask-restless/APKBUILD index bdfb8d06f0..41b0279b8a 100644 --- a/testing/py-flask-restless/APKBUILD +++ b/testing/py-flask-restless/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-rst/APKBUILD b/testing/py-flask-rst/APKBUILD index 894bfda0c7..39a86e0a86 100644 --- a/testing/py-flask-rst/APKBUILD +++ b/testing/py-flask-rst/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-sass/APKBUILD b/testing/py-flask-sass/APKBUILD index 1affa271d7..7abae93e51 100644 --- a/testing/py-flask-sass/APKBUILD +++ b/testing/py-flask-sass/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools py-itsdangerous" +makedepends="python2-dev py-setuptools py-itsdangerous" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-sqlalchemy/APKBUILD b/testing/py-flask-sqlalchemy/APKBUILD index 08e04aceb7..f92b4af235 100644 --- a/testing/py-flask-sqlalchemy/APKBUILD +++ b/testing/py-flask-sqlalchemy/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="MIT" depends="python py-flask py-sqlalchemy" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/F/Flask-SQLAlchemy/Flask-SQLAlchemy-$pkgver.tar.gz" diff --git a/testing/py-flask-sslify/APKBUILD b/testing/py-flask-sslify/APKBUILD index 43d5cbdb87..693a8b951e 100644 --- a/testing/py-flask-sslify/APKBUILD +++ b/testing/py-flask-sslify/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="BSD" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/F/Flask-SSLify/Flask-SSLify-$pkgver.tar.gz" diff --git a/testing/py-flask-static/APKBUILD b/testing/py-flask-static/APKBUILD index e7e59fd570..07fdd31687 100644 --- a/testing/py-flask-static/APKBUILD +++ b/testing/py-flask-static/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-storage/APKBUILD b/testing/py-flask-storage/APKBUILD index da8319c9fe..1873bce80a 100644 --- a/testing/py-flask-storage/APKBUILD +++ b/testing/py-flask-storage/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-views/APKBUILD b/testing/py-flask-views/APKBUILD index f587748224..208c3f514a 100644 --- a/testing/py-flask-views/APKBUILD +++ b/testing/py-flask-views/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-flask py-flask-mongoengine" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-flask-weasyprint/APKBUILD b/testing/py-flask-weasyprint/APKBUILD index af80da0219..7e9e602d59 100644 --- a/testing/py-flask-weasyprint/APKBUILD +++ b/testing/py-flask-weasyprint/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="BSD" depends="python py-weasyprint py-flask py-setuptools" depends_dev="" -makedepends="python-dev" +makedepends="python2-dev" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/F/Flask-WeasyPrint/Flask-WeasyPrint-$pkgver.tar.gz" diff --git a/testing/py-frosted/APKBUILD b/testing/py-frosted/APKBUILD index 90858446c5..89ea1ebf91 100644 --- a/testing/py-frosted/APKBUILD +++ b/testing/py-frosted/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-pies" depends_dev="" -makedepends="python-dev" +makedepends="python2-dev" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-fs/APKBUILD b/testing/py-fs/APKBUILD index 94ed2aa436..64b3c52c01 100644 --- a/testing/py-fs/APKBUILD +++ b/testing/py-fs/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-boto py-paramiko py-six py-django py-dexml" depends_dev="" -makedepends="python-dev py-setuptools py-six" +makedepends="python2-dev py-setuptools py-six" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-funcparserlib/APKBUILD b/testing/py-funcparserlib/APKBUILD index 295607c68c..fea4015336 100644 --- a/testing/py-funcparserlib/APKBUILD +++ b/testing/py-funcparserlib/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-furl/APKBUILD b/testing/py-furl/APKBUILD index 4dbd5116ac..adff0a3da8 100644 --- a/testing/py-furl/APKBUILD +++ b/testing/py-furl/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="Unlicense" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-geoip/APKBUILD b/testing/py-geoip/APKBUILD index ea92cec504..7491da74f0 100644 --- a/testing/py-geoip/APKBUILD +++ b/testing/py-geoip/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="LGPL3+" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-geventwebsocket/APKBUILD b/testing/py-geventwebsocket/APKBUILD index 37b02d16e9..d49b46afd3 100644 --- a/testing/py-geventwebsocket/APKBUILD +++ b/testing/py-geventwebsocket/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="BSD" depends="python py-gevent" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/g/gevent-websocket/gevent-websocket-$pkgver.tar.gz" diff --git a/testing/py-gi/APKBUILD b/testing/py-gi/APKBUILD index ed382a65f5..b55a07bfa8 100644 --- a/testing/py-gi/APKBUILD +++ b/testing/py-gi/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="$depends_dev python-dev py-setuptools" +makedepends="$depends_dev python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-github3/APKBUILD b/testing/py-github3/APKBUILD index e975d13ed4..ed5782df40 100644 --- a/testing/py-github3/APKBUILD +++ b/testing/py-github3/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-requests py-uritemplate" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-gnuplot/APKBUILD b/testing/py-gnuplot/APKBUILD index 5cb552a079..7c4a2a6576 100644 --- a/testing/py-gnuplot/APKBUILD +++ b/testing/py-gnuplot/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="LGPL" depends="python py-numpy gnuplot" depends_dev="" -makedepends="$depends_dev python-dev" +makedepends="$depends_dev python2-dev" install="" subpackages="" source="$_pkgname-$pkgver.tar.gz::http://prdownloads.sourceforge.net/$_pkgname/$_pkgname-$pkgver.tar.gz?download" diff --git a/testing/py-google-apputils/APKBUILD b/testing/py-google-apputils/APKBUILD index 2769f2d5c3..f390ba1913 100644 --- a/testing/py-google-apputils/APKBUILD +++ b/testing/py-google-apputils/APKBUILD @@ -9,7 +9,7 @@ url="https://github.com/google/google-apputils" arch="noarch" license="ASL-2.0" depends="python py-dateutil>=1.4 py-gflags>=1.4 py-tz>=2010" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver diff --git a/testing/py-hackernews/APKBUILD b/testing/py-hackernews/APKBUILD index b06b20d4dc..f038791424 100644 --- a/testing/py-hackernews/APKBUILD +++ b/testing/py-hackernews/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-requests py-beautifulsoup4" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-hearplanetapi/APKBUILD b/testing/py-hearplanetapi/APKBUILD index 699f5834d5..3b272b7edf 100644 --- a/testing/py-hearplanetapi/APKBUILD +++ b/testing/py-hearplanetapi/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="ASL 2.0" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-helper/APKBUILD b/testing/py-helper/APKBUILD index 29a986b7da..413f383cda 100644 --- a/testing/py-helper/APKBUILD +++ b/testing/py-helper/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-yaml" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-hotqueue/APKBUILD b/testing/py-hotqueue/APKBUILD index 623f2671d3..a86431a51e 100644 --- a/testing/py-hotqueue/APKBUILD +++ b/testing/py-hotqueue/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-html/APKBUILD b/testing/py-html/APKBUILD index 5a220b3433..6ff0d181e3 100644 --- a/testing/py-html/APKBUILD +++ b/testing/py-html/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-html2data/APKBUILD b/testing/py-html2data/APKBUILD index 1ebf6c7ab3..c312bdc37e 100644 --- a/testing/py-html2data/APKBUILD +++ b/testing/py-html2data/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-lxml py-httplib2" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-html5lib/APKBUILD b/testing/py-html5lib/APKBUILD index 32bead0ae1..d44999af7a 100644 --- a/testing/py-html5lib/APKBUILD +++ b/testing/py-html5lib/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-htmlcolor/APKBUILD b/testing/py-htmlcolor/APKBUILD index b8528bba99..2854a57879 100644 --- a/testing/py-htmlcolor/APKBUILD +++ b/testing/py-htmlcolor/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-httpretty/APKBUILD b/testing/py-httpretty/APKBUILD index d6e4667bec..08b0c02c3a 100644 --- a/testing/py-httpretty/APKBUILD +++ b/testing/py-httpretty/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev= -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install= subpackages="" source="$_pkgname-$pkgver.tar.gz::https://github.com/gabrielfalcao/$_pkgname/archive/$pkgver.tar.gz" diff --git a/testing/py-httreplay/APKBUILD b/testing/py-httreplay/APKBUILD index 599be66bb8..9812a23201 100644 --- a/testing/py-httreplay/APKBUILD +++ b/testing/py-httreplay/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-humanize/APKBUILD b/testing/py-humanize/APKBUILD index 5ce5396c6d..5c5ef74555 100644 --- a/testing/py-humanize/APKBUILD +++ b/testing/py-humanize/APKBUILD @@ -9,7 +9,7 @@ url="https://pypi.python.org/pypi/humanize" arch="noarch" license="MIT" depends="python" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" diff --git a/testing/py-hurry-filesize/APKBUILD b/testing/py-hurry-filesize/APKBUILD index 432cc87898..347a8c5bac 100644 --- a/testing/py-hurry-filesize/APKBUILD +++ b/testing/py-hurry-filesize/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="ZPL 2.1" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-ibanlib/APKBUILD b/testing/py-ibanlib/APKBUILD index 7639baf662..3034cd2329 100644 --- a/testing/py-ibanlib/APKBUILD +++ b/testing/py-ibanlib/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="LGPL3+" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-incoming/APKBUILD b/testing/py-incoming/APKBUILD index b75dbc7a5c..1bc8a015d0 100644 --- a/testing/py-incoming/APKBUILD +++ b/testing/py-incoming/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-iniparse/APKBUILD b/testing/py-iniparse/APKBUILD index 2addd4fff2..3239f52f25 100644 --- a/testing/py-iniparse/APKBUILD +++ b/testing/py-iniparse/APKBUILD @@ -9,7 +9,7 @@ pkgdesc='INI parser library for Python' url='http://code.google.com/p/iniparse/' arch='noarch' license='MIT' -makedepends="python-dev py-setuptools sqlite-dev" +makedepends="python2-dev py-setuptools sqlite-dev" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$_pkgname-$pkgver diff --git a/testing/py-inotify/APKBUILD b/testing/py-inotify/APKBUILD index e18eb8cd63..7c1d63c3ad 100644 --- a/testing/py-inotify/APKBUILD +++ b/testing/py-inotify/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-ioflo/APKBUILD b/testing/py-ioflo/APKBUILD index bb483e38e1..41e6f6eae9 100644 --- a/testing/py-ioflo/APKBUILD +++ b/testing/py-ioflo/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-isbn/APKBUILD b/testing/py-isbn/APKBUILD index 0627a46f0a..b6820ea643 100644 --- a/testing/py-isbn/APKBUILD +++ b/testing/py-isbn/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="GPL3+" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-isort/APKBUILD b/testing/py-isort/APKBUILD index 7e8bf9b303..e9d64d61fc 100644 --- a/testing/py-isort/APKBUILD +++ b/testing/py-isort/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-jmespath/APKBUILD b/testing/py-jmespath/APKBUILD index fb18035af8..66797245aa 100644 --- a/testing/py-jmespath/APKBUILD +++ b/testing/py-jmespath/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev= -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install= subpackages="$pkgname-tools" source="$_pkgname-$pkgver.tar.gz::https://github.com/boto/$_pkgname/archive/$pkgver.tar.gz" diff --git a/testing/py-kerberos/APKBUILD b/testing/py-kerberos/APKBUILD index a818f27a5f..60535f8170 100644 --- a/testing/py-kerberos/APKBUILD +++ b/testing/py-kerberos/APKBUILD @@ -10,7 +10,7 @@ arch="all" license="ASL 2.0" depends="python" depends_dev="" -makedepends="python-dev py-setuptools krb5-dev" +makedepends="python2-dev py-setuptools krb5-dev" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-libacl/APKBUILD b/testing/py-libacl/APKBUILD index 6affac518a..73ece73aec 100644 --- a/testing/py-libacl/APKBUILD +++ b/testing/py-libacl/APKBUILD @@ -10,7 +10,7 @@ arch="all" license="LGPL2+" depends="" depends_dev="" -makedepends="python-dev acl-dev py-setuptools" +makedepends="python2-dev acl-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-libnacl/APKBUILD b/testing/py-libnacl/APKBUILD index e7856537aa..3d3349b7da 100644 --- a/testing/py-libnacl/APKBUILD +++ b/testing/py-libnacl/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="ASL 2.0" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-librtmp/APKBUILD b/testing/py-librtmp/APKBUILD index b3bb97d0a9..4affdaa6ce 100644 --- a/testing/py-librtmp/APKBUILD +++ b/testing/py-librtmp/APKBUILD @@ -10,7 +10,7 @@ arch="all" license="BSD" depends="py-setuptools rtmpdump-dev py-cffi py-singledispatch" depends_dev="" -makedepends="$depends_dev python-dev" +makedepends="$depends_dev python2-dev" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-linkedin/APKBUILD b/testing/py-linkedin/APKBUILD index 141de82034..072ae37ce4 100644 --- a/testing/py-linkedin/APKBUILD +++ b/testing/py-linkedin/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-simplejson py-oauth2 py-httplib2 py-oauth2" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-logilab-astng/APKBUILD b/testing/py-logilab-astng/APKBUILD index 454cefa83f..31fc3f4a81 100644 --- a/testing/py-logilab-astng/APKBUILD +++ b/testing/py-logilab-astng/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="GPL2+" depends="python py-logilab-common" depends_dev="" -makedepends="python-dev py-logilab-common" +makedepends="python2-dev py-logilab-common" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-logilab-common/APKBUILD b/testing/py-logilab-common/APKBUILD index 21c22a1a61..e55cdd828f 100644 --- a/testing/py-logilab-common/APKBUILD +++ b/testing/py-logilab-common/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="LGPL2+" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-ludibrio/APKBUILD b/testing/py-ludibrio/APKBUILD index 45e7aba0fb..cd38c11b83 100644 --- a/testing/py-ludibrio/APKBUILD +++ b/testing/py-ludibrio/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="GPL" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-m2crypto/APKBUILD b/testing/py-m2crypto/APKBUILD index 549cb96140..d0d0a85abb 100644 --- a/testing/py-m2crypto/APKBUILD +++ b/testing/py-m2crypto/APKBUILD @@ -10,7 +10,7 @@ arch="all" license="BSD" depends="" depends_dev= -makedepends="python-dev swig libressl-dev py-setuptools" +makedepends="python2-dev swig libressl-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-mongo/APKBUILD b/testing/py-mongo/APKBUILD index 861d5488f5..baf148399b 100644 --- a/testing/py-mongo/APKBUILD +++ b/testing/py-mongo/APKBUILD @@ -10,7 +10,7 @@ arch="all" license="ASL 2.0" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-mopidy-beets/APKBUILD b/testing/py-mopidy-beets/APKBUILD index eea6651a3e..256d7e881c 100644 --- a/testing/py-mopidy-beets/APKBUILD +++ b/testing/py-mopidy-beets/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="Apache" depends="python mopidy py-setuptools py-pykka py-requests" depends_dev="" -makedepends="python-dev" +makedepends="python2-dev" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/M/Mopidy-Beets/Mopidy-Beets-$pkgver.tar.gz" diff --git a/testing/py-mopidy-moped/APKBUILD b/testing/py-mopidy-moped/APKBUILD index a1e80d1e88..db00a44418 100644 --- a/testing/py-mopidy-moped/APKBUILD +++ b/testing/py-mopidy-moped/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="Apache" depends="python mopidy" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/M/Mopidy-Moped/Mopidy-Moped-$pkgver.tar.gz" diff --git a/testing/py-mopidy-mopify/APKBUILD b/testing/py-mopidy-mopify/APKBUILD index f15d3c64fd..99ef89c1bf 100644 --- a/testing/py-mopidy-mopify/APKBUILD +++ b/testing/py-mopidy-mopify/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="Apache" depends="python mopidy" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/M/Mopidy-Mopify/Mopidy-Mopify-$pkgver.tar.gz" diff --git a/testing/py-mopidy-spotify/APKBUILD b/testing/py-mopidy-spotify/APKBUILD index 6a2b3f3c8a..d9e6f5ed2c 100644 --- a/testing/py-mopidy-spotify/APKBUILD +++ b/testing/py-mopidy-spotify/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="Apache" depends="python mopidy" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/M/Mopidy-Spotify/Mopidy-Spotify-$pkgver.tar.gz" diff --git a/testing/py-natsort/APKBUILD b/testing/py-natsort/APKBUILD index eec124f1b6..203b43fbd0 100644 --- a/testing/py-natsort/APKBUILD +++ b/testing/py-natsort/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-netifaces/APKBUILD b/testing/py-netifaces/APKBUILD index 7b7a890726..f414c088d8 100644 --- a/testing/py-netifaces/APKBUILD +++ b/testing/py-netifaces/APKBUILD @@ -10,7 +10,7 @@ arch="all" license="MIT" depends="" depends_dev="" -makedepends="python-dev py-setuptools linux-headers" +makedepends="python2-dev py-setuptools linux-headers" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-netlib/APKBUILD b/testing/py-netlib/APKBUILD index 58825b5839..a5c0a9ff6e 100644 --- a/testing/py-netlib/APKBUILD +++ b/testing/py-netlib/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-openssl py-asn1" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-newt_syrup/APKBUILD b/testing/py-newt_syrup/APKBUILD index 5e8507fccc..75e8794c25 100644 --- a/testing/py-newt_syrup/APKBUILD +++ b/testing/py-newt_syrup/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="LGPLv2+" depends="py-newt" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://mcpierce.fedorapeople.org/sources/newt_syrup-$pkgver.tar.gz" diff --git a/testing/py-nikola/APKBUILD b/testing/py-nikola/APKBUILD index f8ad5532d9..7aac6b2e35 100644 --- a/testing/py-nikola/APKBUILD +++ b/testing/py-nikola/APKBUILD @@ -12,7 +12,7 @@ depends="python py-doit py-pygments py-pillow py-docutils py-mako py-unidecode py-lxml py-yapsy py-pyrss2gen py-tz py-blinker py-logbook py-natsort py-markdown" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="$pkgname-doc" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/nikola-$pkgver.tar.gz" diff --git a/testing/py-notifymail/APKBUILD b/testing/py-notifymail/APKBUILD index d52a38b913..6dc0c8f1f5 100644 --- a/testing/py-notifymail/APKBUILD +++ b/testing/py-notifymail/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-ntplib/APKBUILD b/testing/py-ntplib/APKBUILD index 51d087e5c1..3240ee3b5a 100644 --- a/testing/py-ntplib/APKBUILD +++ b/testing/py-ntplib/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="LGPL2+" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-nwdiag/APKBUILD b/testing/py-nwdiag/APKBUILD index 31a1e20fa3..90251c2d5a 100644 --- a/testing/py-nwdiag/APKBUILD +++ b/testing/py-nwdiag/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="ASL 2.0" depends="python py-pillow py-funcparserlib py-blockdiag" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-opengl/APKBUILD b/testing/py-opengl/APKBUILD index 2eaea9cfbe..941b9f784d 100644 --- a/testing/py-opengl/APKBUILD +++ b/testing/py-opengl/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python freeglut mesa-gles py-pillow py-numpy" depends_dev="" -makedepends="$depends_dev python-dev py-setuptools freeglut-dev" +makedepends="$depends_dev python2-dev py-setuptools freeglut-dev" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/P/PyOpenGL/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-openweather/APKBUILD b/testing/py-openweather/APKBUILD index 030242b737..60928a4191 100644 --- a/testing/py-openweather/APKBUILD +++ b/testing/py-openweather/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-daterangestr" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-osourcer/APKBUILD b/testing/py-osourcer/APKBUILD index 244d453efe..fc9bf9558f 100644 --- a/testing/py-osourcer/APKBUILD +++ b/testing/py-osourcer/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="ASL 2.0" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-paho-mqtt/APKBUILD b/testing/py-paho-mqtt/APKBUILD index 1d4a8de4b2..70227fcb6e 100644 --- a/testing/py-paho-mqtt/APKBUILD +++ b/testing/py-paho-mqtt/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="EPL" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-passlib/APKBUILD b/testing/py-passlib/APKBUILD index a00f0f317f..4c66a205d7 100644 --- a/testing/py-passlib/APKBUILD +++ b/testing/py-passlib/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev" +makedepends="python2-dev" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/p/passlib/passlib-$pkgver.tar.gz" diff --git a/testing/py-peewee/APKBUILD b/testing/py-peewee/APKBUILD index dbd98d2a48..c6c2c37f1d 100644 --- a/testing/py-peewee/APKBUILD +++ b/testing/py-peewee/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-pefile/APKBUILD b/testing/py-pefile/APKBUILD index c40d487f80..610aadbfd6 100644 --- a/testing/py-pefile/APKBUILD +++ b/testing/py-pefile/APKBUILD @@ -9,7 +9,7 @@ url="https://github.com/erocarrera/pefile" arch="noarch" license="MIT" depends="py3-future" -makedepends="python-dev python3-dev py-setuptools" +makedepends="python2-dev python3-dev py-setuptools" install="" subpackages="py3-$_pkgname:_py3 py2-$_pkgname:_py2" source="https://github.com/erocarrera/$_pkgname/files/192316/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-pep8-naming/APKBUILD b/testing/py-pep8-naming/APKBUILD index 13d5884142..efafc387fd 100644 --- a/testing/py-pep8-naming/APKBUILD +++ b/testing/py-pep8-naming/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python flake8" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-pgspecial/APKBUILD b/testing/py-pgspecial/APKBUILD index 2b83d95c8c..58c4046212 100644 --- a/testing/py-pgspecial/APKBUILD +++ b/testing/py-pgspecial/APKBUILD @@ -9,7 +9,7 @@ url="https://pypi.python.org/pypi/pgspecial" arch="noarch" license="BSD" depends="python py-click py-sqlparse" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" diff --git a/testing/py-pgsql-wrapper/APKBUILD b/testing/py-pgsql-wrapper/APKBUILD index ce8d3c8447..3e7aa422b5 100644 --- a/testing/py-pgsql-wrapper/APKBUILD +++ b/testing/py-pgsql-wrapper/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="Unknown" depends="python py-psycopg2" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-phpserialize/APKBUILD b/testing/py-phpserialize/APKBUILD index 21524f117c..0267001dfd 100644 --- a/testing/py-phpserialize/APKBUILD +++ b/testing/py-phpserialize/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-pies/APKBUILD b/testing/py-pies/APKBUILD index 8b74217dbf..3c4cc0e10f 100644 --- a/testing/py-pies/APKBUILD +++ b/testing/py-pies/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev" +makedepends="python2-dev" install="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-pika/APKBUILD b/testing/py-pika/APKBUILD index 2b3d5383be..0501a09368 100644 --- a/testing/py-pika/APKBUILD +++ b/testing/py-pika/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MPL 2.0" depends="python py-tornado py-twisted py-ev" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-polib/APKBUILD b/testing/py-polib/APKBUILD index 270601df42..38037527cd 100644 --- a/testing/py-polib/APKBUILD +++ b/testing/py-polib/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev" +makedepends="python2-dev" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-praw/APKBUILD b/testing/py-praw/APKBUILD index 87b7684482..db0dee7f8c 100644 --- a/testing/py-praw/APKBUILD +++ b/testing/py-praw/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="GPL3+" depends="python py-update-checker py-requests py-six" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip" diff --git a/testing/py-procfs/APKBUILD b/testing/py-procfs/APKBUILD index ba91515dbd..7757dd6c70 100644 --- a/testing/py-procfs/APKBUILD +++ b/testing/py-procfs/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-progressbar/APKBUILD b/testing/py-progressbar/APKBUILD index 775c2ca43d..f254fc7a16 100644 --- a/testing/py-progressbar/APKBUILD +++ b/testing/py-progressbar/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="LGPL2+" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-prompt_toolkit/APKBUILD b/testing/py-prompt_toolkit/APKBUILD index 5f2c8e17ba..a3a1b6d4f3 100644 --- a/testing/py-prompt_toolkit/APKBUILD +++ b/testing/py-prompt_toolkit/APKBUILD @@ -9,7 +9,7 @@ url="https://pypi.python.org/pypi/prompt_toolkit" arch="noarch" license="BSD" depends="python py-six py-wcwidth" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" diff --git a/testing/py-protobuf/APKBUILD b/testing/py-protobuf/APKBUILD index d99796757e..1ea77fb6fc 100644 --- a/testing/py-protobuf/APKBUILD +++ b/testing/py-protobuf/APKBUILD @@ -9,7 +9,7 @@ url="https://github.com/google/protobuf" arch="noarch" license="BSD" depends="python py-six>=1.9" -makedepends="python-dev py-setuptools py-google-apputils" +makedepends="python2-dev py-setuptools py-google-apputils" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver diff --git a/testing/py-py/APKBUILD b/testing/py-py/APKBUILD index 801ace6fea..04b76748ca 100644 --- a/testing/py-py/APKBUILD +++ b/testing/py-py/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-pybles/APKBUILD b/testing/py-pybles/APKBUILD index fe1ae11b5b..7f3e52c1ee 100644 --- a/testing/py-pybles/APKBUILD +++ b/testing/py-pybles/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="GPL3+" depends="python py-blessings" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-pycolorterm/APKBUILD b/testing/py-pycolorterm/APKBUILD index 6f27e83cf2..c1fdc7b450 100644 --- a/testing/py-pycolorterm/APKBUILD +++ b/testing/py-pycolorterm/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-pycountry/APKBUILD b/testing/py-pycountry/APKBUILD index d813e7b674..5c22647ce6 100644 --- a/testing/py-pycountry/APKBUILD +++ b/testing/py-pycountry/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="LGPL2+" depends="" depends_dev="" -makedepends="python-dev py-lxml py-setuptools" +makedepends="python2-dev py-lxml py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip" diff --git a/testing/py-pyechonest/APKBUILD b/testing/py-pyechonest/APKBUILD index 6aaa5929ac..b67db19737 100644 --- a/testing/py-pyechonest/APKBUILD +++ b/testing/py-pyechonest/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-simplejson py-setuptools" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-pygtail/APKBUILD b/testing/py-pygtail/APKBUILD index ccb149c62f..e6f3ab250e 100644 --- a/testing/py-pygtail/APKBUILD +++ b/testing/py-pygtail/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="GPL2+" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-pygtksourceview2/APKBUILD b/testing/py-pygtksourceview2/APKBUILD index f23d9bc3c4..c9b5fc3f54 100644 --- a/testing/py-pygtksourceview2/APKBUILD +++ b/testing/py-pygtksourceview2/APKBUILD @@ -9,7 +9,7 @@ url="http://www.gnome.org" arch="all" license="GPL" depends="python" -makedepends="gtksourceview2-dev py-gtk-dev python-dev py-gobject-dev" +makedepends="gtksourceview2-dev py-gtk-dev python2-dev py-gobject-dev" install="" subpackages="$pkgname-dev" source="https://download.gnome.org/sources/$_pkgname/2.10/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-pykka/APKBUILD b/testing/py-pykka/APKBUILD index 60654f129d..83d9964bf6 100644 --- a/testing/py-pykka/APKBUILD +++ b/testing/py-pykka/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="Apache" depends="python" depends_dev="" -makedepends="python-dev" +makedepends="python2-dev" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/P/Pykka/Pykka-$pkgver.tar.gz" diff --git a/testing/py-pymysql/APKBUILD b/testing/py-pymysql/APKBUILD index 8214efdb23..e66dfd01dd 100644 --- a/testing/py-pymysql/APKBUILD +++ b/testing/py-pymysql/APKBUILD @@ -9,7 +9,7 @@ url="https://pypi.python.org/pypi/PyMySQL" arch="noarch" license="MIT" depends="python" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" diff --git a/testing/py-pyphen/APKBUILD b/testing/py-pyphen/APKBUILD index b3de3d6a73..9867cb3673 100644 --- a/testing/py-pyphen/APKBUILD +++ b/testing/py-pyphen/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="GPL2+ MPL LGPL2+" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/P/Pyphen/Pyphen-$pkgver.tar.gz" diff --git a/testing/py-pyramid-addons/APKBUILD b/testing/py-pyramid-addons/APKBUILD index c1483ad136..0d45fd102f 100644 --- a/testing/py-pyramid-addons/APKBUILD +++ b/testing/py-pyramid-addons/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-pyramid" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-pyramid-controllers/APKBUILD b/testing/py-pyramid-controllers/APKBUILD index ae81048695..6a792a9262 100644 --- a/testing/py-pyramid-controllers/APKBUILD +++ b/testing/py-pyramid-controllers/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-pyramid" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-pyramid-layout/APKBUILD b/testing/py-pyramid-layout/APKBUILD index 48b1898a5d..a7f2a7df6e 100644 --- a/testing/py-pyramid-layout/APKBUILD +++ b/testing/py-pyramid-layout/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-pyramid" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-pyramid-perfstat/APKBUILD b/testing/py-pyramid-perfstat/APKBUILD index ff07bcd9b1..5ccea06b46 100644 --- a/testing/py-pyramid-perfstat/APKBUILD +++ b/testing/py-pyramid-perfstat/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-pyramid" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-pyramid-settings/APKBUILD b/testing/py-pyramid-settings/APKBUILD index 4f55f7b682..95fc1146e1 100644 --- a/testing/py-pyramid-settings/APKBUILD +++ b/testing/py-pyramid-settings/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-pyramid" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-pyramid-xmlrpc/APKBUILD b/testing/py-pyramid-xmlrpc/APKBUILD index f08fee3469..245ad30015 100644 --- a/testing/py-pyramid-xmlrpc/APKBUILD +++ b/testing/py-pyramid-xmlrpc/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-pyramid" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-pyramid/APKBUILD b/testing/py-pyramid/APKBUILD index 7bc94fae2d..755dd3eed8 100644 --- a/testing/py-pyramid/APKBUILD +++ b/testing/py-pyramid/APKBUILD @@ -11,7 +11,7 @@ license="BSD" depends="python py-webob py-repoze-lru py-venusian py-chameleon py-zope-component py-zope-deprecation py-zope-configuration py-translationstring" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-pyrss2gen/APKBUILD b/testing/py-pyrss2gen/APKBUILD index 9e473a925e..138f1d164c 100644 --- a/testing/py-pyrss2gen/APKBUILD +++ b/testing/py-pyrss2gen/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-pywebkitgtk/APKBUILD b/testing/py-pywebkitgtk/APKBUILD index 142706f941..7f738ed56e 100644 --- a/testing/py-pywebkitgtk/APKBUILD +++ b/testing/py-pywebkitgtk/APKBUILD @@ -9,7 +9,7 @@ url="https://code.google.com/archive/p/pywebkitgtk/" arch="all" license="GPL" depends="" -makedepends="glib-dev py-gtk-dev python-dev libxslt-dev webkitgtk-dev" +makedepends="glib-dev py-gtk-dev python2-dev libxslt-dev webkitgtk-dev" install="" subpackages="$pkgname-dev" source="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-qrcode/APKBUILD b/testing/py-qrcode/APKBUILD index f483501d46..3c90e2ad8b 100644 --- a/testing/py-qrcode/APKBUILD +++ b/testing/py-qrcode/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-pillow" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/lincolnloop/python-qrcode/archive/v5.3.tar.gz" diff --git a/testing/py-qt/APKBUILD b/testing/py-qt/APKBUILD index 2442674bb0..aeda61a4db 100644 --- a/testing/py-qt/APKBUILD +++ b/testing/py-qt/APKBUILD @@ -9,7 +9,7 @@ url="http://riverbankcomputing.co.uk/software/pyqt/intro" arch="all" license="GPL2+" depends="py-sip" -makedepends="python-dev py-dbus-dev phonon-dev qt-dev py-sip-dev libx11-dev" +makedepends="python2-dev py-dbus-dev phonon-dev qt-dev py-sip-dev libx11-dev" subpackages="" install="" source="http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-$pkgver/PyQt-x11-gpl-$pkgver.tar.gz" diff --git a/testing/py-rabbit/APKBUILD b/testing/py-rabbit/APKBUILD index 0a30cd6b02..0d47669a3f 100644 --- a/testing/py-rabbit/APKBUILD +++ b/testing/py-rabbit/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-httplib2" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-radix/APKBUILD b/testing/py-radix/APKBUILD index 02ccc923ba..981e3fed9f 100644 --- a/testing/py-radix/APKBUILD +++ b/testing/py-radix/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="$pkgname-doc" source="${pkgname}-${pkgver}.tar.gz::https://github.com/mjschultz/py-radix/archive/v${pkgver}.tar.gz" diff --git a/testing/py-raet/APKBUILD b/testing/py-raet/APKBUILD index 36738f2351..6417695eaf 100644 --- a/testing/py-raet/APKBUILD +++ b/testing/py-raet/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-libnacl py-ioflo" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-rarfile/APKBUILD b/testing/py-rarfile/APKBUILD index 826c283f5a..414c0ae8cc 100644 --- a/testing/py-rarfile/APKBUILD +++ b/testing/py-rarfile/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="ISC" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-redmine/APKBUILD b/testing/py-redmine/APKBUILD index e255fb122e..d6f86bf002 100644 --- a/testing/py-redmine/APKBUILD +++ b/testing/py-redmine/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="ASL 2.0" depends="python py-requests" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-rejected/APKBUILD b/testing/py-rejected/APKBUILD index 6db6b940ce..1ce71050cc 100644 --- a/testing/py-rejected/APKBUILD +++ b/testing/py-rejected/APKBUILD @@ -11,7 +11,7 @@ license="BSD" depends="python py-beautifulsoup4 py-helper py-pika py-pgsql-wrapper py-psutil py-yaml py-redis py-simplejson py-tornado" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-relatorio/APKBUILD b/testing/py-relatorio/APKBUILD index 4386740858..3534254285 100644 --- a/testing/py-relatorio/APKBUILD +++ b/testing/py-relatorio/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="GPL3+" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/r/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-repoze-lru/APKBUILD b/testing/py-repoze-lru/APKBUILD index 873266767e..091ba65b9f 100644 --- a/testing/py-repoze-lru/APKBUILD +++ b/testing/py-repoze-lru/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-rpio/APKBUILD b/testing/py-rpio/APKBUILD index 0fa4351354..1a7fd049e1 100644 --- a/testing/py-rpio/APKBUILD +++ b/testing/py-rpio/APKBUILD @@ -10,7 +10,7 @@ arch="all" license="LGPLv3+" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="$pkgname-$pkgver.tar.gz::https://github.com/metachris/RPIO/archive/v$pkgver.tar.gz diff --git a/testing/py-rst/APKBUILD b/testing/py-rst/APKBUILD index aee044511f..e123d805a8 100644 --- a/testing/py-rst/APKBUILD +++ b/testing/py-rst/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-runstatus/APKBUILD b/testing/py-runstatus/APKBUILD index f468505282..28becc8e54 100644 --- a/testing/py-runstatus/APKBUILD +++ b/testing/py-runstatus/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="ASL 2.0" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-s3transfer/APKBUILD b/testing/py-s3transfer/APKBUILD index 5d9508d3b1..4dbe24692d 100644 --- a/testing/py-s3transfer/APKBUILD +++ b/testing/py-s3transfer/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="apache2" depends="python" depends_dev= -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install= subpackages= source="$_pkgname-$pkgver.tar.gz::https://github.com/boto/$_pkgname/archive/$pkgver.tar.gz" diff --git a/testing/py-scipy/APKBUILD b/testing/py-scipy/APKBUILD index 2622fd9822..8f745b6383 100644 --- a/testing/py-scipy/APKBUILD +++ b/testing/py-scipy/APKBUILD @@ -8,7 +8,7 @@ url="http://www.scipy.org" arch="all" license="BSD" depends="python py-numpy" -depends_dev="python-dev gfortran py-numpy-dev openblas-dev" +depends_dev="python2-dev gfortran py-numpy-dev openblas-dev" makedepends="$depends_dev py-setuptools" install="" subpackages="$pkgname-dev" diff --git a/testing/py-scrapy-dblite/APKBUILD b/testing/py-scrapy-dblite/APKBUILD index 05a68d7caf..3c7699f0a7 100644 --- a/testing/py-scrapy-dblite/APKBUILD +++ b/testing/py-scrapy-dblite/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" # 2 clause license http://opensource.org/licenses/BSD-2-Clause depends="python" depends_dev="" -makedepends="python-dev" +makedepends="python2-dev" install="" subpackages="" source="$pkgname-$pkgver.tar.gz::https://github.com/ownport/scrapy-dblite/archive/v0.2.6.tar.gz" diff --git a/testing/py-scrapy/APKBUILD b/testing/py-scrapy/APKBUILD index a3f27c8b14..9d4d828905 100644 --- a/testing/py-scrapy/APKBUILD +++ b/testing/py-scrapy/APKBUILD @@ -11,7 +11,7 @@ arch="noarch" license="BSD" depends="python py-twisted libxml2 py-w3lib py-lxml py-six py-queuelib py-cssselect py-openssl py-cryptography py-cffi" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" #"$pkgname-dev $pkgname-doc" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sendfile/APKBUILD b/testing/py-sendfile/APKBUILD index 96468014d7..1f84af9a37 100644 --- a/testing/py-sendfile/APKBUILD +++ b/testing/py-sendfile/APKBUILD @@ -10,7 +10,7 @@ arch="all" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-seqdiag/APKBUILD b/testing/py-seqdiag/APKBUILD index 7fb630508e..610f888a69 100644 --- a/testing/py-seqdiag/APKBUILD +++ b/testing/py-seqdiag/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="ASL 2.0" depends="python py-pillow py-funcparserlib py-blockdiag" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-serial/APKBUILD b/testing/py-serial/APKBUILD index e66f793bd0..c8ea2e661c 100644 --- a/testing/py-serial/APKBUILD +++ b/testing/py-serial/APKBUILD @@ -9,7 +9,7 @@ url="http://pyserial.sourceforge.net/" arch="noarch" license="Python" depends="python" -makedepends="python-dev" +makedepends="python2-dev" install="" subpackages="$pkgname-doc $pkgname-examples" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-setuptools-flakes/APKBUILD b/testing/py-setuptools-flakes/APKBUILD index d3251d8568..79fbdde603 100644 --- a/testing/py-setuptools-flakes/APKBUILD +++ b/testing/py-setuptools-flakes/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python pyflakes" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-setuptools-git/APKBUILD b/testing/py-setuptools-git/APKBUILD index ec9fbe48b3..e6cc5d1d87 100644 --- a/testing/py-setuptools-git/APKBUILD +++ b/testing/py-setuptools-git/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python git" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-setuptools-lint/APKBUILD b/testing/py-setuptools-lint/APKBUILD index 372a033389..0572cb6928 100644 --- a/testing/py-setuptools-lint/APKBUILD +++ b/testing/py-setuptools-lint/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-setuptools-pep8/APKBUILD b/testing/py-setuptools-pep8/APKBUILD index 7713f9df43..20de23bd11 100644 --- a/testing/py-setuptools-pep8/APKBUILD +++ b/testing/py-setuptools-pep8/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-pep8" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinx-theme-better/APKBUILD b/testing/py-sphinx-theme-better/APKBUILD index dff1832ad6..3c40d760ed 100644 --- a/testing/py-sphinx-theme-better/APKBUILD +++ b/testing/py-sphinx-theme-better/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinx-theme-bootstrap/APKBUILD b/testing/py-sphinx-theme-bootstrap/APKBUILD index cf7f9c21e8..30fca3c024 100644 --- a/testing/py-sphinx-theme-bootstrap/APKBUILD +++ b/testing/py-sphinx-theme-bootstrap/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinx-theme-bw/APKBUILD b/testing/py-sphinx-theme-bw/APKBUILD index 86ac1379fc..f91efaf6f3 100644 --- a/testing/py-sphinx-theme-bw/APKBUILD +++ b/testing/py-sphinx-theme-bw/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinx-theme-caktus/APKBUILD b/testing/py-sphinx-theme-caktus/APKBUILD index fd75485708..825644cfa1 100644 --- a/testing/py-sphinx-theme-caktus/APKBUILD +++ b/testing/py-sphinx-theme-caktus/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinx-theme-cloud/APKBUILD b/testing/py-sphinx-theme-cloud/APKBUILD index 6764b9687a..083939b878 100644 --- a/testing/py-sphinx-theme-cloud/APKBUILD +++ b/testing/py-sphinx-theme-cloud/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinx-theme-epfl/APKBUILD b/testing/py-sphinx-theme-epfl/APKBUILD index c926f3c88e..13302b01d9 100644 --- a/testing/py-sphinx-theme-epfl/APKBUILD +++ b/testing/py-sphinx-theme-epfl/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="GPL3" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinx-theme-guzzle/APKBUILD b/testing/py-sphinx-theme-guzzle/APKBUILD index cbd967c626..b672d4de83 100644 --- a/testing/py-sphinx-theme-guzzle/APKBUILD +++ b/testing/py-sphinx-theme-guzzle/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinx-theme-readable/APKBUILD b/testing/py-sphinx-theme-readable/APKBUILD index d804951c88..13029b87dd 100644 --- a/testing/py-sphinx-theme-readable/APKBUILD +++ b/testing/py-sphinx-theme-readable/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinx-theme-simple/APKBUILD b/testing/py-sphinx-theme-simple/APKBUILD index 2649c5acbe..b5f6f38755 100644 --- a/testing/py-sphinx-theme-simple/APKBUILD +++ b/testing/py-sphinx-theme-simple/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinx-theme-wild/APKBUILD b/testing/py-sphinx-theme-wild/APKBUILD index 3803211ae6..6e2b1fc562 100644 --- a/testing/py-sphinx-theme-wild/APKBUILD +++ b/testing/py-sphinx-theme-wild/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-actdiag/APKBUILD b/testing/py-sphinxcontrib-actdiag/APKBUILD index 4ae23854e7..5d927fa7f7 100644 --- a/testing/py-sphinxcontrib-actdiag/APKBUILD +++ b/testing/py-sphinxcontrib-actdiag/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx py-actdiag" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-adadomain/APKBUILD b/testing/py-sphinxcontrib-adadomain/APKBUILD index 47f6080675..56c2a927e1 100644 --- a/testing/py-sphinxcontrib-adadomain/APKBUILD +++ b/testing/py-sphinxcontrib-adadomain/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-ansi/APKBUILD b/testing/py-sphinxcontrib-ansi/APKBUILD index bb7fef4204..2edde3f902 100644 --- a/testing/py-sphinxcontrib-ansi/APKBUILD +++ b/testing/py-sphinxcontrib-ansi/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="http://pypi.python.org/packages/source/s/sphinxcontrib-ansi/sphinxcontrib-ansi-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-bitbucket/APKBUILD b/testing/py-sphinxcontrib-bitbucket/APKBUILD index 32377c9783..e000ad6036 100644 --- a/testing/py-sphinxcontrib-bitbucket/APKBUILD +++ b/testing/py-sphinxcontrib-bitbucket/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx py-docutils" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-blockdiag/APKBUILD b/testing/py-sphinxcontrib-blockdiag/APKBUILD index 9dbed50e0c..c56bb41c0f 100644 --- a/testing/py-sphinxcontrib-blockdiag/APKBUILD +++ b/testing/py-sphinxcontrib-blockdiag/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx py-blockdiag" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-cacoo/APKBUILD b/testing/py-sphinxcontrib-cacoo/APKBUILD index edb27a666b..b670df0455 100644 --- a/testing/py-sphinxcontrib-cacoo/APKBUILD +++ b/testing/py-sphinxcontrib-cacoo/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-cartouche/APKBUILD b/testing/py-sphinxcontrib-cartouche/APKBUILD index 81ad4bd616..86a021c102 100644 --- a/testing/py-sphinxcontrib-cartouche/APKBUILD +++ b/testing/py-sphinxcontrib-cartouche/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-cheeseshop/APKBUILD b/testing/py-sphinxcontrib-cheeseshop/APKBUILD index ff3b868e2d..abd3784a84 100644 --- a/testing/py-sphinxcontrib-cheeseshop/APKBUILD +++ b/testing/py-sphinxcontrib-cheeseshop/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-cldomain/APKBUILD b/testing/py-sphinxcontrib-cldomain/APKBUILD index b688ee3039..bfa5236877 100644 --- a/testing/py-sphinxcontrib-cldomain/APKBUILD +++ b/testing/py-sphinxcontrib-cldomain/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-clearquest/APKBUILD b/testing/py-sphinxcontrib-clearquest/APKBUILD index e4c5aa7b08..76082f47e6 100644 --- a/testing/py-sphinxcontrib-clearquest/APKBUILD +++ b/testing/py-sphinxcontrib-clearquest/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip" diff --git a/testing/py-sphinxcontrib-coffee/APKBUILD b/testing/py-sphinxcontrib-coffee/APKBUILD index 498821dea3..64ed935e54 100644 --- a/testing/py-sphinxcontrib-coffee/APKBUILD +++ b/testing/py-sphinxcontrib-coffee/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-doxylink/APKBUILD b/testing/py-sphinxcontrib-doxylink/APKBUILD index 6cc9525da8..c63a7b92a9 100644 --- a/testing/py-sphinxcontrib-doxylink/APKBUILD +++ b/testing/py-sphinxcontrib-doxylink/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx py-parsing" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-dqndomain/APKBUILD b/testing/py-sphinxcontrib-dqndomain/APKBUILD index 3cc4e97770..fa3a029cae 100644 --- a/testing/py-sphinxcontrib-dqndomain/APKBUILD +++ b/testing/py-sphinxcontrib-dqndomain/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-email/APKBUILD b/testing/py-sphinxcontrib-email/APKBUILD index b4820539ba..33adb9030a 100644 --- a/testing/py-sphinxcontrib-email/APKBUILD +++ b/testing/py-sphinxcontrib-email/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-embedly/APKBUILD b/testing/py-sphinxcontrib-embedly/APKBUILD index 437cb39249..77c2499290 100644 --- a/testing/py-sphinxcontrib-embedly/APKBUILD +++ b/testing/py-sphinxcontrib-embedly/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx py-embedly" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-fancybox/APKBUILD b/testing/py-sphinxcontrib-fancybox/APKBUILD index df119489ba..9ba8f931cf 100644 --- a/testing/py-sphinxcontrib-fancybox/APKBUILD +++ b/testing/py-sphinxcontrib-fancybox/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-feed/APKBUILD b/testing/py-sphinxcontrib-feed/APKBUILD index 968530b225..33f6cd4644 100644 --- a/testing/py-sphinxcontrib-feed/APKBUILD +++ b/testing/py-sphinxcontrib-feed/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx py-feedformatter" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-findanything/APKBUILD b/testing/py-sphinxcontrib-findanything/APKBUILD index 83288a029c..d9c08410ef 100644 --- a/testing/py-sphinxcontrib-findanything/APKBUILD +++ b/testing/py-sphinxcontrib-findanything/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-fulltoc/APKBUILD b/testing/py-sphinxcontrib-fulltoc/APKBUILD index 1b27f211c8..a18c69416b 100644 --- a/testing/py-sphinxcontrib-fulltoc/APKBUILD +++ b/testing/py-sphinxcontrib-fulltoc/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-gist/APKBUILD b/testing/py-sphinxcontrib-gist/APKBUILD index befcc40d13..32e5ded683 100644 --- a/testing/py-sphinxcontrib-gist/APKBUILD +++ b/testing/py-sphinxcontrib-gist/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="LGPL3" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-git/APKBUILD b/testing/py-sphinxcontrib-git/APKBUILD index b3e8429886..2cccdf386f 100644 --- a/testing/py-sphinxcontrib-git/APKBUILD +++ b/testing/py-sphinxcontrib-git/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="GPL3+" depends="python py-sphinx py-feedformatter" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-github/APKBUILD b/testing/py-sphinxcontrib-github/APKBUILD index 26937e19f9..7908ede55a 100644 --- a/testing/py-sphinxcontrib-github/APKBUILD +++ b/testing/py-sphinxcontrib-github/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx py-github3" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-gravatar/APKBUILD b/testing/py-sphinxcontrib-gravatar/APKBUILD index 8819b55f45..2b261f5075 100644 --- a/testing/py-sphinxcontrib-gravatar/APKBUILD +++ b/testing/py-sphinxcontrib-gravatar/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-htsql/APKBUILD b/testing/py-sphinxcontrib-htsql/APKBUILD index 4a70573d3d..e0472d05c9 100644 --- a/testing/py-sphinxcontrib-htsql/APKBUILD +++ b/testing/py-sphinxcontrib-htsql/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-httpdomain/APKBUILD b/testing/py-sphinxcontrib-httpdomain/APKBUILD index e03aede266..dd21b8ec64 100644 --- a/testing/py-sphinxcontrib-httpdomain/APKBUILD +++ b/testing/py-sphinxcontrib-httpdomain/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-images/APKBUILD b/testing/py-sphinxcontrib-images/APKBUILD index 4131b28ad1..8e984f2746 100644 --- a/testing/py-sphinxcontrib-images/APKBUILD +++ b/testing/py-sphinxcontrib-images/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="ASL 2.0" depends="python py-sphinx py-requests" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-inheritance/APKBUILD b/testing/py-sphinxcontrib-inheritance/APKBUILD index 8b9e30ab0f..4fc45d0ebf 100644 --- a/testing/py-sphinxcontrib-inheritance/APKBUILD +++ b/testing/py-sphinxcontrib-inheritance/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-issuetracker/APKBUILD b/testing/py-sphinxcontrib-issuetracker/APKBUILD index 8ea59c3b81..ef60976ce3 100644 --- a/testing/py-sphinxcontrib-issuetracker/APKBUILD +++ b/testing/py-sphinxcontrib-issuetracker/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-jinjadomain/APKBUILD b/testing/py-sphinxcontrib-jinjadomain/APKBUILD index 523370ffcb..c329730e02 100644 --- a/testing/py-sphinxcontrib-jinjadomain/APKBUILD +++ b/testing/py-sphinxcontrib-jinjadomain/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-jsoncall/APKBUILD b/testing/py-sphinxcontrib-jsoncall/APKBUILD index 5c39ef0385..ed4bf5e00e 100644 --- a/testing/py-sphinxcontrib-jsoncall/APKBUILD +++ b/testing/py-sphinxcontrib-jsoncall/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-jsx/APKBUILD b/testing/py-sphinxcontrib-jsx/APKBUILD index aef0c221e5..b4c88596c2 100644 --- a/testing/py-sphinxcontrib-jsx/APKBUILD +++ b/testing/py-sphinxcontrib-jsx/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-lassodomain/APKBUILD b/testing/py-sphinxcontrib-lassodomain/APKBUILD index b050025cdd..7ed567da0d 100644 --- a/testing/py-sphinxcontrib-lassodomain/APKBUILD +++ b/testing/py-sphinxcontrib-lassodomain/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-manpage/APKBUILD b/testing/py-sphinxcontrib-manpage/APKBUILD index 63805fe897..15473de2b0 100644 --- a/testing/py-sphinxcontrib-manpage/APKBUILD +++ b/testing/py-sphinxcontrib-manpage/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="ASL 2.0" depends="python py-sphinx py-nwdiag" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-mercurial/APKBUILD b/testing/py-sphinxcontrib-mercurial/APKBUILD index 7ac48fd5f3..e649e7e5c7 100644 --- a/testing/py-sphinxcontrib-mercurial/APKBUILD +++ b/testing/py-sphinxcontrib-mercurial/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="GPL3+" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-nwdiag/APKBUILD b/testing/py-sphinxcontrib-nwdiag/APKBUILD index 3e064c0ac7..835986143f 100644 --- a/testing/py-sphinxcontrib-nwdiag/APKBUILD +++ b/testing/py-sphinxcontrib-nwdiag/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx py-nwdiag" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-phpdomain/APKBUILD b/testing/py-sphinxcontrib-phpdomain/APKBUILD index 4dd3400c61..034f64e91e 100644 --- a/testing/py-sphinxcontrib-phpdomain/APKBUILD +++ b/testing/py-sphinxcontrib-phpdomain/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-proceduralimage/APKBUILD b/testing/py-sphinxcontrib-proceduralimage/APKBUILD index a393b4cef1..959659a61e 100644 --- a/testing/py-sphinxcontrib-proceduralimage/APKBUILD +++ b/testing/py-sphinxcontrib-proceduralimage/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-programoutput/APKBUILD b/testing/py-sphinxcontrib-programoutput/APKBUILD index 4734dc24d0..4c8efb9e79 100644 --- a/testing/py-sphinxcontrib-programoutput/APKBUILD +++ b/testing/py-sphinxcontrib-programoutput/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-rawfiles/APKBUILD b/testing/py-sphinxcontrib-rawfiles/APKBUILD index c11794dc91..e74f9c31d3 100644 --- a/testing/py-sphinxcontrib-rawfiles/APKBUILD +++ b/testing/py-sphinxcontrib-rawfiles/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-recentpages/APKBUILD b/testing/py-sphinxcontrib-recentpages/APKBUILD index f598734eab..867d2e0a63 100644 --- a/testing/py-sphinxcontrib-recentpages/APKBUILD +++ b/testing/py-sphinxcontrib-recentpages/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-restbuilder/APKBUILD b/testing/py-sphinxcontrib-restbuilder/APKBUILD index a728531c47..48708f8764 100644 --- a/testing/py-sphinxcontrib-restbuilder/APKBUILD +++ b/testing/py-sphinxcontrib-restbuilder/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-seqdiag/APKBUILD b/testing/py-sphinxcontrib-seqdiag/APKBUILD index 4ac4491554..99938c6eef 100644 --- a/testing/py-sphinxcontrib-seqdiag/APKBUILD +++ b/testing/py-sphinxcontrib-seqdiag/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx py-seqdiag" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-slide/APKBUILD b/testing/py-sphinxcontrib-slide/APKBUILD index e84de24912..fb54e69528 100644 --- a/testing/py-sphinxcontrib-slide/APKBUILD +++ b/testing/py-sphinxcontrib-slide/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-smblink/APKBUILD b/testing/py-sphinxcontrib-smblink/APKBUILD index e2c9986ec7..9f44a9c4c9 100644 --- a/testing/py-sphinxcontrib-smblink/APKBUILD +++ b/testing/py-sphinxcontrib-smblink/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-spelling/APKBUILD b/testing/py-sphinxcontrib-spelling/APKBUILD index a45ea10023..08c68dfbcf 100644 --- a/testing/py-sphinxcontrib-spelling/APKBUILD +++ b/testing/py-sphinxcontrib-spelling/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx py-enchant" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-sqltable/APKBUILD b/testing/py-sphinxcontrib-sqltable/APKBUILD index 425950fdc1..0443af94d3 100644 --- a/testing/py-sphinxcontrib-sqltable/APKBUILD +++ b/testing/py-sphinxcontrib-sqltable/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-taglist/APKBUILD b/testing/py-sphinxcontrib-taglist/APKBUILD index 88b9eebe9a..99cb57a256 100644 --- a/testing/py-sphinxcontrib-taglist/APKBUILD +++ b/testing/py-sphinxcontrib-taglist/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-testbuild/APKBUILD b/testing/py-sphinxcontrib-testbuild/APKBUILD index ef3013959a..febd28473f 100644 --- a/testing/py-sphinxcontrib-testbuild/APKBUILD +++ b/testing/py-sphinxcontrib-testbuild/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip" diff --git a/testing/py-sphinxcontrib-textstyle/APKBUILD b/testing/py-sphinxcontrib-textstyle/APKBUILD index a1d823fdb0..283f428e68 100644 --- a/testing/py-sphinxcontrib-textstyle/APKBUILD +++ b/testing/py-sphinxcontrib-textstyle/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-webmocks/APKBUILD b/testing/py-sphinxcontrib-webmocks/APKBUILD index 4dc53a2776..b0ea381e7b 100644 --- a/testing/py-sphinxcontrib-webmocks/APKBUILD +++ b/testing/py-sphinxcontrib-webmocks/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sphinxcontrib-whoosh/APKBUILD b/testing/py-sphinxcontrib-whoosh/APKBUILD index c918f1f1ae..f11aa843d6 100644 --- a/testing/py-sphinxcontrib-whoosh/APKBUILD +++ b/testing/py-sphinxcontrib-whoosh/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="Public Domain" depends="python py-sphinx" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sqlalchemy7/APKBUILD b/testing/py-sqlalchemy7/APKBUILD index 29a0aa5028..0b8f465ff6 100644 --- a/testing/py-sqlalchemy7/APKBUILD +++ b/testing/py-sqlalchemy7/APKBUILD @@ -10,7 +10,7 @@ arch="all" license="MIT" depends="" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-sqlparse/APKBUILD b/testing/py-sqlparse/APKBUILD index 3fcffd189e..5ced5050b3 100644 --- a/testing/py-sqlparse/APKBUILD +++ b/testing/py-sqlparse/APKBUILD @@ -9,7 +9,7 @@ url="https://pypi.python.org/pypi/sqlparse" arch="noarch" license="BSD" depends="python" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" diff --git a/testing/py-stdnum/APKBUILD b/testing/py-stdnum/APKBUILD index c633caaee9..3f3ef469f3 100644 --- a/testing/py-stdnum/APKBUILD +++ b/testing/py-stdnum/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="LGPL2+" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-stencil/APKBUILD b/testing/py-stencil/APKBUILD index 019ebdcfc7..c5f1f1da33 100644 --- a/testing/py-stencil/APKBUILD +++ b/testing/py-stencil/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-tailer/APKBUILD b/testing/py-tailer/APKBUILD index 42b4b928e7..eae90f2f33 100644 --- a/testing/py-tailer/APKBUILD +++ b/testing/py-tailer/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev" +makedepends="python2-dev" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-telnetsrv/APKBUILD b/testing/py-telnetsrv/APKBUILD index bbbcca58cc..2a9ac45333 100644 --- a/testing/py-telnetsrv/APKBUILD +++ b/testing/py-telnetsrv/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="LGPL+" depends="python py-gevent py-paramiko" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-thepiratebay/APKBUILD b/testing/py-thepiratebay/APKBUILD index 5d77662473..405657f726 100644 --- a/testing/py-thepiratebay/APKBUILD +++ b/testing/py-thepiratebay/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-requests py-dateutils py-lxml py-purl" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-timeat/APKBUILD b/testing/py-timeat/APKBUILD index a29f374d3d..aac01b410c 100644 --- a/testing/py-timeat/APKBUILD +++ b/testing/py-timeat/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-tinycss/APKBUILD b/testing/py-tinycss/APKBUILD index f17b1d04dc..cf3112381b 100644 --- a/testing/py-tinycss/APKBUILD +++ b/testing/py-tinycss/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/t/tinycss/tinycss-$pkgver.tar.gz" diff --git a/testing/py-translationstring/APKBUILD b/testing/py-translationstring/APKBUILD index bc3a7d3c2c..86f6c6bb4e 100644 --- a/testing/py-translationstring/APKBUILD +++ b/testing/py-translationstring/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-turq/APKBUILD b/testing/py-turq/APKBUILD index 121ac7326f..7efb8515b1 100644 --- a/testing/py-turq/APKBUILD +++ b/testing/py-turq/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-twiggy/APKBUILD b/testing/py-twiggy/APKBUILD index 0045045fb6..36a17ee695 100644 --- a/testing/py-twiggy/APKBUILD +++ b/testing/py-twiggy/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-tzlocal/APKBUILD b/testing/py-tzlocal/APKBUILD index d4e07d772a..66a8aaf21a 100644 --- a/testing/py-tzlocal/APKBUILD +++ b/testing/py-tzlocal/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="CC0 1.0" depends="python py-tz" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-ujson/APKBUILD b/testing/py-ujson/APKBUILD index 00cbbbc085..6ac7855252 100644 --- a/testing/py-ujson/APKBUILD +++ b/testing/py-ujson/APKBUILD @@ -10,7 +10,7 @@ arch="all" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip" diff --git a/testing/py-unicorn-hat/APKBUILD b/testing/py-unicorn-hat/APKBUILD index db02c47a13..06861519e0 100644 --- a/testing/py-unicorn-hat/APKBUILD +++ b/testing/py-unicorn-hat/APKBUILD @@ -10,7 +10,7 @@ arch="armhf aarch64" license="GPL2" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/pimoroni/unicorn-hat/archive/unicornhat-${pkgver}.tar.gz" diff --git a/testing/py-update-checker/APKBUILD b/testing/py-update-checker/APKBUILD index b158365e2e..5224a96f5a 100644 --- a/testing/py-update-checker/APKBUILD +++ b/testing/py-update-checker/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-uptime/APKBUILD b/testing/py-uptime/APKBUILD index 8bd1ab3dc8..ed7b8567f4 100644 --- a/testing/py-uptime/APKBUILD +++ b/testing/py-uptime/APKBUILD @@ -10,7 +10,7 @@ arch="all" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-urlobject/APKBUILD b/testing/py-urlobject/APKBUILD index f17b28ffc9..6c76c752d4 100644 --- a/testing/py-urlobject/APKBUILD +++ b/testing/py-urlobject/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="Public Domain" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-us/APKBUILD b/testing/py-us/APKBUILD index 13db179768..cbaf167c88 100644 --- a/testing/py-us/APKBUILD +++ b/testing/py-us/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-utc/APKBUILD b/testing/py-utc/APKBUILD index a98b5d95e8..43e7c1f49e 100644 --- a/testing/py-utc/APKBUILD +++ b/testing/py-utc/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-vatnumber/APKBUILD b/testing/py-vatnumber/APKBUILD index 9cda7c099e..e162402c56 100644 --- a/testing/py-vatnumber/APKBUILD +++ b/testing/py-vatnumber/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="GPL3+" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-venusian/APKBUILD b/testing/py-venusian/APKBUILD index 7f0b7942db..e9d8a62888 100644 --- a/testing/py-venusian/APKBUILD +++ b/testing/py-venusian/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-vkontakte/APKBUILD b/testing/py-vkontakte/APKBUILD index 2bf0bc47ad..1374f3645c 100644 --- a/testing/py-vkontakte/APKBUILD +++ b/testing/py-vkontakte/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-w3lib/APKBUILD b/testing/py-w3lib/APKBUILD index e6606a9cd2..2bf8041e0a 100644 --- a/testing/py-w3lib/APKBUILD +++ b/testing/py-w3lib/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-waitress/APKBUILD b/testing/py-waitress/APKBUILD index ab1b2b9020..114a17c9f4 100644 --- a/testing/py-waitress/APKBUILD +++ b/testing/py-waitress/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="ZPL 2.1" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-wbdata/APKBUILD b/testing/py-wbdata/APKBUILD index 6641c9f5b2..af2c8452f3 100644 --- a/testing/py-wbdata/APKBUILD +++ b/testing/py-wbdata/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="GPL2+" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-wcwidth/APKBUILD b/testing/py-wcwidth/APKBUILD index 96c9aad5fb..0e2f721002 100644 --- a/testing/py-wcwidth/APKBUILD +++ b/testing/py-wcwidth/APKBUILD @@ -9,7 +9,7 @@ url="https://pypi.python.org/pypi/wcwidth" arch="noarch" license="MIT" depends="python" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" diff --git a/testing/py-weasyprint/APKBUILD b/testing/py-weasyprint/APKBUILD index 39cfcd822d..ed9b5050c3 100644 --- a/testing/py-weasyprint/APKBUILD +++ b/testing/py-weasyprint/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="LGPL" depends="python pango cairo py-cairocffi py-cairosvg py-cssselect py-tinycss py-pyphen py-lxml" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-webcolors/APKBUILD b/testing/py-webcolors/APKBUILD index c0bdccaee8..9ddaa74ad7 100644 --- a/testing/py-webcolors/APKBUILD +++ b/testing/py-webcolors/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-webob/APKBUILD b/testing/py-webob/APKBUILD index 48e084acd3..f0ebdec41c 100644 --- a/testing/py-webob/APKBUILD +++ b/testing/py-webob/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools py-tempita py-dtopt" +makedepends="python2-dev py-setuptools py-tempita py-dtopt" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-webtest/APKBUILD b/testing/py-webtest/APKBUILD index ef74829355..cf098b37e6 100644 --- a/testing/py-webtest/APKBUILD +++ b/testing/py-webtest/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools py-waitress py-six py-beautifulsoup4 +makedepends="python2-dev py-setuptools py-waitress py-six py-beautifulsoup4 py-webob" install="" subpackages="" diff --git a/testing/py-whoispy/APKBUILD b/testing/py-whoispy/APKBUILD index 379d772969..bcb45a797f 100644 --- a/testing/py-whoispy/APKBUILD +++ b/testing/py-whoispy/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="GPL3+" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-wifi/APKBUILD b/testing/py-wifi/APKBUILD index 5234d6e8f2..a49c3368b4 100644 --- a/testing/py-wifi/APKBUILD +++ b/testing/py-wifi/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-wsgiref/APKBUILD b/testing/py-wsgiref/APKBUILD index 31955bb907..213024a6b2 100644 --- a/testing/py-wsgiref/APKBUILD +++ b/testing/py-wsgiref/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="Python" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip" diff --git a/testing/py-xdg/APKBUILD b/testing/py-xdg/APKBUILD index c22458d32f..ab71371590 100644 --- a/testing/py-xdg/APKBUILD +++ b/testing/py-xdg/APKBUILD @@ -9,7 +9,7 @@ url="http://freedesktop.org/wiki/Software/pyxdg" arch="noarch" license="LGPL" depends="" -depends_dev="python-dev" +depends_dev="python2-dev" makedepends="$depends_dev" install="" subpackages="" diff --git a/testing/py-xlwt/APKBUILD b/testing/py-xlwt/APKBUILD index 4b30669871..477f76685e 100644 --- a/testing/py-xlwt/APKBUILD +++ b/testing/py-xlwt/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev" +makedepends="python2-dev" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-yapsy/APKBUILD b/testing/py-yapsy/APKBUILD index 2c753468c9..90b139e099 100644 --- a/testing/py-yapsy/APKBUILD +++ b/testing/py-yapsy/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-zope-configuration/APKBUILD b/testing/py-zope-configuration/APKBUILD index 202eb8efba..a07562fef3 100644 --- a/testing/py-zope-configuration/APKBUILD +++ b/testing/py-zope-configuration/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="ZPL2+" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/py-zope-deprecation/APKBUILD b/testing/py-zope-deprecation/APKBUILD index df936342fb..c415ddce41 100644 --- a/testing/py-zope-deprecation/APKBUILD +++ b/testing/py-zope-deprecation/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="ZPL2+" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/testing/pylint/APKBUILD b/testing/pylint/APKBUILD index 90b07ecf53..816c647215 100644 --- a/testing/pylint/APKBUILD +++ b/testing/pylint/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="GPL2+" depends="python py-astroid" depends_dev="" -makedepends="python-dev py-setuptools py-astroid" +makedepends="python2-dev py-setuptools py-astroid" install="" source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz" diff --git a/testing/sipwise-sems/APKBUILD b/testing/sipwise-sems/APKBUILD index 2e3c2d91a9..10746ddd92 100644 --- a/testing/sipwise-sems/APKBUILD +++ b/testing/sipwise-sems/APKBUILD @@ -14,7 +14,7 @@ license="GPLv2+" pkgusers="sems" pkggroups="sems" install="$pkgname.pre-install" -makedepends="python-dev cmake bash openssl-dev linux-headers +makedepends="python2-dev cmake bash openssl-dev linux-headers libsamplerate-dev spandsp-dev flite-dev gsm-dev speex-dev libevent-dev" subpackages="$pkgname-doc $pkgname-conf_auth $pkgname-conference diff --git a/testing/unify/APKBUILD b/testing/unify/APKBUILD index 15dd6317e8..fb56e3bf8b 100644 --- a/testing/unify/APKBUILD +++ b/testing/unify/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz" diff --git a/testing/vnc2flv/APKBUILD b/testing/vnc2flv/APKBUILD index 90db68d1c1..20d4d4abf2 100644 --- a/testing/vnc2flv/APKBUILD +++ b/testing/vnc2flv/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="MIT/X" depends="" depends_dev="" -makedepends="python-dev" +makedepends="python2-dev" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz" diff --git a/testing/websockify/APKBUILD b/testing/websockify/APKBUILD index 42ce0a9f36..cd7b763fe7 100644 --- a/testing/websockify/APKBUILD +++ b/testing/websockify/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="LGPLv3" depends="py-$pkgname" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="py-$pkgname:py" source="$pkgname-$pkgver.tar.gz::https://github.com/kanaka/$pkgname/archive/v$pkgver.tar.gz" diff --git a/testing/x2goserver/APKBUILD b/testing/x2goserver/APKBUILD index 75b009917e..5089905c42 100644 --- a/testing/x2goserver/APKBUILD +++ b/testing/x2goserver/APKBUILD @@ -10,7 +10,7 @@ arch="all" license="GPL2+" options="suid" depends="perl perl-config-simple perl-dbi perl-file-readbackwards perl-capture-tiny perl-dbd-sqlite bash iproute2 makepasswd openssh lsof xauth perl-file-basedir mcookie nx-libs perl-file-which" -makedepends="libssh2-dev python-dev man" +makedepends="libssh2-dev python2-dev man" install="$pkgname.pre-install $pkgname.post-install" subpackages="$pkgname-doc" source="http://code.x2go.org/releases/source/$pkgname/$pkgname-$pkgver.tar.gz" diff --git a/testing/xkcdpass/APKBUILD b/testing/xkcdpass/APKBUILD index 1fc459ae15..da03cad666 100644 --- a/testing/xkcdpass/APKBUILD +++ b/testing/xkcdpass/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz" |