diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-07-22 15:33:37 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-07-22 15:33:37 +0000 |
commit | 5d7e8c32936a891c2e7498cfdf2043f30ae0d9f9 (patch) | |
tree | 96021a4461612a7c5ee09f434da7240167e575ef | |
parent | graphics/engauge-digitizer: Update 12.1 -> 12.2.2 (diff) |
devel/py-qutip: Update 4.5.1 -> 4.5.2
-rw-r--r-- | devel/py-qutip/Makefile | 10 | ||||
-rw-r--r-- | devel/py-qutip/distinfo | 6 |
2 files changed, 7 insertions, 9 deletions
diff --git a/devel/py-qutip/Makefile b/devel/py-qutip/Makefile index d3397ab5e6a8..44e82a0e770e 100644 --- a/devel/py-qutip/Makefile +++ b/devel/py-qutip/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= qutip -DISTVERSION= 4.5.1 +DISTVERSION= 4.5.2 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,19 +10,17 @@ MAINTAINER= yuri@FreeBSD.org COMMENT= Quantum toolbox in python LICENSE= BSD3CLAUSE - -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-08-15 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.0:science/py-scipy@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mayavi>0:graphics/py-mayavi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.0:science/py-scipy@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} +# the optional graphics/py-mayavi dependency is omitted because it is python-2.7 -only -USES= python:2.7 # 2.7 because of graphics/py-mayavi +USES= python USE_PYTHON= distutils cython cython_run autoplist post-patch: # https://github.com/qutip/qutip/issues/1059 diff --git a/devel/py-qutip/distinfo b/devel/py-qutip/distinfo index 4e68e6c07d81..830ff3821051 100644 --- a/devel/py-qutip/distinfo +++ b/devel/py-qutip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1590271245 -SHA256 (qutip-4.5.1.tar.gz) = 687e216aaeafdbbc47b61d7b210c0f07206e73c28afd987473cf6b292a6101cb -SIZE (qutip-4.5.1.tar.gz) = 4915253 +TIMESTAMP = 1595272441 +SHA256 (qutip-4.5.2.tar.gz) = 56a39a1a948d8e2fe7568e96cac73aafbfc0437cd9f89a4ad946fa1e3d2f3fa2 +SIZE (qutip-4.5.2.tar.gz) = 3402971 |