git: a675e57eb072 - main - devel/py-qutip: Update 4.6.0 -> 4.6.1
Yuri Victorovich
yuri at FreeBSD.org
Wed May 5 19:56:30 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a675e57eb072d358eca82dad3f41ab68e5b9ebed
commit a675e57eb072d358eca82dad3f41ab68e5b9ebed
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-05 18:13:50 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-05-05 19:56:25 +0000
devel/py-qutip: Update 4.6.0 -> 4.6.1
---
devel/py-qutip/Makefile | 13 ++++++-------
devel/py-qutip/distinfo | 6 +++---
2 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/devel/py-qutip/Makefile b/devel/py-qutip/Makefile
index 350909dc368f..0861d7e9f064 100644
--- a/devel/py-qutip/Makefile
+++ b/devel/py-qutip/Makefile
@@ -1,5 +1,5 @@
PORTNAME= qutip
-DISTVERSION= 4.6.0
+DISTVERSION= 4.6.1
CATEGORIES= devel
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,20 +10,19 @@ COMMENT= Quantum toolbox in python
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-BUILD_DEPENDS= ${PYNUMPY} \
- ${PYTHON_PKGNAMEPREFIX}scipy>=1.0:science/py-scipy@${PY_FLAVOR}
-RUN_DEPENDS= ${PYNUMPY} \
+PY_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=1.0:science/py-scipy@${PY_FLAVOR}
+BUILD_DEPENDS= ${PY_DEPENDS}
+RUN_DEPENDS= ${PY_DEPENDS}
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:3.5+
USE_PYTHON= distutils cython cython_run autoplist
-BINARY_ALIAS= git=false # https://github.com/qutip/qutip/issues/1514
-
-post-patch: # https://github.com/qutip/qutip/issues/1059
+xpost-patch: # https://github.com/qutip/qutip/issues/1059
@${FIND} ${WRKSRC} -name "*.pyx" -o -name "*.pxd" | ${XARGS} ${REINPLACE_CMD} 's|^#!python|#!${PYTHON_CMD}|'
do-test:
diff --git a/devel/py-qutip/distinfo b/devel/py-qutip/distinfo
index 8e8fd65e9188..53aefbaf5bd4 100644
--- a/devel/py-qutip/distinfo
+++ b/devel/py-qutip/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1619742072
-SHA256 (qutip-4.6.0.tar.gz) = 021d2d058cd9d91795157274686b3a7c323c87ed3f11ca382573f52a96e79af5
-SIZE (qutip-4.6.0.tar.gz) = 3375690
+TIMESTAMP = 1620236148
+SHA256 (qutip-4.6.1.tar.gz) = 01f9564a5f87dbee783add707d546b646932a6edad946bfe09787727f52211e9
+SIZE (qutip-4.6.1.tar.gz) = 3381151
More information about the dev-commits-ports-all
mailing list