From d093991db57b4a583f10dc4bed68281dfa91e566 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 6 Jul 2016 19:38:45 +0200 Subject: community/*: change source URLs pypi.python.org to files.pythonhosted.org See https://bitbucket.org/pypa/pypi/issues/438/backwards-compatible-un-hashed-package#comment-27734791 --- community/py-zope-component/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/py-zope-component') diff --git a/community/py-zope-component/APKBUILD b/community/py-zope-component/APKBUILD index 471c68f82..2d204744f 100644 --- a/community/py-zope-component/APKBUILD +++ b/community/py-zope-component/APKBUILD @@ -13,7 +13,7 @@ depends_dev="" makedepends="python-dev py-setuptools" install="" subpackages="" -source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip" +source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip" _builddir="$srcdir"/$_pkgname-$pkgver prepare() { -- cgit v1.2.3