git: 76cf7e64b1f4 - main - devel/py-pox: Convert to USE_PYTHON=pep517
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Apr 2023 18:09:08 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=76cf7e64b1f419ad213e3c18e7f16764490accf1 commit 76cf7e64b1f419ad213e3c18e7f16764490accf1 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-18 17:57:30 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-18 18:00:53 +0000 devel/py-pox: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- devel/py-pox/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/devel/py-pox/Makefile b/devel/py-pox/Makefile index 861a5ecf1a51..8ceb69c542f5 100644 --- a/devel/py-pox/Makefile +++ b/devel/py-pox/Makefile @@ -1,5 +1,6 @@ PORTNAME= pox PORTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/uqfoundation/pox LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python:3.7+ -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes