git: 978bf752c2fd - main - devel/py-stringbrewer: Convert to USE_PYTHON=pep517
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 May 2024 14:18:50 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=978bf752c2fd35d0fda64c2bee54b87a36b5d301 commit 978bf752c2fd35d0fda64c2bee54b87a36b5d301 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-13 14:00:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-13 14:00:24 +0000 devel/py-stringbrewer: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- devel/py-stringbrewer/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/py-stringbrewer/Makefile b/devel/py-stringbrewer/Makefile index 3fdf320bba43..db5b1addd75a 100644 --- a/devel/py-stringbrewer/Makefile +++ b/devel/py-stringbrewer/Makefile @@ -1,5 +1,6 @@ PORTNAME= stringbrewer PORTVERSION= 0.0.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,11 +11,13 @@ WWW= https://github.com/simoncozens/stringbrewer LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rstr>=0:devel/py-rstr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sre-yield>=0:devel/py-sre-yield@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes