aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-ws4py/APKBUILD
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-07-19 14:27:46 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-07-19 15:06:47 +0200
commitf9d9a8122ada529e8653fe21f122f079897d8c79 (patch)
tree06cf38639960c440258bc868c503fae1b1498add /testing/py-ws4py/APKBUILD
parent5c4633021cc7ccd2877af2b60abd283a5897b483 (diff)
downloadaports-f9d9a8122ada529e8653fe21f122f079897d8c79.tar.bz2
aports-f9d9a8122ada529e8653fe21f122f079897d8c79.tar.xz
testing/py*: change source URLs pypi.python.org to files.pythonhosted.org
Diffstat (limited to 'testing/py-ws4py/APKBUILD')
-rw-r--r--testing/py-ws4py/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/py-ws4py/APKBUILD b/testing/py-ws4py/APKBUILD
index 06536c803f..268d25ef69 100644
--- a/testing/py-ws4py/APKBUILD
+++ b/testing/py-ws4py/APKBUILD
@@ -2,7 +2,6 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=py-ws4py
_pkgname=ws4py
-_pyid=1784512791fbd196a48f282ca6c79398cace9541a9c151d89c30b6add6e1
pkgver=0.3.5
pkgrel=0
pkgdesc="WebSocket client and server library for Python 2 and 3 as well as PyPy"
@@ -13,7 +12,7 @@ depends=""
makedepends="python-dev python3-dev"
install=""
subpackages="py3-$_pkgname:_py3 py2-$_pkgname:_py2"
-source="https://pypi.python.org/packages/c8/b4/$_pyid/$_pkgname-$pkgver.tar.gz"
+source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
build() {