Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2022 09:18:37 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: 3854f7215be6 - main - science/py-MDAnalysisTests: Convert to USE_PYTHON=pytest
Message-ID:  <202212300918.2BU9Ib0F027319@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=3854f7215be660747f3195571a962339811efbcb

commit 3854f7215be660747f3195571a962339811efbcb
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:54:55 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:06:30 +0000

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

diff --git a/science/py-MDAnalysisTests/Makefile b/science/py-MDAnalysisTests/Makefile
index eff5d0b8adae..3078bccd2004 100644
--- a/science/py-MDAnalysisTests/Makefile
+++ b/science/py-MDAnalysisTests/Makefile
@@ -15,8 +15,8 @@ RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}MDAnalysis>0:science/py-MDAnalysis@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR}
 
-USES=		pytest python:3.8+
-USE_PYTHON=	distutils autoplist
+USES=		python:3.8+
+USE_PYTHON=	distutils autoplist pytest
 NO_ARCH=	yes
 
 .include <bsd.port.mk>



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