git: b8c4f5bc3a78 - main - graphics/py-railroad-diagrams: Convert to USE_PYTHON=pep517
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 May 2024 14:20:47 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b8c4f5bc3a78413318e68831c8abdf2dd3802856 commit b8c4f5bc3a78413318e68831c8abdf2dd3802856 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-13 14:02:00 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-13 14:02:00 +0000 graphics/py-railroad-diagrams: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- graphics/py-railroad-diagrams/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/graphics/py-railroad-diagrams/Makefile b/graphics/py-railroad-diagrams/Makefile index e9f7fbcfd2cb..5d58ecd895af 100644 --- a/graphics/py-railroad-diagrams/Makefile +++ b/graphics/py-railroad-diagrams/Makefile @@ -1,5 +1,6 @@ PORTNAME= railroad-diagrams PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/tabatkins/railroad-diagrams LICENSE= MIT 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 +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes