mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python-hypothesis: update to 3.55.0.
Closes: #13063 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
0f03fdd01b
commit
820d8d3565
1 changed files with 5 additions and 5 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'python-hypothesis'
|
# Template file for 'python-hypothesis'
|
||||||
pkgname=python-hypothesis
|
pkgname=python-hypothesis
|
||||||
version=3.49.1
|
version=3.55.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname/python-//}-python-${version}"
|
wrksrc="${pkgname/python-//}-python-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="hypothesis"
|
pycompile_module="hypothesis"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
checkdepends="python3-pytest python-pytest python3-attrs python-attrs python3-coverage
|
depends="python-attrs python-coverage python-enum34 python-pandas"
|
||||||
python-coverage python3-pytz python-enum34 python3-flaky"
|
checkdepends="python-coverage python-enum34 python-pytest python3-coverage
|
||||||
depends="python-attrs python-coverage python-enum34 python-pytz python-pandas"
|
python3-flaky python3-pytest python3-pytz"
|
||||||
short_desc="A Python2 library for property based testing"
|
short_desc="A Python2 library for property based testing"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="MPL-2.0"
|
license="MPL-2.0"
|
||||||
homepage="http://hypothesis.works/"
|
homepage="http://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=6dc8749f2faeb16db21e1a996733441673c5bfe295aac89e7dcce810d668a516
|
checksum=d13348dc2bf80c17ccd760580407ad7e2a68921e9cd3b9ee9b2139076abab741
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue