Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2024 05:29:24 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bfacaea69dce - main - math/py-opt-einsum: Update to 3.4.0
Message-ID:  <202410140529.49E5TOhj051569@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bfacaea69dce51f0600d3cae44943f70e07e8801

commit bfacaea69dce51f0600d3cae44943f70e07e8801
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-14 04:50:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-14 05:25:42 +0000

    math/py-opt-einsum: Update to 3.4.0
    
    Changes:        https://github.com/dgasmith/opt_einsum/releases
---
 math/py-opt-einsum/Makefile | 9 ++++-----
 math/py-opt-einsum/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/math/py-opt-einsum/Makefile b/math/py-opt-einsum/Makefile
index 707e8481ba81..ed72f6ec8e98 100644
--- a/math/py-opt-einsum/Makefile
+++ b/math/py-opt-einsum/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	opt-einsum
-PORTVERSION=	3.3.0
-PORTREVISION=	2
+PORTVERSION=	3.4.0
 CATEGORIES=	math python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,9 +12,9 @@ WWW=		https://github.com/dgasmith/opt_einsum
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.7,1:math/py-numpy@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatch-fancy-pypi-readme>=22.5.0:devel/py-hatch-fancy-pypi-readme@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/math/py-opt-einsum/distinfo b/math/py-opt-einsum/distinfo
index e0cbe2228ff5..ae4ccf3def65 100644
--- a/math/py-opt-einsum/distinfo
+++ b/math/py-opt-einsum/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1595416617
-SHA256 (opt_einsum-3.3.0.tar.gz) = 59f6475f77bbc37dcf7cd748519c0ec60722e91e63ca114e68821c0c54a46549
-SIZE (opt_einsum-3.3.0.tar.gz) = 73951
+TIMESTAMP = 1728632446
+SHA256 (opt_einsum-3.4.0.tar.gz) = 96ca72f1b886d148241348783498194c577fa30a8faac108586b14f1ba4473ac
+SIZE (opt_einsum-3.4.0.tar.gz) = 63004



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410140529.49E5TOhj051569>