python-hypothesis: update to 3.66.30.
This commit is contained in:
parent
e2d65ad159
commit
b4b5768496
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'python-hypothesis'
|
||||
pkgname=python-hypothesis
|
||||
version=3.56.7
|
||||
version=3.66.30
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="${pkgname/python-//}-${version}"
|
||||
wrksrc="hypothesis-hypothesis-python-${version}"
|
||||
build_wrksrc=hypothesis-python
|
||||
build_style=python-module
|
||||
pycompile_module="hypothesis"
|
||||
|
@ -15,8 +15,8 @@ short_desc="Python2 library for property based testing"
|
|||
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=6ad5063a3991acb543af1548c33a4b08796dfb0d21dd37ed2d164c2b2140ff2d
|
||||
distfiles="https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-${version}.tar.gz"
|
||||
checksum=a960a6d9c91bff8c414211e00455acf5be5912d99ccc74124a01707b2da58dac
|
||||
|
||||
do_check() {
|
||||
# pytest doesn't recognize -n switch
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
pkgname=hypothesis-python
|
Loading…
Reference in New Issue