mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
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'
|
# Template file for 'python-hypothesis'
|
||||||
pkgname=python-hypothesis
|
pkgname=python-hypothesis
|
||||||
version=3.55.0
|
version=3.56.7
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname/python-//}-${version}"
|
wrksrc="${pkgname/python-//}-${version}"
|
||||||
|
build_wrksrc=hypothesis-python
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="hypothesis"
|
pycompile_module="hypothesis"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-attrs python-coverage python-enum34"
|
depends="python-attrs python-coverage python-enum34"
|
||||||
checkdepends="python-coverage python-enum34 python-pytest python3-coverage
|
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"
|
short_desc="Python2 library for property based testing"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||||
license="MPL-2.0"
|
license="MPL-2.0"
|
||||||
homepage="https://hypothesis.works/"
|
homepage="https://hypothesis.works/"
|
||||||
distfiles="https://github.com/HypothesisWorks/hypothesis-python/archive/${version}.tar.gz"
|
distfiles="https://github.com/HypothesisWorks/hypothesis-python/archive/${version}.tar.gz"
|
||||||
checksum=9b9bb4855ddfb2680154b715fad2730212bb75909edb9fb0d8964651df2359d4
|
checksum=6ad5063a3991acb543af1548c33a4b08796dfb0d21dd37ed2d164c2b2140ff2d
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# pytest doesn't recognize -n switch
|
# pytest doesn't recognize -n switch
|
||||||
|
|
Loading…
Add table
Reference in a new issue