From f29c0bfa4366c65f4ef8a076fe87ff34809c810c Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Tue, 30 Jul 2024 03:03:10 +0800 Subject: [PATCH] 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 #.if ${PYTHON_REL} < 31200