diff options
-rw-r--r-- | user/py3-setuptools/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/user/py3-setuptools/APKBUILD b/user/py3-setuptools/APKBUILD index 6bee60420..9081ae0b5 100644 --- a/user/py3-setuptools/APKBUILD +++ b/user/py3-setuptools/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Max Rees <maxcrees@me.com> pkgname=py3-setuptools _pkgname=setuptools -pkgver=39.1.0 +pkgver=39.2.0 pkgrel=0 pkgdesc="A collection of enhancements to the Python distutils" url="http://pypi.python.org/project/setuptools" @@ -11,9 +11,9 @@ license="MIT" depends="python3" makedepends="python3-dev" checkdepends="py3-tox" -options="net" # Circular dependency with py3-tox. Passes on x86_64 +options="!check" # Circular dependency with py3-tox. Passes on x86_64 subpackages="py3-easy_install:easy_install" -source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz +source="$pkgname-$pkgver.zip::https://files.pythonhosted.org/packages/1a/04/d6f1159feaccdfc508517dba1929eb93a2854de729fa68da9d5c6b48fa00/setuptools-39.2.0.zip pythonpath.patch" builddir="$srcdir/$_pkgname-$pkgver" @@ -40,5 +40,5 @@ easy_install() { mv "$pkgdir"/usr/bin/easy_install* "$subpkgdir/usr/bin" } -sha512sums="9fa00930a1923782c2f6356bf992410d42b3dd81b5a673e2957eaf8941787fbea324851c5df48e37601641d004ee900c88a1cfa97ef9df374879586a36efa5c6 py3-setuptools-39.1.0.tar.gz +sha512sums="46baf6a48f93279d541ca10e0d71005565a7c9fbe4a8fe6b6378455edc57e5246bad3000ae9c9c47503a04e37816f9fa02e6c4328955ad16939c01c89c65d6b2 py3-setuptools-39.2.0.zip ee248df4174240e90a35190e0a47bf0fa4cc5601adc64eff5fd585c8919e47c3a2bb6191b8333800016567d8a0f0f71b7c2306779ea7e4ab7c8951bdee28ef5e pythonpath.patch" |