diff options
-rw-r--r-- | testing/py-django-south/APKBUILD | 2 | ||||
-rw-r--r-- | testing/py-pdfkit/APKBUILD | 2 | ||||
-rw-r--r-- | testing/py-protobuf/APKBUILD | 2 | ||||
-rw-r--r-- | testing/py-ws4py/APKBUILD | 3 | ||||
-rw-r--r-- | testing/py3-multidict/APKBUILD | 3 |
5 files changed, 5 insertions, 7 deletions
diff --git a/testing/py-django-south/APKBUILD b/testing/py-django-south/APKBUILD index 324c0f8eb0..cf253e8bb8 100644 --- a/testing/py-django-south/APKBUILD +++ b/testing/py-django-south/APKBUILD @@ -9,7 +9,7 @@ arch=noarch license=BSD depends=py-django makedepends=py-setuptools -source=https://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz +source="https://files.pythonhosted.org/packages/source/S/South/South-$pkgver.tar.gz" _builddir=$srcdir/South-$pkgver prepare() { diff --git a/testing/py-pdfkit/APKBUILD b/testing/py-pdfkit/APKBUILD index 2f4084ce82..36f27b174b 100644 --- a/testing/py-pdfkit/APKBUILD +++ b/testing/py-pdfkit/APKBUILD @@ -9,7 +9,7 @@ arch=noarch license=MIT depends=wkhtmltopdf makedepends=py-setuptools -source=https://pypi.python.org/packages/source/p/pdfkit/pdfkit-$pkgver.zip +source="https://files.pythonhosted.org/packages/source/p/pdfkit/pdfkit-$pkgver.zip" _builddir=$srcdir/pdfkit-$pkgver prepare() { diff --git a/testing/py-protobuf/APKBUILD b/testing/py-protobuf/APKBUILD index 6a1b73190c..da692d10c0 100644 --- a/testing/py-protobuf/APKBUILD +++ b/testing/py-protobuf/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-six>=1.9" makedepends="python-dev py-setuptools py-google-apputils" -source="$pkgname-$pkgver.tar.gz::http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver build() { 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() { diff --git a/testing/py3-multidict/APKBUILD b/testing/py3-multidict/APKBUILD index 25986d5aef..2faa263fff 100644 --- a/testing/py3-multidict/APKBUILD +++ b/testing/py3-multidict/APKBUILD @@ -1,7 +1,6 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py3-multidict -_pyid="2d20d7e568b7f3adb686fad7717f04d198f7914a456ee07758872047706b" pkgver=1.2.0 pkgrel=0 pkgdesc="multidict implementation" @@ -12,7 +11,7 @@ depends="python3" makedepends="python3-dev py-setuptools" install="" subpackages="$pkgname-dev" -source="https://pypi.python.org/packages/1b/8b/$_pyid/${pkgname/py3-/}-$pkgver.tar.gz" +source="https://files.pythonhosted.org/packages/source/m/multidict/multidict-$pkgver.tar.gz" builddir="$srcdir/${pkgname/py3-/}-$pkgver" build() { |