git: 9da0262a4d39 - main - textproc/translate-toolkit: Update USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jan 2022 18:53:34 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9da0262a4d39c9c56546830b2d2193bac2363e70 commit 9da0262a4d39c9c56546830b2d2193bac2363e70 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-11 17:13:34 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-11 18:44:05 +0000 textproc/translate-toolkit: Update USES=python www/py-cheroot requires Python 3.7+ --- textproc/translate-toolkit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/translate-toolkit/Makefile b/textproc/translate-toolkit/Makefile index 1545f2c0c363..7530a8fd5c9c 100644 --- a/textproc/translate-toolkit/Makefile +++ b/textproc/translate-toolkit/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}lxml>=4.6.3:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} -USES= gettext python:3.6+ shebangfix +USES= gettext python:3.7+ shebangfix USE_PYTHON= autoplist distutils noflavors NO_ARCH= yes