git: 06f50258edf9 - main - devel/py-hypothesis-crosshair: Add py-hypothesis-crosshair 0.0.16

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 14 Oct 2024 05:27:09 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=06f50258edf98bffff9593738fc261863470fc89

commit 06f50258edf98bffff9593738fc261863470fc89
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-14 04:45:10 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-14 04:45:10 +0000

    devel/py-hypothesis-crosshair: Add py-hypothesis-crosshair 0.0.16
    
    hypothesis-crosshair adds the power of solver-based symbolic execution to your
    Hypothesis tests with CrossHair.
---
 devel/Makefile                          |  1 +
 devel/py-hypothesis-crosshair/Makefile  | 25 +++++++++++++++++++++++++
 devel/py-hypothesis-crosshair/distinfo  |  3 +++
 devel/py-hypothesis-crosshair/pkg-descr |  2 ++
 4 files changed, 31 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 0ef448281f6d..2356e5c776c7 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4986,6 +4986,7 @@
     SUBDIR += py-hupper
     SUBDIR += py-hvac
     SUBDIR += py-hypothesis
+    SUBDIR += py-hypothesis-crosshair
     SUBDIR += py-hypothesmith
     SUBDIR += py-icalendar
     SUBDIR += py-ice
diff --git a/devel/py-hypothesis-crosshair/Makefile b/devel/py-hypothesis-crosshair/Makefile
new file mode 100644
index 000000000000..03e342877df9
--- /dev/null
+++ b/devel/py-hypothesis-crosshair/Makefile
@@ -0,0 +1,25 @@
+PORTNAME=	hypothesis-crosshair
+PORTVERSION=	0.0.16
+CATEGORIES=	devel python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	hypothesis_crosshair-${PORTVERSION}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Level-up your Hypothesis tests with CrossHair
+WWW=		https://github.com/pschanely/hypothesis-crosshair
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=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} \
+		${PYTHON_PKGNAMEPREFIX}hypothesis>=6.113.0:devel/py-hypothesis@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent pep517
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-hypothesis-crosshair/distinfo b/devel/py-hypothesis-crosshair/distinfo
new file mode 100644
index 000000000000..37060ee95476
--- /dev/null
+++ b/devel/py-hypothesis-crosshair/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1728632224
+SHA256 (hypothesis_crosshair-0.0.16.tar.gz) = 9ae9a1e5941c725fbb0568e311ed44ba732184e5b72b3daed11a38746376a7ad
+SIZE (hypothesis_crosshair-0.0.16.tar.gz) = 9169
diff --git a/devel/py-hypothesis-crosshair/pkg-descr b/devel/py-hypothesis-crosshair/pkg-descr
new file mode 100644
index 000000000000..86acab85e13d
--- /dev/null
+++ b/devel/py-hypothesis-crosshair/pkg-descr
@@ -0,0 +1,2 @@
+hypothesis-crosshair adds the power of solver-based symbolic execution to your
+Hypothesis tests with CrossHair.