File tree Expand file tree Collapse file tree
srcpkgs/python3-hypothesis Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Template file for 'python3-hypothesis'
22pkgname=python3-hypothesis
3- version=6.152 .0
3+ version=6.155 .0
44revision=1
5- build_wrksrc=hypothesis-python
5+ build_wrksrc=hypothesis
66build_style=python3-pep517
77# disable tests requiring unpackaged dependencies or installed entrypoints
88make_check_args="
@@ -22,9 +22,9 @@ short_desc="Python library for property-based testing"
2222maintainer="Andrew J. Hesford <ajh@sideband.org>"
2323license="MPL-2.0"
2424homepage="https://hypothesis.works/"
25- changelog="https://raw.githubusercontent.com/HypothesisWorks/hypothesis/master/hypothesis-python /docs/changes .rst"
26- distfiles="https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python- ${version}.tar.gz"
27- checksum=c40a6e1ccc99bb5f1969c2349958b0462c19e27edae4963afea9ee3d711c4ebb
25+ changelog="https://raw.githubusercontent.com/HypothesisWorks/hypothesis/refs/heads/ master/hypothesis/docs/changelog .rst"
26+ distfiles="https://github.com/HypothesisWorks/hypothesis/archive/v ${version}.tar.gz"
27+ checksum=840b3992a96937ee647786098a78b2ab7202b0e5e5855542358100d17b852c99
2828
2929if [ "$XBPS_CHECK_PKGS" != full ]; then
3030 # Skip "full" tests unless explicitly requested"
Original file line number Diff line number Diff line change 1- pkgname=hypothesis-python
2- pattern="${pkgname}-\K[0-9.]+\.0(?=\.tar\.gz)"
1+ pattern="refs/tags/v\K[0-9.]+\.0(?=$|\.tar)"
You can’t perform that action at this time.
0 commit comments