aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-25 16:49:28 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-25 19:50:20 -0300
commit9b302cb0bc19fb20b4064982017f0d7cc88f00ef (patch)
treeb06c8ffc0e4e518361665ce0a54008ae531f7885
parent2271b7ea33c75474829a61ac2c87bd85a1417bd2 (diff)
downloadaports-9b302cb0bc19fb20b4064982017f0d7cc88f00ef.tar.bz2
aports-9b302cb0bc19fb20b4064982017f0d7cc88f00ef.tar.xz
community/py3-distlib: new aport
https://bitbucket.org/pypa/distlib Distribution utilities
-rw-r--r--community/py3-distlib/APKBUILD24
1 files changed, 24 insertions, 0 deletions
diff --git a/community/py3-distlib/APKBUILD b/community/py3-distlib/APKBUILD
new file mode 100644
index 0000000000..cc716f7bbc
--- /dev/null
+++ b/community/py3-distlib/APKBUILD
@@ -0,0 +1,24 @@
+# Contributor: Leo <thinkabit.ukim@gmail.com>
+# Maintainer: Leo <thinkabit.ukim@gmail.com>
+pkgname=py3-distlib
+pkgver=0.3.0
+pkgrel=0
+pkgdesc="Distribution utilities"
+options="!check" # 1 test in tests/test_locator.py fails
+url="https://bitbucket.org/pypa/distlib"
+arch="noarch"
+license="PSF-2.0"
+depends="python3"
+makedepends="py3-setuptools"
+source="https://files.pythonhosted.org/packages/source/d/distlib/distlib-$pkgver.zip"
+builddir="$srcdir/distlib-$pkgver"
+
+build() {
+ python3 setup.py build
+}
+
+package() {
+ python3 setup.py install --prefix=/usr --root="$pkgdir"
+}
+
+sha512sums="6f910a9607569c9023a19aee35be15cf8521ec7c07c5d478e6d555a301d024a2ee1db48562707b238a72c631d75d9dc154d38b39ed51746b66c938ac40671e60 distlib-0.3.0.zip"