Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 15:24:00 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: 0795e41c1d12 - main - devel/py-joblib: Convert to USE_PYTHON=pytest
Message-ID:  <202403091524.429FO0nE049484@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=0795e41c1d12afd82391d7c397fcbf5fcd1246d0

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

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

diff --git a/devel/py-joblib/Makefile b/devel/py-joblib/Makefile
index ccdeac14f7b0..6366ec7b6e9d 100644
--- a/devel/py-joblib/Makefile
+++ b/devel/py-joblib/Makefile
@@ -15,8 +15,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 TEST_DEPENDS=	${PYNUMPY}
 #TEST_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}threadpoolctl>0:devel/py-threadpoolctl@${PY_FLAVOR}
 
-USES=		pytest python
-USE_PYTHON=	distutils autoplist
+USES=		python
+USE_PYTHON=	distutils autoplist pytest
 
 NO_ARCH=	yes
 



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