git: f29c0bfa4366 - main - devel/py-build: Add comment for VIRTUALENV option

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 29 Jul 2024 19:05:06 UTC
The branch main has been updated by sunpoet:

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

commit f29c0bfa4366c65f4ef8a076fe87ff34809c810c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-29 19:03:10 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-29 19:04:10 +0000

    devel/py-build: Add comment for VIRTUALENV option
---
 devel/py-build/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/devel/py-build/Makefile b/devel/py-build/Makefile
index 3683ce2e25a7..9ed3a078e845 100644
--- a/devel/py-build/Makefile
+++ b/devel/py-build/Makefile
@@ -24,6 +24,11 @@ NO_ARCH=	yes
 PEP517_BUILD_CMD=	${PYTHON_CMD} -m flit_core.wheel
 PEP517_BUILD_DEPEND=	${PYTHON_PKGNAMEPREFIX}flit-core>=3.8:devel/py-flit-core@${PY_FLAVOR}
 
+#OPTIONS_DEFINE=	VIRTUALENV
+#VIRTUALENV_DESC=	Use virtualenv for isolation
+
+#VIRTUALENV_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}virtualenv>=20.0.35:devel/py-virtualenv@${PY_FLAVOR}
+
 .include <bsd.port.pre.mk>
 
 #.if ${PYTHON_REL} < 31200