summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorriastradh <riastradh@pkgsrc.org>2020-08-18 20:14:43 +0000
committerriastradh <riastradh@pkgsrc.org>2020-08-18 20:14:43 +0000
commit88c5c7654f6bb91702eb17f3220004e6e2af5c3b (patch)
tree08a626669c3fbda51270c81e914989da14a44bc5 /math
parentcf65a1b5782a092120e51f89855faec105f6a635 (diff)
downloadpkgsrc-88c5c7654f6bb91702eb17f3220004e6e2af5c3b.tar.gz
math/py-claripy: Add depends and tests.
Diffstat (limited to 'math')
-rw-r--r--math/py-claripy/Makefile13
1 files changed, 12 insertions, 1 deletions
diff --git a/math/py-claripy/Makefile b/math/py-claripy/Makefile
index 5862aaa0af9..c4e8f676a85 100644
--- a/math/py-claripy/Makefile
+++ b/math/py-claripy/Makefile
@@ -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"