git: 22badfd1a85e - main - devel/py-hypothesis-crosshair: Update to 0.0.25
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Sep 2025 23:12:22 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=22badfd1a85efd67f94ce000e7fbd7d13e5a608c
commit 22badfd1a85efd67f94ce000e7fbd7d13e5a608c
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-09-07 22:36:05 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-09-07 23:03:41 +0000
devel/py-hypothesis-crosshair: Update to 0.0.25
Changes: https://github.com/pschanely/hypothesis-crosshair/blob/main/README.md#changelog
---
devel/py-hypothesis-crosshair/Makefile | 4 ++--
devel/py-hypothesis-crosshair/distinfo | 6 +++---
devel/py-hypothesis-crosshair/files/patch-pyproject.toml | 10 ++++++++++
devel/py-hypothesis-crosshair/files/patch-setup.py | 11 -----------
4 files changed, 15 insertions(+), 16 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"]