git: 9f6871cf177d - main - devel/py-pathable: Convert to USE_PYTHON=pep517
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 May 2024 14:16:58 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9f6871cf177d65daf742833d94ec2ed1956eb616 commit 9f6871cf177d65daf742833d94ec2ed1956eb616 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-13 13:59:06 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-13 13:59:06 +0000 devel/py-pathable: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- devel/py-pathable/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/py-pathable/Makefile b/devel/py-pathable/Makefile index 54d73e0c4198..61fbe2455a59 100644 --- a/devel/py-pathable/Makefile +++ b/devel/py-pathable/Makefile @@ -1,5 +1,6 @@ PORTNAME= pathable PORTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,10 @@ WWW= https://github.com/p1c2u/pathable LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes