diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-24 10:37:34 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-24 10:37:34 +0000 |
commit | 3b978a80fe81e423b3e35cb20fa52e392b7f27c6 (patch) | |
tree | a5c1c56cfcc79df6d7648a2a894747251db10a65 /testing | |
parent | 149db244654c394292247b532bc287abc7219de5 (diff) | |
download | aports-3b978a80fe81e423b3e35cb20fa52e392b7f27c6.tar.gz aports-3b978a80fe81e423b3e35cb20fa52e392b7f27c6.tar.bz2 aports-3b978a80fe81e423b3e35cb20fa52e392b7f27c6.tar.xz |
community/py3-pyrsistent: move from testing
This is a run-time dependency for py-jsonschema, which is already in
community.
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-pyrsistent/APKBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/py3-pyrsistent/APKBUILD b/testing/py3-pyrsistent/APKBUILD deleted file mode 100644 index b5da20e56b..0000000000 --- a/testing/py3-pyrsistent/APKBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# Contributor: Leo <thinkabit.ukim@gmail.com> -# Maintainer: Leo <thinkabit.ukim@gmail.com> -pkgname=py3-pyrsistent -pkgver=0.14.11 -pkgrel=1 -pkgdesc="Persistent/Functional/Immutable data structures" -url="https://github.com/tobgu/pyrsistent" -arch="all" -license="MIT" -depends="py3-six" -makedepends="py3-setuptools python3-dev" -checkdepends="py3-hypothesis py3-pytest" -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" |