Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2021 17:36:34 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562818 - head/math/py-jax
Message-ID:  <202101261736.10QHaYYs027699@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Jan 26 17:36:34 2021
New Revision: 562818
URL: https://svnweb.freebsd.org/changeset/ports/562818

Log:
  Update to 0.2.8
  
  - Remove PYNUMPY
  
  Changes:	https://github.com/google/jax/blob/master/docs/CHANGELOG.rst

Modified:
  head/math/py-jax/Makefile
  head/math/py-jax/distinfo

Modified: head/math/py-jax/Makefile
==============================================================================
--- head/math/py-jax/Makefile	Tue Jan 26 17:28:57 2021	(r562817)
+++ head/math/py-jax/Makefile	Tue Jan 26 17:36:34 2021	(r562818)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	jax
-PORTVERSION=	0.2.7
+PORTVERSION=	0.2.8
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ COMMENT=	Differentiate, compile, and transform Numpy c
 LICENSE=	APACHE20
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}absl-py>=0:devel/py-absl-py@${PY_FLAVOR} \
-		${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}numpy>=1.12,1:math/py-numpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}opt-einsum>=0:math/py-opt-einsum@${PY_FLAVOR}
 
 USES=		python:3.6+

Modified: head/math/py-jax/distinfo
==============================================================================
--- head/math/py-jax/distinfo	Tue Jan 26 17:28:57 2021	(r562817)
+++ head/math/py-jax/distinfo	Tue Jan 26 17:36:34 2021	(r562818)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1607539797
-SHA256 (jax-0.2.7.tar.gz) = 51f55ddab1518a52f43131dabb8f5ffc3e68b5f536b945e8cb8fca7c0d3d4b23
-SIZE (jax-0.2.7.tar.gz) = 520362
+TIMESTAMP = 1611665461
+SHA256 (jax-0.2.8.tar.gz) = 3801a189f38430cc6bbeba6dbea7ac91df5ceab655f7b3243df8c1077f7fb767
+SIZE (jax-0.2.8.tar.gz) = 544571



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