From bb62c4901b5dcda2d798b25d48d8bcb55868c5f0 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 6 Jul 2016 19:34:49 +0200 Subject: testing/*: change source URL pypi.python.org to files.pythonhosted.org See https://bitbucket.org/pypa/pypi/issues/438/backwards-compatible-un-hashed-package#comment-27734791 --- testing/py-rpi-gpio/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testing/py-rpi-gpio') diff --git a/testing/py-rpi-gpio/APKBUILD b/testing/py-rpi-gpio/APKBUILD index 71856725b5..cb8e332303 100644 --- a/testing/py-rpi-gpio/APKBUILD +++ b/testing/py-rpi-gpio/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Justin Saunders # Maintainer: Justin Saunders pkgname=py-rpi-gpio -_pkg_real=RPi.GPIO +_pkgname=RPi.GPIO pkgver=0.6.1 pkgrel=0 pkgdesc="A python module to control Raspberry Pi GPIO channels" @@ -12,9 +12,9 @@ pydepends="" pymakedepends="" depends="python $pydepends" makedepends="python-dev $pymakedepends" -source="https://pypi.python.org/packages/source/R/RPi.GPIO/RPi.GPIO-0.6.1.tar.gz" +source="https://files.pythonhosted.org/packages/source/${_pkgname}/$_pkgname/$_pkgname-$pkgver.tar.gz" -_builddir="$srcdir/$_pkg_real-$pkgver" +_builddir="$srcdir/$_pkgname-$pkgver" build() { cd "$_builddir" python setup.py build || return 1 -- cgit v1.2.3