Date: Fri, 2 Jun 2023 11:10:19 GMT From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 495e876c714d - main - math/py-autograd: update to 1.5 Message-ID: <202306021110.352BAJHB057309@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rm: URL: https://cgit.FreeBSD.org/ports/commit/?id=495e876c714d809f0707a493f2958e354df45bda commit 495e876c714d809f0707a493f2958e354df45bda Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2023-06-02 11:09:00 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2023-06-02 11:09:00 +0000 math/py-autograd: update to 1.5 - move to pep517 while here PR: 270118 Submitted by: yuri --- math/py-autograd/Makefile | 5 ++--- math/py-autograd/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/math/py-autograd/Makefile b/math/py-autograd/Makefile index 4fe9ec371bc3..36e1f94bdecb 100644 --- a/math/py-autograd/Makefile +++ b/math/py-autograd/Makefile @@ -1,6 +1,5 @@ PORTNAME= autograd -DISTVERSION= 1.3 -PORTREVISION= 1 +DISTVERSION= 1.5 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +14,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future@${PY_FLAVOR} USES= python:3.6+ -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist pep517 NO_ARCH= yes diff --git a/math/py-autograd/distinfo b/math/py-autograd/distinfo index accfd4876540..e0c7938c4f35 100644 --- a/math/py-autograd/distinfo +++ b/math/py-autograd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572705438 -SHA256 (autograd-1.3.tar.gz) = a15d147577e10de037de3740ca93bfa3b5a7cdfbc34cfb9105429c3580a33ec4 -SIZE (autograd-1.3.tar.gz) = 38257 +TIMESTAMP = 1685703959 +SHA256 (autograd-1.5.tar.gz) = d80bd225154d1db13cb4eaccf7a18c358be72092641b68717f96fcf1d16acd0b +SIZE (autograd-1.5.tar.gz) = 40662
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306021110.352BAJHB057309>