Date: Sat, 11 Jan 2025 09:30:57 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 18785d2f4bd2 - main - science/py-pyscf: update 2.7.0 =?utf-8?Q?=E2=86=92?= 2.8.0 Message-ID: <202501110930.50B9Uvxa026801@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=18785d2f4bd212583c16da9a0db7afef043c470e commit 18785d2f4bd212583c16da9a0db7afef043c470e Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-01-11 06:36:43 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-01-11 09:30:45 +0000 science/py-pyscf: update 2.7.0 → 2.8.0 Reported by: portscout --- science/py-pyscf/Makefile | 9 ++++++--- science/py-pyscf/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/science/py-pyscf/Makefile b/science/py-pyscf/Makefile index 993559e4aacb..117bac5d3c99 100644 --- a/science/py-pyscf/Makefile +++ b/science/py-pyscf/Makefile @@ -1,12 +1,13 @@ PORTNAME= pyscf DISTVERSIONPREFIX= v -DISTVERSION= 2.7.0 +DISTVERSION= 2.8.0 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Python module for quantum chemistry -WWW= https://pyscf.org/ +WWW= https://pyscf.org/ \ + https://github.com/pyscf/pyscf LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE @@ -24,7 +25,7 @@ LIB_DEPENDS= libcint.so:science/libcint \ RUN_DEPENDS= ${PY_DEPENDS} USES= fortran blaslapack:openblas compiler:c++11-lang python -USE_PYTHON= distutils autoplist pytest # 3818 warnings, 57 errors in tests, see https://github.com/pyscf/pyscf/issues/1536 +USE_PYTHON= distutils autoplist pytest USE_GITHUB= yes POST_PLIST= fix-plist @@ -43,4 +44,6 @@ post-test: @${ECHO} "==> simple test ..." @${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${FILESDIR}/test.py +# tests fail to run: https://github.com/pyscf/pyscf/issues/2601 + .include <bsd.port.mk> diff --git a/science/py-pyscf/distinfo b/science/py-pyscf/distinfo index a66806ab276b..651ba426e84e 100644 --- a/science/py-pyscf/distinfo +++ b/science/py-pyscf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1727412239 -SHA256 (pyscf-pyscf-v2.7.0_GH0.tar.gz) = f2f94e6dae8556085bb765eb5250f61589e977b4f12540c748241101d40da241 -SIZE (pyscf-pyscf-v2.7.0_GH0.tar.gz) = 11376241 +TIMESTAMP = 1736575693 +SHA256 (pyscf-pyscf-v2.8.0_GH0.tar.gz) = f53ea72b25f64cc7a3345b6f1b6e3a30c1cbf550252324731a2192dafe891149 +SIZE (pyscf-pyscf-v2.8.0_GH0.tar.gz) = 11349673
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501110930.50B9Uvxa026801>