git: 4c7cdf1c831a - main - converters/py-better-bencode: Convert to USE_PYTHON=pep517
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Mar 2024 14:59:52 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4c7cdf1c831a4d963d1f16d061b53346197b9ef4 commit 4c7cdf1c831a4d963d1f16d061b53346197b9ef4 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-23 14:20:36 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-23 14:31:03 +0000 converters/py-better-bencode: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- converters/py-better-bencode/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/converters/py-better-bencode/Makefile b/converters/py-better-bencode/Makefile index 1eaf27829508..4c2d2d5a5460 100644 --- a/converters/py-better-bencode/Makefile +++ b/converters/py-better-bencode/Makefile @@ -1,5 +1,6 @@ PORTNAME= better-bencode PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= converters devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +11,10 @@ WWW= https://github.com/kosqx/better-bencode LICENSE= BSD3CLAUSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 .include <bsd.port.mk>