aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-humanize
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-08-02 15:46:56 +0300
committerprspkt <prspkt@protonmail.com>2019-08-02 16:02:37 +0300
commit26567b9a9c19d083aa221860612af3554bd23e53 (patch)
tree88f8d70affb4af2a71cfd5e15941efd191da7a33 /testing/py3-humanize
parentd7563c646d8a04969320d1cdf85adcec022a9345 (diff)
downloadaports-26567b9a9c19d083aa221860612af3554bd23e53.tar.bz2
aports-26567b9a9c19d083aa221860612af3554bd23e53.tar.xz
testing/py-humanize: drop python2
Signed-off-by: prspkt <prspkt@protonmail.com>
Diffstat (limited to 'testing/py3-humanize')
-rw-r--r--testing/py3-humanize/APKBUILD27
1 files changed, 27 insertions, 0 deletions
diff --git a/testing/py3-humanize/APKBUILD b/testing/py3-humanize/APKBUILD
new file mode 100644
index 0000000000..5db22fa0c2
--- /dev/null
+++ b/testing/py3-humanize/APKBUILD
@@ -0,0 +1,27 @@
+# Contributor: Thomas Boerger <thomas@webhippie.de>
+# Maintainer: Thomas Boerger <thomas@webhippie.de>
+pkgname=py3-humanize
+_pkgname=humanize
+pkgver=0.5.1
+pkgrel=3
+pkgdesc="Python humanize functions"
+url="https://pypi.python.org/pypi/humanize"
+arch="noarch"
+license="MIT"
+depends="python3"
+makedepends="py3-setuptools"
+source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
+builddir="$srcdir"/$_pkgname-$pkgver
+
+replaces=py-humanize # Backwards compatibility
+provides=py-humanize=$pkgver-r$pkgrel # Backwards compatibility
+
+build() {
+ python3 setup.py build
+}
+
+package() {
+ python3 setup.py install --prefix=/usr --root="$pkgdir"
+}
+
+sha512sums="2727268d9fc7b393228f7eb9e71a5c881988ec56e265ddf83613fe57116da3aaad70d2417db4cef8a8c40cb73753eb2c2bd775d3cd25c2de751cb61373f0a551 humanize-0.5.1.tar.gz"