From 8f03083dd292451cb45d49f0228ea71221f06d88 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 17 Aug 2019 22:05:32 +0000 Subject: user/py3-hypothesis: bump to 4.32.3 --- user/py3-hypothesis/APKBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/user/py3-hypothesis/APKBUILD b/user/py3-hypothesis/APKBUILD index 8775838a1..ad6712c8c 100644 --- a/user/py3-hypothesis/APKBUILD +++ b/user/py3-hypothesis/APKBUILD @@ -4,7 +4,7 @@ pkgname=py3-hypothesis _pkgname=hypothesis _p="${_pkgname#?}" _p="${_pkgname%"$_p"}" -pkgver=4.14.3 +pkgver=4.32.3 pkgrel=0 pkgdesc="A library for property based testing" url="https://pypi.python.org/pypi/hypothesis" @@ -18,19 +18,16 @@ source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/ builddir="$srcdir/$_pkgname-$pkgver" build() { - cd "$builddir" python3 setup.py build } check() { - cd "$builddir" python3 setup.py test } package() { - cd "$builddir" python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="6cf0713a416c51286e4c707c6b32705b2dd53ff1a5c88ceab0cdd970e8932078c9e13436ac4aa66f94a5badf0a2f93a20e8221f77cf4fb0c8b42a707b52fb0f2 py3-hypothesis-4.14.3.tar.gz" +sha512sums="a477077bc2406d130839850f813db85a5de0cf102e28f88052831555f6e43cb10ebb780b400966df38578ef6c634e43cea74fd448bcf3001c395be5950af552f py3-hypothesis-4.32.3.tar.gz" -- cgit v1.2.3-60-g2f50