Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 15:24:42 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: 2031a2243f04 - main - textproc/py-whatthepatch: Convert to USE_PYTHON=pytest
Message-ID:  <202403091524.429FOgBX051093@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=2031a2243f0400d0e16b5962f6f54996f4b0cf1e

commit 2031a2243f0400d0e16b5962f6f54996f4b0cf1e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 15:22:39 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 15:22:39 +0000

    textproc/py-whatthepatch: Convert to USE_PYTHON=pytest
    
    Approved by:    portmgr (blanket)
    With hat:       python
---
 textproc/py-whatthepatch/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/textproc/py-whatthepatch/Makefile b/textproc/py-whatthepatch/Makefile
index 5296045a3d32..b8a4656d4c20 100644
--- a/textproc/py-whatthepatch/Makefile
+++ b/textproc/py-whatthepatch/Makefile
@@ -12,8 +12,8 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 # make test: 1 failed, 48 passed
-USES=		python pytest
-USE_PYTHON=	concurrent distutils autoplist
+USES=		python
+USE_PYTHON=	concurrent distutils autoplist pytest
 
 NO_ARCH=	yes
 



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