summaryrefslogtreecommitdiff
path: root/devel/py-hypothesis-crosshair
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-hypothesis-crosshair')
-rw-r--r--devel/py-hypothesis-crosshair/Makefile4
-rw-r--r--devel/py-hypothesis-crosshair/distinfo6
-rw-r--r--devel/py-hypothesis-crosshair/files/patch-pyproject.toml10
-rw-r--r--devel/py-hypothesis-crosshair/files/patch-setup.py11
4 files changed, 15 insertions, 16 deletions
diff --git a/devel/py-hypothesis-crosshair/Makefile b/devel/py-hypothesis-crosshair/Makefile
index 5f6e0f472a84..cf9b2dd833ee 100644
--- a/devel/py-hypothesis-crosshair/Makefile
+++ b/devel/py-hypothesis-crosshair/Makefile
@@ -1,5 +1,5 @@
PORTNAME= hypothesis-crosshair
-PORTVERSION= 0.0.22
+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 2088b55fd34b..af49b720ba4b 100644
--- a/devel/py-hypothesis-crosshair/distinfo
+++ b/devel/py-hypothesis-crosshair/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1745936136
-SHA256 (hypothesis_crosshair-0.0.22.tar.gz) = 626b95b869c5c762ec2b60ebbb119b4f2b939ba3f8d2ba53d9092ca70bb42876
-SIZE (hypothesis_crosshair-0.0.22.tar.gz) = 10685
+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"]