aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-pathtools
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-07-19 14:45:45 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-07-19 15:00:35 +0200
commit2c026d72e5621f08410f18f416214a9ddde234fa (patch)
treef275d957e31d48a651f332a6da19b02b854a3d49 /community/py-pathtools
parent987e45fdb051128ac9e54dbc2ae6d502c6b72c63 (diff)
downloadaports-2c026d72e5621f08410f18f416214a9ddde234fa.tar.bz2
aports-2c026d72e5621f08410f18f416214a9ddde234fa.tar.xz
community/py*: change source URLs pypi.python.org to files.pythonhosted.org
Diffstat (limited to 'community/py-pathtools')
-rw-r--r--community/py-pathtools/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/py-pathtools/APKBUILD b/community/py-pathtools/APKBUILD
index 200cedf1a9..6f7d2a87e9 100644
--- a/community/py-pathtools/APKBUILD
+++ b/community/py-pathtools/APKBUILD
@@ -1,6 +1,7 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=py-pathtools
+_pkgname=pathtools
pkgver=0.1.2
pkgrel=0
pkgdesc="Path utilities for Python"
@@ -12,9 +13,9 @@ depends_dev=""
makedepends="$depends_dev py-setuptools python-dev"
install=""
subpackages=""
-source="https://pypi.python.org/packages/e7/7f/470d6fcdf23f9f3518f6b0b76be9df16dcc8630ad409947f8be2eb0ed13a/pathtools-$pkgver.tar.gz"
+source="https://files.pythonhosted.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz"
-_builddir="$srcdir"/pathtools-$pkgver
+_builddir="$srcdir"/$_pkgname-$pkgver
prepare() {
local i
cd "$_builddir"