Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 14:13:05 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: fc64957060e8 - main - devel/py-preshed3: Convert to USE_PYTHON=pytest
Message-ID:  <202403091413.429ED5TV015867@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=fc64957060e8b1f65c54952ec7d2954c0b02d56f

commit fc64957060e8b1f65c54952ec7d2954c0b02d56f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 13:48:23 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 14:06:01 +0000

    devel/py-preshed3: Convert to USE_PYTHON=pytest
---
 devel/py-preshed3/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/devel/py-preshed3/Makefile b/devel/py-preshed3/Makefile
index a74d2cfe1be1..9fbfcc1c55a9 100644
--- a/devel/py-preshed3/Makefile
+++ b/devel/py-preshed3/Makefile
@@ -20,7 +20,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cymem>=2.0.2<2.1.0:devel/py-cymem@${PY_FLAVO
 		${PYTHON_PKGNAMEPREFIX}murmurhash>=0.28.0<1.1.0:devel/py-murmurhash@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent cython pep517
+USE_PYTHON=	autoplist concurrent cython pep517 pytest
+
+TEST_WRKSRC=	${STAGEDIR}${PYTHON_SITELIBDIR}
 
 PORTSCOUT=	limit^3\.
 



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