pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-macs3: Add perl dep for testing



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sun Jan 7 21:06:23 2024 -0600
Changeset:	ac093afc4c6638d2f26581185ce162d09883368a

Modified Files:
	py-macs3/Makefile

Log Message:
py-macs3: Add perl dep for testing

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ac093afc4c6638d2f26581185ce162d09883368a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-macs3/Makefile | 6 ++++++
 1 file changed, 6 insertions(+)

diffs:
diff --git a/py-macs3/Makefile b/py-macs3/Makefile
index 6c43a0e713..7bac6beb6e 100644
--- a/py-macs3/Makefile
+++ b/py-macs3/Makefile
@@ -17,6 +17,12 @@ DEPENDS+=	${PYPKGPREFIX}-hmmlearn>=0.3:../../math/py-hmmlearn \
 		${PYPKGPREFIX}-cykhash>=2.0:../../wip/py-cykhash
 TEST_DEPENDS=	${PYPKGPREFIX}-test>=7.0:../../devel/py-test
 
+USE_TOOLS+=	bash perl:test
+REPLACE_BASH=	test/cmdlinetest* test/prockreport test/*.py test/pyprofile*
+
+do-test:
+	(cd ${WRKSRC}/test && ./cmdlinetest tag)
+
 .include "../../lang/python/wheel.mk"
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../devel/py-cython/buildlink3.mk"


Home | Main Index | Thread Index | Old Index