Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jun 2022 23:56:38 GMT
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: 0e8f3671e89a - main - devel/py-foolscap: Add I2P and TOR options
Message-ID:  <202206092356.259NucFv098191@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 0e8f3671e89a72fdbfc4ff62fad620b4bbe83d47
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-09 23:53:15 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-09 23:53:35 +0000

    devel/py-foolscap: Add I2P and TOR options
---
 devel/py-foolscap/Makefile | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/devel/py-foolscap/Makefile b/devel/py-foolscap/Makefile
index fff46d072ae8..2e7c48b07e02 100644
--- a/devel/py-foolscap/Makefile
+++ b/devel/py-foolscap/Makefile
@@ -26,4 +26,11 @@ NO_ARCH=	yes
 TEST_ARGS=	discover -s src
 TEST_ENV=	PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR}
 
+OPTIONS_DEFINE=	I2P TOR
+I2P_DESC=	I2P (Invisible Internet Project) support
+TOR_DESC=	Tor support
+
+I2P_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}txi2p-tahoe>=0.3.5:devel/py-txi2p-tahoe@${PY_FLAVOR}
+TOR_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}txtorcon>=19.0.0:security/py-txtorcon@${PY_FLAVOR}
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206092356.259NucFv098191>