Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 15:24:21 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: a3ad357b64f5 - main - science/py-meshio: Convert to USE_PYTHON=pytest
Message-ID:  <202403091524.429FOLOg050341@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=a3ad357b64f5a89ecc4daa88a7b2da4d59f14ca0

commit a3ad357b64f5a89ecc4daa88a7b2da4d59f14ca0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 15:21:44 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 15:21:44 +0000

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

diff --git a/science/py-meshio/Makefile b/science/py-meshio/Makefile
index 5770e4780961..aeae47e23aaa 100644
--- a/science/py-meshio/Makefile
+++ b/science/py-meshio/Makefile
@@ -18,8 +18,8 @@ RUN_DEPENDS=	${PYNUMPY}	\
 		${PYTHON_PKGNAMEPREFIX}rich>0:textproc/py-rich@${PY_FLAVOR}\
 		${PYTHON_PKGNAMEPREFIX}netCDF4>0:science/py-netCDF4@${PY_FLAVOR}
 
-USES=		pytest python
-USE_PYTHON=	pep517
+USES=		python
+USE_PYTHON=	pep517 pytest
 PLIST_SUB=	VER=${PORTVERSION}
 
 NO_ARCH=	yes



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