devel/py-hypothesis: Update to 6.12.0

- Update WWW

Changes:	https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/changes.rst
This commit is contained in:
Po-Chuan Hsieh 2021-05-12 05:15:57 +08:00
parent 6a0de98d8e
commit 934bee0345
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 7 additions and 5 deletions

View file

@ -1,7 +1,7 @@
# Created by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
PORTNAME= hypothesis
PORTVERSION= 5.49.0
PORTVERSION= 6.12.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,6 +13,7 @@ LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rich>=9.0.0:textproc/py-rich@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sortedcontainers>=2.1.0<3.0.0:devel/py-sortedcontainers@${PY_FLAVOR}
USES= python:3.7+
@ -45,7 +46,7 @@ GHOSTWRITER_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}black>=19.10b0:devel/py-black@${P
LARK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lark-parser>=0.6.5:devel/py-lark-parser@${PY_FLAVOR}
NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.0,1:math/py-numpy@${PY_FLAVOR}
PANDAS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=0.25,1:math/py-pandas@${PY_FLAVOR}
PYTEST_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=4.3:devel/py-pytest@${PY_FLAVOR}
PYTEST_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=4.6:devel/py-pytest@${PY_FLAVOR}
PYTZ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=2014.1,1:devel/py-pytz@${PY_FLAVOR}
REDIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>=3.0.0:databases/py-redis@${PY_FLAVOR}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1612101582
SHA256 (hypothesis-5.49.0.tar.gz) = 36a4d5587c34193125d654b61bf9284e24a227d1edd339c49143378658a10c7d
SIZE (hypothesis-5.49.0.tar.gz) = 289948
TIMESTAMP = 1620405405
SHA256 (hypothesis-6.12.0.tar.gz) = a24b2ccb7b84860762df3fabb8faa196bf627cbee62917a5095f3de8ff71050b
SIZE (hypothesis-6.12.0.tar.gz) = 298804

View file

@ -3,4 +3,5 @@ which are parametrized by a source of examples, and then generates simple and
comprehensible examples that make your tests fail. This lets you find more bugs
in your code with less work.
WWW: https://hypothesis.works/
WWW: https://github.com/HypothesisWorks/hypothesis/tree/master/hypothesis-python