aboutsummaryrefslogtreecommitdiff
path: root/science/py-qcengine/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-09-13 19:47:28 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-09-13 19:47:28 +0000
commitb8b277c1c08bb3ddc7f3da82ca4a4adad6d1b374 (patch)
treeb2cdd27af09ba63034257692e091e6039f70fe17 /science/py-qcengine/Makefile
parentb9267a0dd5625e80ab96e216de090331bbcce53a (diff)
downloadports-b8b277c1c08bb3ddc7f3da82ca4a4adad6d1b374.tar.gz
ports-b8b277c1c08bb3ddc7f3da82ca4a4adad6d1b374.zip
Notes
Diffstat (limited to 'science/py-qcengine/Makefile')
-rw-r--r--science/py-qcengine/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/science/py-qcengine/Makefile b/science/py-qcengine/Makefile
index 8041857fe762..4a9d3f745662 100644
--- a/science/py-qcengine/Makefile
+++ b/science/py-qcengine/Makefile
@@ -1,8 +1,8 @@
# $FreeBSD$
PORTNAME= qcengine
-DISTVERSION= 0.10.0
-CATEGORIES= science python
+DISTVERSION= 0.16.0
+CATEGORIES= science python # chemistry
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,8 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}py-cpuinfo>0:sysutils/py-py-cpuinfo@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pydantic>=0.30.1:devel/py-pydantic@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}qcelemental>=0.7.0:science/py-qcelemental@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pydantic>=1.0.0:devel/py-pydantic@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}qcelemental>=0.13.0:science/py-qcelemental@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}
USES= python:3.6+