summaryrefslogtreecommitdiff
path: root/user/py3-hypothesis
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-08-17 22:05:32 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-08-17 22:05:32 +0000
commit8f03083dd292451cb45d49f0228ea71221f06d88 (patch)
treebf59e423545e5e2d71e6693a86a6ef5e724d35a6 /user/py3-hypothesis
parente8d6f9414e453524ae63504db0a8646be699e46f (diff)
downloadpackages-8f03083dd292451cb45d49f0228ea71221f06d88.tar.gz
packages-8f03083dd292451cb45d49f0228ea71221f06d88.tar.bz2
packages-8f03083dd292451cb45d49f0228ea71221f06d88.tar.xz
packages-8f03083dd292451cb45d49f0228ea71221f06d88.zip
user/py3-hypothesis: bump to 4.32.3
Diffstat (limited to 'user/py3-hypothesis')
-rw-r--r--user/py3-hypothesis/APKBUILD7
1 files 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"