diff --git a/srcpkgs/python-hypothesis/template b/srcpkgs/python-hypothesis/template index 229de61f0e..1868d78838 100644 --- a/srcpkgs/python-hypothesis/template +++ b/srcpkgs/python-hypothesis/template @@ -1,21 +1,22 @@ # Template file for 'python-hypothesis' pkgname=python-hypothesis -version=3.55.0 -revision=2 +version=3.56.7 +revision=1 noarch=yes wrksrc="${pkgname/python-//}-${version}" +build_wrksrc=hypothesis-python build_style=python-module pycompile_module="hypothesis" hostmakedepends="python-setuptools python3-setuptools" depends="python-attrs python-coverage python-enum34" checkdepends="python-coverage python-enum34 python-pytest python3-coverage - python3-flaky python3-pytest python3-pytz" + python3-flaky python3-pytest python3-pytz python3-numpy" short_desc="Python2 library for property based testing" -maintainer="maxice8 " +maintainer="Orphaned " license="MPL-2.0" homepage="https://hypothesis.works/" distfiles="https://github.com/HypothesisWorks/hypothesis-python/archive/${version}.tar.gz" -checksum=9b9bb4855ddfb2680154b715fad2730212bb75909edb9fb0d8964651df2359d4 +checksum=6ad5063a3991acb543af1548c33a4b08796dfb0d21dd37ed2d164c2b2140ff2d do_check() { # pytest doesn't recognize -n switch