git: 0e83e9be4d53 - main - devel/py-johnnydep: Convert to USE_PYTHON=pep517
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Apr 2024 20:19:23 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0e83e9be4d53699c57c3ea1f64de3a13f334aada commit 0e83e9be4d53699c57c3ea1f64de3a13f334aada Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-08 20:14:21 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-08 20:17:03 +0000 devel/py-johnnydep: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- devel/py-johnnydep/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/py-johnnydep/Makefile b/devel/py-johnnydep/Makefile index 199ba8f1ebb3..6736802b5394 100644 --- a/devel/py-johnnydep/Makefile +++ b/devel/py-johnnydep/Makefile @@ -1,5 +1,6 @@ PORTNAME= johnnydep PORTVERSION= 1.20.4 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +12,8 @@ WWW= https://github.com/wimglenn/johnnydep LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anytree>=0:devel/py-anytree@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cachetools>=0:devel/py-cachetools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oyaml>=0:devel/py-oyaml@${PY_FLAVOR} \ @@ -23,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anytree>=0:devel/py-anytree@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wimpy>=0:devel/py-wimpy@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes