Date: Mon, 19 Aug 2019 10:17:11 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509269 - head/science/py-OpenFermion Message-ID: <201908191017.x7JAHBqT015404@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Aug 19 10:17:11 2019 New Revision: 509269 URL: https://svnweb.freebsd.org/changeset/ports/509269 Log: science/py-OpenFermion: Update 0.9.0 -> 0.10.0 Reported by: portscout Modified: head/science/py-OpenFermion/Makefile head/science/py-OpenFermion/distinfo Modified: head/science/py-OpenFermion/Makefile ============================================================================== --- head/science/py-OpenFermion/Makefile Mon Aug 19 10:03:42 2019 (r509268) +++ head/science/py-OpenFermion/Makefile Mon Aug 19 10:17:11 2019 (r509269) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= OpenFermion -DISTVERSION= 0.9.0 -PORTREVISION= 1 +DISTVERSIONPREFIX= v +DISTVERSION= 0.10.0 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,10 +15,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE py27_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cvxopt>0:math/py-cvxopt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}h5py>=2.8:science/py-h5py@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>0.18.0:science/py-scipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>=1.1.0:science/py-scipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYNUMPY} USES= python Modified: head/science/py-OpenFermion/distinfo ============================================================================== --- head/science/py-OpenFermion/distinfo Mon Aug 19 10:03:42 2019 (r509268) +++ head/science/py-OpenFermion/distinfo Mon Aug 19 10:17:11 2019 (r509269) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545200332 -SHA256 (quantumlib-OpenFermion-0.9.0_GH0.tar.gz) = e52e8d78e7361e2c7c0f5b9621e530f5d7251e8513dc36e546e8358044e4a220 -SIZE (quantumlib-OpenFermion-0.9.0_GH0.tar.gz) = 628878 +TIMESTAMP = 1564553834 +SHA256 (quantumlib-OpenFermion-v0.10.0_GH0.tar.gz) = bac511720a808d15258d7b17b619afb5ec243d3493b1328c35efcec3ed322cf4 +SIZE (quantumlib-OpenFermion-v0.10.0_GH0.tar.gz) = 645244
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908191017.x7JAHBqT015404>