pkgsrc-WIP-changes archive

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

py-dd: add some missing (tool) dependencies, add test status



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Aug 5 15:49:21 2025 +0200
Changeset:	99e87da4a3ac559f552ad4491de6acc3a0125e0e

Modified Files:
	py-dd/Makefile

Log Message:
py-dd: add some missing (tool) dependencies, add test status

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

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

diffstat:
 py-dd/Makefile | 7 +++++++
 1 file changed, 7 insertions(+)

diffs:
diff --git a/py-dd/Makefile b/py-dd/Makefile
index 4c4afd0339..98c06a97aa 100644
--- a/py-dd/Makefile
+++ b/py-dd/Makefile
@@ -10,10 +10,17 @@ HOMEPAGE=	https://pypi.org/project/dd/
 COMMENT=	Binary decision diagrams in Python, wrappers of CUDD, Sylvan, BuDDy
 LICENSE=	modified-bsd
 
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=	${PYPKGPREFIX}-astutils>=0.0.5:../../wip/py-astutils
+DEPENDS+=	${PYPKGPREFIX}-networkx>=0:../../math/py-networkx
 TOOL_DEPENDS+=	${PYPKGPREFIX}-cython>=3.0.0:../../devel/py-cython
+
 USE_LANGUAGES+=	c c++
 
+# test status as of 0.6.0
+# needs 'make install'
+# 5 errors
+
 .include "../../wip/cudd/buildlink3.mk"
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index