Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/py-claripy math/py-claripy: Add depends and tests.
details: https://anonhg.NetBSD.org/pkgsrc/rev/99b74a0d8a49
branches: trunk
changeset: 437221:99b74a0d8a49
user: riastradh <riastradh%pkgsrc.org@localhost>
date: Tue Aug 18 20:14:43 2020 +0000
description:
math/py-claripy: Add depends and tests.
diffstat:
math/py-claripy/Makefile | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r 0d6db038f4eb -r 99b74a0d8a49 math/py-claripy/Makefile
--- a/math/py-claripy/Makefile Tue Aug 18 20:14:33 2020 +0000
+++ b/math/py-claripy/Makefile Tue Aug 18 20:14:43 2020 +0000
@@ -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 @@
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