git: d4aa18570713 - main - textproc/py-normality: Convert to USE_PYTHON=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 15:24:40 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d4aa18570713dd73fdc3bb9591be462434836ec3 commit d4aa18570713dd73fdc3bb9591be462434836ec3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 15:22:33 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 15:22:33 +0000 textproc/py-normality: Convert to USE_PYTHON=pytest Approved by: portmgr (blanket) With hat: python --- textproc/py-normality/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textproc/py-normality/Makefile b/textproc/py-normality/Makefile index 8169cfa7cbfa..1dcce2e366c8 100644 --- a/textproc/py-normality/Makefile +++ b/textproc/py-normality/Makefile @@ -19,8 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}banal>=1.0.1:devel/py-banal@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}text-unidecode>=0:converters/py-text-unidecode@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}charset-normalizer>=2.0.0:textproc/py-charset-normalizer@${PY_FLAVOR} -USES= python pytest -USE_PYTHON= autoplist pep517 +USES= python +USE_PYTHON= autoplist pep517 pytest NO_ARCH= yes