From f9d9a8122ada529e8653fe21f122f079897d8c79 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Tue, 19 Jul 2016 14:27:46 +0200 Subject: testing/py*: change source URLs pypi.python.org to files.pythonhosted.org --- testing/py-django-south/APKBUILD | 2 +- testing/py-pdfkit/APKBUILD | 2 +- testing/py-protobuf/APKBUILD | 2 +- testing/py-ws4py/APKBUILD | 3 +-- testing/py3-multidict/APKBUILD | 3 +-- 5 files changed, 5 insertions(+), 7 deletions(-) (limited to 'testing') diff --git a/testing/py-django-south/APKBUILD b/testing/py-django-south/APKBUILD index 324c0f8eb00..cf253e8bb86 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 2f4084ce821..36f27b174bd 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 6a1b73190c9..da692d10c0b 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 06536c803ff..268d25ef695 100644 --- a/testing/py-ws4py/APKBUILD +++ b/testing/py-ws4py/APKBUILD @@ -2,7 +2,6 @@ # Maintainer: Francesco Colista 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 25986d5aefa..2faa263fffe 100644 --- a/testing/py3-multidict/APKBUILD +++ b/testing/py3-multidict/APKBUILD @@ -1,7 +1,6 @@ # Contributor: Francesco Colista # Maintainer: Francesco Colista 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() { -- cgit v1.2.3