pkgsrc-WIP-changes archive

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

py-dd: environment variables set in ALL_ENV, TODO removed



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Sun Dec 31 20:09:17 2023 +0530
Changeset:	65e42f67e187d44849329cd1954185536d66d6a8

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

Log Message:
py-dd: environment variables set in ALL_ENV, TODO removed

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

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

diffstat:
 py-dd/Makefile | 4 ++--
 py-dd/TODO     | 6 +-----
 2 files changed, 3 insertions(+), 7 deletions(-)

diffs:
diff --git a/py-dd/Makefile b/py-dd/Makefile
index d1d1191631..88f9d0cfac 100644
--- a/py-dd/Makefile
+++ b/py-dd/Makefile
@@ -11,10 +11,10 @@ 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
-
 USE_LANGUAGES+=	c c++
 
+ALL_ENV=	DD_FETCH=1 DD_CUDD=1
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-dd/TODO b/py-dd/TODO
index b530df57d8..3e192ee7fd 100644
--- a/py-dd/TODO
+++ b/py-dd/TODO
@@ -1,8 +1,4 @@
-1. These two envrionment variables are required. Need a way to add them to Makefile
-
-	DD_FETCH=1 DD_CUDD=1
-
-2. There is ssl.SSLCertVerificationError when the build tries to download cudd.
+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


Home | Main Index | Thread Index | Old Index