Date: Sat, 15 Jul 2023 06:43:04 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1f0dccc6ed4b - main - =?utf-8?Q?math/py-pytensor:=20Update=202.12.3=20=E2=86=92=202.13.0?= Message-ID: <202307150643.36F6h40u018751@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=1f0dccc6ed4bb7e4c9d5f65da362783f96c55b9c commit 1f0dccc6ed4bb7e4c9d5f65da362783f96c55b9c Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-07-15 06:42:49 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-07-15 06:42:49 +0000 math/py-pytensor: Update 2.12.3 → 2.13.0 Reported by: portscout --- math/py-pytensor/Makefile | 4 ++-- math/py-pytensor/distinfo | 6 +++--- math/py-pytensor/files/patch-pyproject.toml | 11 +++++++++++ 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/math/py-pytensor/Makefile b/math/py-pytensor/Makefile index a19e888b34da..504345d91a30 100644 --- a/math/py-pytensor/Makefile +++ b/math/py-pytensor/Makefile @@ -1,5 +1,5 @@ PORTNAME= pytensor -DISTVERSION= 2.12.3 +DISTVERSION= 2.13.0 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/doc/LICENSE.txt PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cons>0:devel/py-cons@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}etuples>=0:devel/py-etuples@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}etuples>0:devel/py-etuples@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}filelock>0:sysutils/py-filelock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}logical-unification>0:math/py-logical-unification@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}miniKanren>0:devel/py-miniKanren@${PY_FLAVOR} \ diff --git a/math/py-pytensor/distinfo b/math/py-pytensor/distinfo index 62649951e54b..0c144761ca8f 100644 --- a/math/py-pytensor/distinfo +++ b/math/py-pytensor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1687312397 -SHA256 (pytensor-2.12.3.tar.gz) = fa82d29ef0594e0a2751eaad40882dcd6af51333c28be0d79c1d0de9f3a81a86 -SIZE (pytensor-2.12.3.tar.gz) = 3526391 +TIMESTAMP = 1689402915 +SHA256 (pytensor-2.13.0.tar.gz) = 0e3353a83217bc74935ee30e38d0e0da3a942d0838717ff375295a49ce23692d +SIZE (pytensor-2.13.0.tar.gz) = 3528611 diff --git a/math/py-pytensor/files/patch-pyproject.toml b/math/py-pytensor/files/patch-pyproject.toml new file mode 100644 index 000000000000..21bbddc17c9e --- /dev/null +++ b/math/py-pytensor/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- 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" +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307150643.36F6h40u018751>