mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-hypothesis: update to 5.41.4.
This commit is contained in:
parent
4623fcd108
commit
6fb6957ade
1 changed files with 4 additions and 5 deletions
|
@ -1,22 +1,21 @@
|
||||||
# Template file for 'python3-hypothesis'
|
# Template file for 'python3-hypothesis'
|
||||||
pkgname=python3-hypothesis
|
pkgname=python3-hypothesis
|
||||||
version=5.41.3
|
version=5.41.4
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="hypothesis-hypothesis-python-${version}"
|
wrksrc="hypothesis-hypothesis-python-${version}"
|
||||||
build_wrksrc=hypothesis-python
|
build_wrksrc=hypothesis-python
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-attrs python3-sortedcontainers"
|
depends="python3-attrs python3-sortedcontainers"
|
||||||
checkdepends="python3-pytest python3-coverage python3-pexpect ${depends}"
|
checkdepends="tox"
|
||||||
short_desc="Python3 library for property based testing"
|
short_desc="Python3 library for property based testing"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="MPL-2.0"
|
license="MPL-2.0"
|
||||||
homepage="https://hypothesis.works/"
|
homepage="https://hypothesis.works/"
|
||||||
changelog="https://hypothesis.readthedocs.io/en/latest/changes.html"
|
changelog="https://hypothesis.readthedocs.io/en/latest/changes.html"
|
||||||
distfiles="https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-${version}.tar.gz"
|
distfiles="https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-${version}.tar.gz"
|
||||||
checksum=c41d6d5f35059c31996788822206a17c6ccfc34e5570cb9a4878f66767b76246
|
checksum=865027f77db5be518a8398e88bf937eb602d6f1a49643faa6c8dbb8804570bbb
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# test_settings_alone seems to expect a warning or failure that doesn't appear
|
tox -e "py${py3_ver/./}-full"
|
||||||
PYTHONPATH="${PWD}/build/lib" pytest3 -k 'not test_settings_alone' tests/cover
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue