svn commit: r562818 - head/math/py-jax
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Jan 26 17:36:35 UTC 2021
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
More information about the svn-ports-all
mailing list