git: e78f8a98d7c0 - main - textproc/translate-toolkit: Convert to USE_PYTHON=pep517 (should be part of 900c273ab43226806047129d3478f0c5da81b43b)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 14:10:54 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e78f8a98d7c0eb849b2d54f2c979b1bb130d3ccf commit e78f8a98d7c0eb849b2d54f2c979b1bb130d3ccf Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 13:46:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 14:05:31 +0000 textproc/translate-toolkit: Convert to USE_PYTHON=pep517 (should be part of 900c273ab43226806047129d3478f0c5da81b43b) - Bump PORTREVISION for package change --- textproc/translate-toolkit/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/translate-toolkit/Makefile b/textproc/translate-toolkit/Makefile index 60dfd5ae42f6..08fd4187716f 100644 --- a/textproc/translate-toolkit/Makefile +++ b/textproc/translate-toolkit/Makefile @@ -1,5 +1,6 @@ PORTNAME= translate-toolkit PORTVERSION= 3.12.2 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= PYPI \ https://github.com/translate/translate/releases/download/${PORTVERSION}/ @@ -22,7 +23,7 @@ RUN_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} USES= gettext python shebangfix -USE_PYTHON= autoplist distutils noflavors +USE_PYTHON= autoplist noflavors pep517 NO_ARCH= yes