python-hypothesis: update to 3.56.7. (#14761)
This commit is contained in:
parent
5687a2f5d7
commit
b70cc65404
1 changed files with 6 additions and 5 deletions
|
@ -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 <thinkabit.ukim@gmail.com>"
|
||||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue