git: eda80b66cb99 - main - devel/py-frozendict: Convert to USE_PYTHON=pep517
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Apr 2024 20:18:39 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=eda80b66cb9978ccc41852516f248ce0c9a6f3a5 commit eda80b66cb9978ccc41852516f248ce0c9a6f3a5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-08 20:13:39 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-08 20:16:52 +0000 devel/py-frozendict: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- devel/py-frozendict/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/devel/py-frozendict/Makefile b/devel/py-frozendict/Makefile index e0db83f4ddd2..7e19b820c479 100644 --- a/devel/py-frozendict/Makefile +++ b/devel/py-frozendict/Makefile @@ -1,5 +1,6 @@ PORTNAME= frozendict PORTVERSION= 2.3.10 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/Marco-Sulla/python-frozendict/releases/download/v${PORTVERSSION}/ @@ -12,8 +13,11 @@ WWW= https://github.com/Marco-Sulla/python-frozendict LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +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 MAKE_ARGS= custom_arg=c