git: c9060cf981cc - main - textproc/py-isbntools: Convert to USE_PYTHON=pep517
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 07:20:47 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c9060cf981cce7c9cacfb45241190c7a52ae0c5c commit c9060cf981cce7c9cacfb45241190c7a52ae0c5c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:04:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:04:57 +0000 textproc/py-isbntools: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- textproc/py-isbntools/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/py-isbntools/Makefile b/textproc/py-isbntools/Makefile index 265b09f48a70..dba6a6106daf 100644 --- a/textproc/py-isbntools/Makefile +++ b/textproc/py-isbntools/Makefile @@ -1,5 +1,6 @@ PORTNAME= isbntools PORTVERSION= 4.3.29 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,11 @@ WWW= https://github.com/xlcnd/isbntools LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/LICENSE-LGPL-3.0.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isbnlib>=3.10.9<3.11.0:textproc/py-isbnlib@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes