svn commit: r557930 - head/math/py-flax
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Dec 13 14:43:20 UTC 2020
Author: sunpoet
Date: Sun Dec 13 14:43:13 2020
New Revision: 557930
URL: https://svnweb.freebsd.org/changeset/ports/557930
Log:
Update to 0.3.0
Changes: https://github.com/google/flax/releases
https://github.com/google/flax/blob/master/CHANGELOG.md
Modified:
head/math/py-flax/Makefile
head/math/py-flax/distinfo
Modified: head/math/py-flax/Makefile
==============================================================================
--- head/math/py-flax/Makefile Sun Dec 13 14:43:09 2020 (r557929)
+++ head/math/py-flax/Makefile Sun Dec 13 14:43:13 2020 (r557930)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= flax
-PORTVERSION= 0.2.2
+PORTVERSION= 0.3.0
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ COMMENT= Neural network library for JAX designed for f
LICENSE= APACHE20
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jax>=0.1.59:math/py-jax@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jax>=0.2.6:math/py-jax@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}msgpack>=0:devel/py-msgpack@${PY_FLAVOR} \
${PYNUMPY}
Modified: head/math/py-flax/distinfo
==============================================================================
--- head/math/py-flax/distinfo Sun Dec 13 14:43:09 2020 (r557929)
+++ head/math/py-flax/distinfo Sun Dec 13 14:43:13 2020 (r557930)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1601627941
-SHA256 (flax-0.2.2.tar.gz) = a001dc983cb5113c8c45636e6740a6fb4872bcc0b99cb1756d470cc01e10907f
-SIZE (flax-0.2.2.tar.gz) = 108023
+TIMESTAMP = 1607685389
+SHA256 (flax-0.3.0.tar.gz) = f468d6db92c8a5a35ba66bf2744fe096566f7768a95f1a4e6a80ace0a01361ae
+SIZE (flax-0.3.0.tar.gz) = 112276
More information about the svn-ports-all
mailing list