pkgsrc-Changes archive

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

CVS commit: pkgsrc/cad/py-PyRTL



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Sep 18 06:23:15 UTC 2024

Modified Files:
        pkgsrc/cad/py-PyRTL: Makefile

Log Message:
py-PyRTL: add missing tool dependency

Fix testing and add test status.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/cad/py-PyRTL/Makefile

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

Modified files:

Index: pkgsrc/cad/py-PyRTL/Makefile
diff -u pkgsrc/cad/py-PyRTL/Makefile:1.9 pkgsrc/cad/py-PyRTL/Makefile:1.10
--- pkgsrc/cad/py-PyRTL/Makefile:1.9    Sat Aug 10 02:32:59 2024
+++ pkgsrc/cad/py-PyRTL/Makefile        Wed Sep 18 06:23:15 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2024/08/10 02:32:59 ryoon Exp $
+# $NetBSD: Makefile,v 1.10 2024/09/18 06:23:15 wiz Exp $
 
 DISTNAME=      pyrtl-${PKGVERSION_NOREV}
 PKGNAME=       ${PYPKGPREFIX}-PyRTL-0.11.2
@@ -10,15 +10,18 @@ HOMEPAGE=   https://ucsbarchlab.github.io/
 COMMENT=       Register-transfer-level hardware design and simulation
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
+# as of 0.11.2
+# 2 failed, 1176 passed, 9 skipped
 # 'make test' fails with 2 arithmetic FAILs.
 TEST_DEPENDS+= ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox
 TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 
 USE_LANGUAGES= c # for test
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
+# for tests
+.include "../../lang/python/tool.mk"
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index