git: cc0961caabad - main - devel/py-crashtest: Convert to USE_PYTHON=pep517
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 07:19:20 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc0961caabad5e8f9eb9e8c2561a2ca3641c86e4 commit cc0961caabad5e8f9eb9e8c2561a2ca3641c86e4 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:03:21 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:03:21 +0000 devel/py-crashtest: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- devel/py-crashtest/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/py-crashtest/Makefile b/devel/py-crashtest/Makefile index 313ab0dfcfe8..9e8b59bf1710 100644 --- a/devel/py-crashtest/Makefile +++ b/devel/py-crashtest/Makefile @@ -1,5 +1,6 @@ PORTNAME= crashtest PORTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,10 @@ WWW= https://github.com/sdispater/crashtest LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.1.0:devel/py-poetry-core@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes