git: 0123cfd9ddb3 - main - devel/py-aniso8601: convert to pep517
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Jun 2024 17:09:58 UTC
The branch main has been updated by rm: URL: https://cgit.FreeBSD.org/ports/commit/?id=0123cfd9ddb3dc81944b5f75165d33566727d39e commit 0123cfd9ddb3dc81944b5f75165d33566727d39e Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2024-06-12 17:09:37 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2024-06-12 17:09:37 +0000 devel/py-aniso8601: convert to pep517 --- devel/py-aniso8601/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/devel/py-aniso8601/Makefile b/devel/py-aniso8601/Makefile index 4d30970f85cf..2e46c48164c9 100644 --- a/devel/py-aniso8601/Makefile +++ b/devel/py-aniso8601/Makefile @@ -1,5 +1,6 @@ PORTNAME= aniso8601 -PORTVERSION= 9.0.1 +DISTVERSION= 9.0.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,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 distutils +USE_PYTHON= autoplist pep517 NO_ARCH= yes