From owner-svn-ports-head@freebsd.org Tue Jan 26 17:36:34 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EBBB84F82CA; Tue, 26 Jan 2021 17:36:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DQDS26JlCz4vhL; Tue, 26 Jan 2021 17:36:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CB9F759E4; Tue, 26 Jan 2021 17:36:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10QHaYSe027701; Tue, 26 Jan 2021 17:36:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10QHaYYs027699; Tue, 26 Jan 2021 17:36:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202101261736.10QHaYYs027699@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 26 Jan 2021 17:36:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562818 - head/math/py-jax X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/math/py-jax X-SVN-Commit-Revision: 562818 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2021 17:36:35 -0000 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