Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Apr 2026 16:37:36 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cc270a0de21a - main - devel/py-dulwich: Add HYPOTHESIS option
Message-ID:  <69f38550.20dc7.60a9de00@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit cc270a0de21a84ab7b19c0c6ec5d8d4fd9d35cc9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-30 16:35:43 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-30 16:35:43 +0000

    devel/py-dulwich: Add HYPOTHESIS option
---
 devel/py-dulwich/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/devel/py-dulwich/Makefile b/devel/py-dulwich/Makefile
index db7ff15352d0..55ab51aab68d 100644
--- a/devel/py-dulwich/Makefile
+++ b/devel/py-dulwich/Makefile
@@ -33,13 +33,15 @@ CPE_VENDOR=	dulwich_project
 
 SHEBANG_FILES=	examples/*.py
 
-OPTIONS_DEFINE=	AIOHTTP DOCS EXAMPLES FASTIMPORT PARAMIKO
+OPTIONS_DEFINE=	AIOHTTP DOCS EXAMPLES FASTIMPORT HYPOTHESIS PARAMIKO
 AIOHTTP_DESC=	Asynchronous HTTP client/server support
 FASTIMPORT_DESC=Git fastimport support
+HYPOTHESIS_DESC=Hypothesis support
 PARAMIKO_DESC=	SSH2 support
 
 AIOHTTP_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR}
 FASTIMPORT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fastimport>=0:devel/py-fastimport@${PY_FLAVOR}
+HYPOTHESIS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hypothesis>=6:devel/py-hypothesis@${PY_FLAVOR}
 PARAMIKO_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}paramiko>=0:security/py-paramiko@${PY_FLAVOR}
 
 .include <bsd.port.pre.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f38550.20dc7.60a9de00>