git: 8d42cbed98bd - main - math/py-pytensor: update 2.16.1 → 2.19.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Mar 2024 08:11:31 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=8d42cbed98bd121a2363ac508e72ea538e50dd71 commit 8d42cbed98bd121a2363ac508e72ea538e50dd71 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-03-13 08:09:54 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-03-13 08:11:22 +0000 math/py-pytensor: update 2.16.1 → 2.19.0 Reported by: portscout --- math/py-pytensor/Makefile | 2 +- math/py-pytensor/distinfo | 6 +++--- math/py-pytensor/files/patch-pyproject.toml | 11 ----------- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/math/py-pytensor/Makefile b/math/py-pytensor/Makefile index 8f1468a41dc0..724f56bb5fd1 100644 --- a/math/py-pytensor/Makefile +++ b/math/py-pytensor/Makefile @@ -1,5 +1,5 @@ PORTNAME= pytensor -DISTVERSION= 2.16.1 +DISTVERSION= 2.19.0 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-pytensor/distinfo b/math/py-pytensor/distinfo index 00866cccc363..ab34d87a412f 100644 --- a/math/py-pytensor/distinfo +++ b/math/py-pytensor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1694882888 -SHA256 (pytensor-2.16.1.tar.gz) = dc586d5aea09e29dcc6927c3b99b13af86ea07736d1555be03e2d11282da821a -SIZE (pytensor-2.16.1.tar.gz) = 3538081 +TIMESTAMP = 1710311525 +SHA256 (pytensor-2.19.0.tar.gz) = 9e070528d12bee85f7fe68ce63b57a253c88d3e155a7415d9805c5b999dfa72b +SIZE (pytensor-2.19.0.tar.gz) = 3555118 diff --git a/math/py-pytensor/files/patch-pyproject.toml b/math/py-pytensor/files/patch-pyproject.toml deleted file mode 100644 index 21bbddc17c9e..000000000000 --- a/math/py-pytensor/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- pyproject.toml.orig 2023-07-15 06:36:08 UTC -+++ pyproject.toml -@@ -3,7 +3,7 @@ requires = [ - "setuptools>=48.0.0", - "cython", - "numpy>=1.17.0", -- "versioneer[toml]==0.28", -+ "versioneer[toml]", - ] - build-backend = "setuptools.build_meta" -