pkgsrc-WIP-changes archive

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

py-dd: s/BUILD_DEPENDS/TOOL_DEPENDS, added mail thread link to TODO



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Mon Jan 1 21:20:44 2024 +0530
Changeset:	3107e0b253bea7b2c4e2f88aa263450320dd543f

Modified Files:
	py-dd/Makefile
	py-dd/TODO

Log Message:
py-dd: s/BUILD_DEPENDS/TOOL_DEPENDS, added mail thread link to TODO

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

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

diffstat:
 py-dd/Makefile | 2 +-
 py-dd/TODO     | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diffs:
diff --git a/py-dd/Makefile b/py-dd/Makefile
index 88f9d0cfac..a77f2ce842 100644
--- a/py-dd/Makefile
+++ b/py-dd/Makefile
@@ -11,7 +11,7 @@ COMMENT=	Binary decision diagrams in Python, wrappers of CUDD, Sylvan, BuDDy
 LICENSE=	modified-bsd
 
 DEPENDS+=	${PYPKGPREFIX}-astutils>=0.0.5:../../wip/py-astutils
-BUILD_DEPENDS+=	${PYPKGPREFIX}-cython>=3.0.0:../../devel/py-cython
+TOOL_DEPENDS+=	${PYPKGPREFIX}-cython>=3.0.0:../../devel/py-cython
 USE_LANGUAGES+=	c c++
 
 ALL_ENV=	DD_FETCH=1 DD_CUDD=1
diff --git a/py-dd/TODO b/py-dd/TODO
index 3e192ee7fd..48ba0b9c80 100644
--- a/py-dd/TODO
+++ b/py-dd/TODO
@@ -2,3 +2,7 @@ There is ssl.SSLCertVerificationError when the build tries to download cudd.
 Have worked around by doing the following in work/dd-0.6.0:
 
 	 wget --content-disposition https://sourceforge.net/projects/cudd-mirror/files/cudd-3.0.0.tar.gz/download
+
+More on this:
+
+http://mail-index.netbsd.org/pkgsrc-users/2023/12/31/msg038689.html


Home | Main Index | Thread Index | Old Index