From 2cbe8d3bd9afa1ae23472c4b44d9688ccffdbc53 Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 23 Apr 2019 14:51:45 -0300 Subject: testing/py3-pyrsistent: new aport for https://bugs.alpinelinux.org/issues/10282 --- testing/py3-pyrsistent/APKBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 testing/py3-pyrsistent/APKBUILD (limited to 'testing') diff --git a/testing/py3-pyrsistent/APKBUILD b/testing/py3-pyrsistent/APKBUILD new file mode 100644 index 0000000000..a601db5373 --- /dev/null +++ b/testing/py3-pyrsistent/APKBUILD @@ -0,0 +1,27 @@ +# Contributor: Leo +# Maintainer: Leo +pkgname=py3-pyrsistent +pkgver=0.14.11 +pkgrel=0 +pkgdesc="Persistent/Functional/Immutable data structures" +url="https://github.com/tobgu/pyrsistent" +arch="all" +license="MIT" +makedepends="py3-setuptools python3-dev" +depends="py3-six" +source="$pkgname-$pkgver.tar.gz::https://github.com/tobgu/pyrsistent/archive/v${pkgver}.tar.gz" +builddir="$srcdir/pyrsistent-$pkgver" + +build() { + python3 setup.py build +} + +check() { + python3 setup.py test +} + +package() { + python3 setup.py install --prefix=/usr --root="$pkgdir" +} + +sha512sums="8bfea52e15b1921ff9880a6d795cbbcdbee818ef5b95a2807e28269eba8ff578e07c39615e48eb47e867dd6f2bca5d395b7ae99ecd27424edaf6cbe6097b2e5d py3-pyrsistent-0.14.11.tar.gz" -- cgit v1.2.3