Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Aug 2023 16:48:52 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: 4a037771bc2e - main - science/py-hiphive: Update 1.1 =?utf-8?Q?=E2=86=92?= 1.2
Message-ID:  <202308141648.37EGmqQm044946@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=4a037771bc2eee810f8d0e3bb49e472bf6ee7ee0

commit 4a037771bc2eee810f8d0e3bb49e472bf6ee7ee0
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-08-14 06:03:54 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-08-14 16:48:49 +0000

    science/py-hiphive: Update 1.1 → 1.2
    
    Reported by:    portscout
---
 science/py-hiphive/Makefile | 7 +++----
 science/py-hiphive/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/science/py-hiphive/Makefile b/science/py-hiphive/Makefile
index 997461e5df90..c7ef03efe518 100644
--- a/science/py-hiphive/Makefile
+++ b/science/py-hiphive/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	hiphive
-DISTVERSION=	1.1
-PORTREVISION=	1
+DISTVERSION=	1.2
 CATEGORIES=	science python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ase>0:science/py-ase@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}numba>0:devel/py-numba@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}numba>=0.55:devel/py-numba@${PY_FLAVOR} \
 		${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=1.0.0:science/py-scipy@${PY_FLAVOR} \
@@ -24,7 +23,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ase>0:science/py-ase@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}trainstation>=0.2:science/py-trainstation@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	distutils autoplist pytest # tests fail due to the numba bug: https://github.com/numba/numba/issues/9130
 
 NO_ARCH=	yes
 
diff --git a/science/py-hiphive/distinfo b/science/py-hiphive/distinfo
index f2f39216765b..70ba8046568e 100644
--- a/science/py-hiphive/distinfo
+++ b/science/py-hiphive/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1651940671
-SHA256 (hiphive-1.1.tar.gz) = f9dabe64efc2b0766792c64b1b9d8bd59e919aac30811a40e6f2b18fb0f287e1
-SIZE (hiphive-1.1.tar.gz) = 1471824
+TIMESTAMP = 1691814711
+SHA256 (hiphive-1.2.tar.gz) = af1be045131e0d2ccfae58d513d2b6c7f3369dbe56c916e31c36d15c7c9394eb
+SIZE (hiphive-1.2.tar.gz) = 1472541



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308141648.37EGmqQm044946>