mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
math/py-pytensor: Update 2.12.3 → 2.13.0
Reported by: portscout
This commit is contained in:
parent
a3ad1235c6
commit
1f0dccc6ed
3 changed files with 16 additions and 5 deletions
|
@ -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} \
|
||||
|
|
|
@ -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
|
||||
|
|
11
math/py-pytensor/files/patch-pyproject.toml
Normal file
11
math/py-pytensor/files/patch-pyproject.toml
Normal file
|
@ -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"
|
||||
|
Loading…
Add table
Reference in a new issue