summaryrefslogtreecommitdiff
path: root/science/py-OpenFermion/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'science/py-OpenFermion/Makefile')
-rw-r--r--science/py-OpenFermion/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/science/py-OpenFermion/Makefile b/science/py-OpenFermion/Makefile
index 142909380720..7ba275fab7f0 100644
--- a/science/py-OpenFermion/Makefile
+++ b/science/py-OpenFermion/Makefile
@@ -1,6 +1,6 @@
PORTNAME= OpenFermion
DISTVERSIONPREFIX= v
-DISTVERSION= 1.6.1
+DISTVERSION= 1.7.1
PORTREVISION= 1
CATEGORIES= science python # quantum-computing
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -22,6 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cirq-core>=1.0:science/py-cirq-core@${PY_FLA
${PYTHON_PKGNAMEPREFIX}requests>=2.18:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=1.1.0:science/py-scipy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sympy@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nbformat>0:devel/py-nbformat@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist pytest # 1 tests fails, see https://github.com/quantumlib/OpenFermion/issues/879
@@ -33,4 +34,6 @@ NO_ARCH= yes
BINARY_ALIAS= python3=${PYTHON_CMD} # only for tests
+# tests as of 1.7.1: 2 failed, 2157 passed, 60 skipped, 218 warnings in 3296.13s (0:54:56)
+
.include <bsd.port.mk>