diff options
Diffstat (limited to '')
-rw-r--r-- | devel/py-hypothesis-crosshair/Makefile | 4 | ||||
-rw-r--r-- | devel/py-hypothesis-crosshair/distinfo | 6 | ||||
-rw-r--r-- | devel/py-hypothesis-crosshair/files/patch-pyproject.toml | 10 | ||||
-rw-r--r-- | devel/py-hypothesis-crosshair/files/patch-setup.py | 11 | ||||
-rw-r--r-- | devel/py-hypothesis/Makefile | 10 | ||||
-rw-r--r-- | devel/py-hypothesis/distinfo | 6 |
6 files changed, 23 insertions, 24 deletions
diff --git a/devel/py-hypothesis-crosshair/Makefile b/devel/py-hypothesis-crosshair/Makefile index 1b5256b32afa..cf9b2dd833ee 100644 --- a/devel/py-hypothesis-crosshair/Makefile +++ b/devel/py-hypothesis-crosshair/Makefile @@ -1,5 +1,5 @@ PORTNAME= hypothesis-crosshair -PORTVERSION= 0.0.24 +PORTVERSION= 0.0.25 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ WWW= https://github.com/pschanely/hypothesis-crosshair LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}crosshair-tool>=0.0.74:devel/py-crosshair-tool@${PY_FLAVOR} diff --git a/devel/py-hypothesis-crosshair/distinfo b/devel/py-hypothesis-crosshair/distinfo index cd44e955d225..af49b720ba4b 100644 --- a/devel/py-hypothesis-crosshair/distinfo +++ b/devel/py-hypothesis-crosshair/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748831238 -SHA256 (hypothesis_crosshair-0.0.24.tar.gz) = e455589d3945c87a4f1efa8dcd5432bdec4be5592339c5de71e99e96322e8df0 -SIZE (hypothesis_crosshair-0.0.24.tar.gz) = 10990 +TIMESTAMP = 1757120664 +SHA256 (hypothesis_crosshair-0.0.25.tar.gz) = be9555104dc862b1282fe28d6d4142dda40376235a39724d6c6f995f0bc860e1 +SIZE (hypothesis_crosshair-0.0.25.tar.gz) = 11597 diff --git a/devel/py-hypothesis-crosshair/files/patch-pyproject.toml b/devel/py-hypothesis-crosshair/files/patch-pyproject.toml new file mode 100644 index 000000000000..2f672217d623 --- /dev/null +++ b/devel/py-hypothesis-crosshair/files/patch-pyproject.toml @@ -0,0 +1,10 @@ +--- pyproject.toml.orig 2025-08-13 20:44:59 UTC ++++ pyproject.toml +@@ -13,7 +13,6 @@ dependencies = [ + license = { file = "LICENSE" } + requires-python = ">=3.9" + dependencies = [ +- "hypothesis>=6.137.0", + "crosshair-tool>=0.0.74" + ] + classifiers = [ diff --git a/devel/py-hypothesis-crosshair/files/patch-setup.py b/devel/py-hypothesis-crosshair/files/patch-setup.py deleted file mode 100644 index c00ba239d1b9..000000000000 --- a/devel/py-hypothesis-crosshair/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2024-10-18 11:40:32 UTC -+++ setup.py -@@ -11,7 +11,7 @@ setuptools.setup( - description="Level-up your Hypothesis tests with CrossHair.", - long_description=open("README.md", encoding="utf-8").read(), - long_description_content_type="text/markdown", -- install_requires=["hypothesis>=6.113.0", "crosshair-tool>=0.0.74"], -+ install_requires=["crosshair-tool>=0.0.74"], - python_requires=">=3.8", - entry_points={ - "hypothesis": ["_ = hypothesis_crosshair_provider:_hypothesis_setup_hook"] diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile index ae10c18bbf0b..16775b37e5e5 100644 --- a/devel/py-hypothesis/Makefile +++ b/devel/py-hypothesis/Makefile @@ -1,5 +1,5 @@ PORTNAME= hypothesis -PORTVERSION= 6.135.6 +PORTVERSION= 6.138.8 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -41,16 +41,16 @@ PYTZ_DESC= Timezone support REDIS_DESC= Redis support WATCHDOG_DESC= Watchdog support -CLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}black>=19.10b0:devel/py-black@${PY_FLAVOR} \ +CLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}black>=20.8b0:devel/py-black@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>=7.0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>=9.0.0:textproc/py-rich@${PY_FLAVOR} CODEMODS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcst>=0.3.16:devel/py-libcst@${PY_FLAVOR} -CROSSHAIR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}crosshair-tool>=0.0.88:devel/py-crosshair-tool@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}hypothesis-crosshair>=0.0.23:devel/py-hypothesis-crosshair@${PY_FLAVOR} +CROSSHAIR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}crosshair-tool>=0.0.95:devel/py-crosshair-tool@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hypothesis-crosshair>=0.0.25:devel/py-hypothesis-crosshair@${PY_FLAVOR} DATEUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>=1.4:devel/py-python-dateutil@${PY_FLAVOR} DJANGO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2:www/py-django42@${PY_FLAVOR} DPCONTRACTS_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}dpcontracts>=0.4:devel/py-dpcontracts@${PY_FLAVOR} -GHOSTWRITER_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}black>=19.10b0:devel/py-black@${PY_FLAVOR} +GHOSTWRITER_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}black>=20.8b0:devel/py-black@${PY_FLAVOR} LARK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lark>=0.10.1:devel/py-lark@${PY_FLAVOR} NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.19.3,1:math/py-numpy@${PY_FLAVOR} PANDAS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=1.1,1:math/py-pandas@${PY_FLAVOR} diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo index 90dece046663..8c9d6ae9e51c 100644 --- a/devel/py-hypothesis/distinfo +++ b/devel/py-hypothesis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813050 -SHA256 (hypothesis-6.135.6.tar.gz) = 998ca337c4ac4608dff53f42a14ce1b4c64a4297e7f06576e5dac2b2de700227 -SIZE (hypothesis-6.135.6.tar.gz) = 452044 +TIMESTAMP = 1757120662 +SHA256 (hypothesis-6.138.8.tar.gz) = 3248dc1fd9ed58b39406d6911df6d2f3e20febd6c264ff57458b159c93cf915f +SIZE (hypothesis-6.138.8.tar.gz) = 463539 |