git: 3616787893d0 - main - devel/py-property-cached: Convert to USE_PYTHON=pep517
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 May 2024 14:17:19 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3616787893d0d4b5662b01592c4edcd9a9b4a574 commit 3616787893d0d4b5662b01592c4edcd9a9b4a574 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-13 13:59:21 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-13 13:59:21 +0000 devel/py-property-cached: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- devel/py-property-cached/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/devel/py-property-cached/Makefile b/devel/py-property-cached/Makefile index d1514adb1298..465a380dd84b 100644 --- a/devel/py-property-cached/Makefile +++ b/devel/py-property-cached/Makefile @@ -1,5 +1,6 @@ PORTNAME= property-cached PORTVERSION= 1.6.4 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/althonos/property-cached 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 zip -USE_PYTHON= autoplist concurrent distutils pytest # 1 test fails, see https://github.com/pydanny/cached-property/pull/294 +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes