diff --git a/devel/py-plux/Makefile b/devel/py-plux/Makefile index a553c65298da..375f33d0d802 100644 --- a/devel/py-plux/Makefile +++ b/devel/py-plux/Makefile @@ -1,22 +1,29 @@ PORTNAME= plux PORTVERSION= 1.16.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Dynamic code loading framework for building pluggable Python distributions WWW= https://github.com/localstack/plux LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes +OPTIONS_DEFINE= HATCHLING SETUPTOOLS +HATCHLING_DESC= USe hatchling as build backend +SETUPTOOLS_DESC=Use setuptools as build backend + +HATCHLING_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} +SETUPTOOLS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} + .include