diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-16 19:35:03 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-16 19:35:03 +0000 |
commit | 0f4aa685718ec4797eb1d6d01e73afa9b8f7ab65 (patch) | |
tree | e8b14428c98966e65cfafd5542d514f0cb1629f4 | |
parent | ae13e1dbe0dc1a836e7ade53c4d74774ad2c599c (diff) | |
download | ports-0f4aa685718ec4797eb1d6d01e73afa9b8f7ab65.tar.gz ports-0f4aa685718ec4797eb1d6d01e73afa9b8f7ab65.zip |
devel/py-hypothesis: Update to 6.47.3
Changes: https://github.com/HypothesisWorks/hypothesis/releases
https://hypothesis.readthedocs.io/en/latest/changes.html
-rw-r--r-- | devel/py-hypothesis/Makefile | 10 | ||||
-rw-r--r-- | devel/py-hypothesis/distinfo | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile index 6746a2513d0a..28bf64635396 100644 --- a/devel/py-hypothesis/Makefile +++ b/devel/py-hypothesis/Makefile @@ -1,7 +1,7 @@ # Created by: Brendan Molloy <brendan+freebsd@bbqsrc.net> PORTNAME= hypothesis -PORTVERSION= 6.47.1 +PORTVERSION= 6.47.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -49,4 +49,10 @@ PYTEST_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=4.6:devel/py-pytest@${PY_FLAV 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} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 31100 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}exceptiongroup>=1.0.0rc8:devel/py-exceptiongroup@${PY_FLAVOR} +.endif + +.include <bsd.port.post.mk> diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo index ec3af9029dde..e45d919ba9af 100644 --- a/devel/py-hypothesis/distinfo +++ b/devel/py-hypothesis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1655208262 -SHA256 (hypothesis-6.47.1.tar.gz) = 4ad26c5d434171ffc02aba569dd52255573d615554c062bc30734dbe6f318c61 -SIZE (hypothesis-6.47.1.tar.gz) = 326462 +TIMESTAMP = 1655398672 +SHA256 (hypothesis-6.47.3.tar.gz) = 3c6d99cd7540a64c37d88f86a7509c0ca29cda37a82a957340fba11388dfb9ce +SIZE (hypothesis-6.47.3.tar.gz) = 326501 |