Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Apr 2023 13:41:25 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2bc11de5ba8e - main - math/py-jax: Update to 0.4.8
Message-ID:  <202304091341.339DfP11094820@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2bc11de5ba8e5d69c7dc610a90d0e1b368ae6fde

commit 2bc11de5ba8e5d69c7dc610a90d0e1b368ae6fde
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-09 13:31:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-09 13:36:55 +0000

    math/py-jax: Update to 0.4.8
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/google/jax/releases
                    https://github.com/google/jax/blob/main/CHANGELOG.md
---
 math/py-jax/Makefile | 11 +++++++----
 math/py-jax/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/math/py-jax/Makefile b/math/py-jax/Makefile
index edb848f79676..744fd15fdcd8 100644
--- a/math/py-jax/Makefile
+++ b/math/py-jax/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	jax
-PORTVERSION=	0.4.4
+PORTVERSION=	0.4.8
 CATEGORIES=	math python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,12 +10,15 @@ WWW=		https://github.com/google/jax
 
 LICENSE=	APACHE20
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.20,1:math/py-numpy@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ml-dtypes>=0.0.3:math/py-ml-dtypes@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}numpy>=1.21,1:math/py-numpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}opt-einsum>=0:math/py-opt-einsum@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}scipy>=1.5:science/py-scipy@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}scipy>=1.7:science/py-scipy@${PY_FLAVOR}
 
 USES=		python:3.8+
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/math/py-jax/distinfo b/math/py-jax/distinfo
index b2180bd00cfe..3cd3217149cd 100644
--- a/math/py-jax/distinfo
+++ b/math/py-jax/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1677771315
-SHA256 (jax-0.4.4.tar.gz) = 39b07e07343ed7c74492ee5e75db77456d3afdd038a322671f09fc748f6392cb
-SIZE (jax-0.4.4.tar.gz) = 1213985
+TIMESTAMP = 1680726186
+SHA256 (jax-0.4.8.tar.gz) = 08116481f7336db16c24812bfb5e6f9786915f4c2f6ff4028331fa69e7535202
+SIZE (jax-0.4.8.tar.gz) = 1240290



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