diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-07-06 19:38:45 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-07-08 17:42:22 +0200 |
commit | d093991db57b4a583f10dc4bed68281dfa91e566 (patch) | |
tree | 74d56609f173f1e984117a33332294a15e4c42f5 /community/py-ipaddress | |
parent | 2b07f82776d339655566ff8bf92a09c3a7f68bac (diff) | |
download | aports-d093991db57b4a583f10dc4bed68281dfa91e566.tar.bz2 aports-d093991db57b4a583f10dc4bed68281dfa91e566.tar.xz |
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
Diffstat (limited to 'community/py-ipaddress')
-rw-r--r-- | community/py-ipaddress/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-ipaddress/APKBUILD b/community/py-ipaddress/APKBUILD index 9ade6ed80a..a6c56a9524 100644 --- a/community/py-ipaddress/APKBUILD +++ b/community/py-ipaddress/APKBUILD @@ -12,7 +12,7 @@ depends_dev="" makedepends="$depends_dev py-setuptools" install="" subpackages="" -source="https://pypi.python.org/packages/source/i/ipaddress/ipaddress-$pkgver.tar.gz" +source="https://files.pythonhosted.org/packages/source/i/ipaddress/ipaddress-$pkgver.tar.gz" _builddir="$srcdir"/ipaddress-$pkgver |