aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-hurry.filesize/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-hurry.filesize/APKBUILD')
-rw-r--r--testing/py3-hurry.filesize/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/py3-hurry.filesize/APKBUILD b/testing/py3-hurry.filesize/APKBUILD
index 5b8b5adf657..f6e26129025 100644
--- a/testing/py3-hurry.filesize/APKBUILD
+++ b/testing/py3-hurry.filesize/APKBUILD
@@ -3,13 +3,14 @@
pkgname=py3-hurry.filesize
_pkgname=hurry.filesize
pkgver=0.9
-pkgrel=2
+pkgrel=7
pkgdesc="A Python library for human readable file sizes"
-url="https://pypi.python.org/pypi/hurry.filesize"
+url="https://pypi.org/project/hurry.filesize"
arch="noarch"
license="ZPL-2.1"
depends="python3"
makedepends="py3-setuptools"
+subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
@@ -18,7 +19,7 @@ build() {
}
package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
+ python3 setup.py install --skip-build --root="$pkgdir"
}
sha512sums="24b7ebf5a6e833cec01d1904e5202ab5bde238fbeabb92d893866118e152c0f861f853e11bb71c58d84060bffaf0b7bc88221e37aaacc0b07751febf8a2b1606 hurry.filesize-0.9.tar.gz"