git: 65c97c184453 - main - devel/py-aniso86016: Convert to USE_PYTHON=pep517
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Apr 2024 06:50:11 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=65c97c184453d1fbdc8e4280e179c2cdffcb3cdf commit 65c97c184453d1fbdc8e4280e179c2cdffcb3cdf Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-08 06:45:45 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-08 06:45:45 +0000 devel/py-aniso86016: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- devel/py-aniso86016/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/devel/py-aniso86016/Makefile b/devel/py-aniso86016/Makefile index 4390baf8cb29..c8a5cb6ba9d3 100644 --- a/devel/py-aniso86016/Makefile +++ b/devel/py-aniso86016/Makefile @@ -1,5 +1,6 @@ PORTNAME= aniso8601 PORTVERSION= 6.0.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +13,11 @@ WWW= https://bitbucket.org/nielsenb/aniso8601/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +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 unittest +USE_PYTHON= autoplist concurrent pep517 unittest NO_ARCH= yes