From bb62c4901b5dcda2d798b25d48d8bcb55868c5f0 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 6 Jul 2016 19:34:49 +0200 Subject: testing/*: change source URL pypi.python.org to files.pythonhosted.org See https://bitbucket.org/pypa/pypi/issues/438/backwards-compatible-un-hashed-package#comment-27734791 --- testing/py-eventlet/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/py-eventlet') diff --git a/testing/py-eventlet/APKBUILD b/testing/py-eventlet/APKBUILD index 484c7e6b9d..0941d69821 100644 --- a/testing/py-eventlet/APKBUILD +++ b/testing/py-eventlet/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-greenlet" makedepends="python-dev py-setuptools" -source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" +source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$_pkgname-$pkgver build () -- cgit v1.2.3