diff options
author | prspkt <prspkt@protonmail.com> | 2019-04-23 21:18:31 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-04-23 21:18:31 +0300 |
commit | 001ac12d48d4439de43618dada38829d06a8da63 (patch) | |
tree | d09fbeca1116b19600f843197260ef6a65fb47a7 /testing/py3-pyrsistent | |
parent | 6faf5c3e472c4f52353879d29c20baae1e8bda8f (diff) | |
download | aports-001ac12d48d4439de43618dada38829d06a8da63.tar.bz2 aports-001ac12d48d4439de43618dada38829d06a8da63.tar.xz |
testing/py3-pyrsistent: add checkdepends
Diffstat (limited to 'testing/py3-pyrsistent')
-rw-r--r-- | testing/py3-pyrsistent/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/py3-pyrsistent/APKBUILD b/testing/py3-pyrsistent/APKBUILD index a601db5373..b5da20e56b 100644 --- a/testing/py3-pyrsistent/APKBUILD +++ b/testing/py3-pyrsistent/APKBUILD @@ -2,13 +2,14 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-pyrsistent pkgver=0.14.11 -pkgrel=0 +pkgrel=1 pkgdesc="Persistent/Functional/Immutable data structures" url="https://github.com/tobgu/pyrsistent" arch="all" license="MIT" -makedepends="py3-setuptools python3-dev" 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" |