git: 97e6c8822216 - main - security/py-vpn-slice: Convert to USE_PYTHON=pep517
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 May 2024 14:23:17 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=97e6c88222160701ffaba67547282dca961dcf62 commit 97e6c88222160701ffaba67547282dca961dcf62 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-13 14:08:36 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-13 14:08:36 +0000 security/py-vpn-slice: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- security/py-vpn-slice/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/security/py-vpn-slice/Makefile b/security/py-vpn-slice/Makefile index a6bc3824faeb..6a31e224eda9 100644 --- a/security/py-vpn-slice/Makefile +++ b/security/py-vpn-slice/Makefile @@ -1,5 +1,6 @@ PORTNAME= vpn-slice PORTVERSION= 0.16.1 +PORTREVISION= 1 CATEGORIES= security python net-vpn MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +12,13 @@ WWW= https://github.com/dlenski/vpn-slice LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=0,1:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setproctitle>=0:devel/py-setproctitle@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes