git: 15e462f3c991 - main - science/py-icet: update 3.0 → 3.1

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 28 Sep 2025 20:42:46 UTC
The branch main has been updated by yuri:

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

commit 15e462f3c991e9748da775c1e4e30c26fa5695aa
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-09-28 04:36:51 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-09-28 20:42:42 +0000

    science/py-icet: update 3.0 → 3.1
---
 science/py-icet/Makefile                   |  5 ++---
 science/py-icet/distinfo                   |  6 +++---
 science/py-icet/files/patch-pyproject.toml | 10 ++++++++++
 3 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/science/py-icet/Makefile b/science/py-icet/Makefile
index b5a2b9177d5c..2a01864fa3b9 100644
--- a/science/py-icet/Makefile
+++ b/science/py-icet/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	icet
-DISTVERSION=	3.0
-PORTREVISION=	1
+DISTVERSION=	3.1
 CATEGORIES=	science # chemistry, physics
 #MASTER_SITES=	PYPI # no tests
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -29,7 +28,7 @@ USE_PYTHON=	pep517 autoplist pytest
 
 USE_GITLAB=	yes
 GL_ACCOUNT=	materials-modeling
-GL_TAGNAME=	769b5db248baa5146bdb294e963e061cf2dfd228
+GL_TAGNAME=	3.1
 
 TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
 
diff --git a/science/py-icet/distinfo b/science/py-icet/distinfo
index bcff29135073..27b719b500bf 100644
--- a/science/py-icet/distinfo
+++ b/science/py-icet/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1737766451
-SHA256 (materials-modeling-icet-769b5db248baa5146bdb294e963e061cf2dfd228_GL0.tar.gz) = bec8c2a34bc8343e7e075460964c997228a1a8fe1a12ba449503c7e80b2b653a
-SIZE (materials-modeling-icet-769b5db248baa5146bdb294e963e061cf2dfd228_GL0.tar.gz) = 3928095
+TIMESTAMP = 1758905344
+SHA256 (icet-3.1.tar.bz2) = b942fa3001fd53095cca9e19f4fdcea7c3716a69cf0bb2f4e735c8b997f1de5b
+SIZE (icet-3.1.tar.bz2) = 3740838
diff --git a/science/py-icet/files/patch-pyproject.toml b/science/py-icet/files/patch-pyproject.toml
new file mode 100644
index 000000000000..f1953b314896
--- /dev/null
+++ b/science/py-icet/files/patch-pyproject.toml
@@ -0,0 +1,10 @@
+--- pyproject.toml.orig	2025-09-28 03:59:57 UTC
++++ pyproject.toml
+@@ -1,6 +1,6 @@ requires = [
+ [build-system]
+ requires = [
+-    "setuptools>=77.0",
++    "setuptools",
+     "wheel",
+     "pybind11>=2.10",
+ ]