pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-claripy



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Tue Aug 18 20:14:44 UTC 2020

Modified Files:
        pkgsrc/math/py-claripy: Makefile

Log Message:
math/py-claripy: Add depends and tests.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/py-claripy/Makefile

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

Modified files:

Index: pkgsrc/math/py-claripy/Makefile
diff -u pkgsrc/math/py-claripy/Makefile:1.2 pkgsrc/math/py-claripy/Makefile:1.3
--- pkgsrc/math/py-claripy/Makefile:1.2 Thu Jan  9 14:02:32 2020
+++ pkgsrc/math/py-claripy/Makefile     Tue Aug 18 20:14:43 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/01/09 14:02:32 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2020/08/18 20:14:43 riastradh Exp $
 
 DISTNAME=      claripy-8.20.1.7
 PKGNAME=       ${PYPKGPREFIX}-${EGG_NAME}
@@ -14,5 +14,16 @@ LICENSE=     2-clause-bsd
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+DEPENDS+=      ${PYPKGPREFIX}-cachetools>=0:../../devel/py-cachetools
+DEPENDS+=      ${PYPKGPREFIX}-decorator>=0:../../devel/py-decorator
+DEPENDS+=      ${PYPKGPREFIX}-future>=0:../../devel/py-future
+DEPENDS+=      ${PYPKGPREFIX}-smt>=0:../../math/py-smt
+DEPENDS+=      ${PYPKGPREFIX}-z3>=0:../../math/py-z3
+
+do-test:
+       ${RUN} cd ${WRKSRC}/tests && \
+       ${SETENV} ${TEST_ENV} \
+       ${PYTHONBIN} -m unittest discover
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index