Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 15:24:40 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d4aa18570713 - main - textproc/py-normality: Convert to USE_PYTHON=pytest
Message-ID:  <202403091524.429FOePs051009@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403091524.429FOePs051009>