git: 426d67a30415 - main - science/{,py-}spglib: update 2.6.0 → 2.7.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Feb 2026 07:13:52 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=426d67a304154a94e99f70db8ed03aaa2bf5efee
commit 426d67a304154a94e99f70db8ed03aaa2bf5efee
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-02-16 06:52:44 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-02-16 07:13:44 +0000
science/{,py-}spglib: update 2.6.0 → 2.7.0
---
science/py-spglib/Makefile | 5 +++--
science/py-spglib/distinfo | 6 +++---
science/py-spglib/files/patch-pyproject.toml | 6 +++---
science/spglib/Makefile | 4 ++--
science/spglib/distinfo | 6 +++---
science/spglib/pkg-plist | 4 ++--
6 files changed, 16 insertions(+), 15 deletions(-)
diff --git a/science/py-spglib/Makefile b/science/py-spglib/Makefile
index 01e37fba4057..c2111d696cb6 100644
--- a/science/py-spglib/Makefile
+++ b/science/py-spglib/Makefile
@@ -1,6 +1,6 @@
PORTNAME= spglib
DISTVERSIONPREFIX= v
-DISTVERSION= 2.6.0
+DISTVERSION= 2.7.0
CATEGORIES= science python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,6 +13,7 @@ LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scikit-build-core>0:devel/py-scikit-build-core@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyproject-metadata>0:devel/py-pyproject-metadata@${PY_FLAVOR} \
cmake:devel/cmake-core \
${PYNUMPY} \
@@ -33,6 +34,6 @@ MAKE_ENV= SETUPTOOLS_SCM_PRETEND_VERSION=${DISTVERSION}
TEST_WRKSRC= ${WRKSRC}
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
-# tests as of 2.6.0: 3024 passed in 149.52s (0:02:29)
+# tests as of 2.7.0: 3034 passed in 21.77s
.include <bsd.port.mk>
diff --git a/science/py-spglib/distinfo b/science/py-spglib/distinfo
index b88216427863..555811d156b9 100644
--- a/science/py-spglib/distinfo
+++ b/science/py-spglib/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1753137266
-SHA256 (spglib-spglib-v2.6.0_GH0.tar.gz) = c65af71136c915352eb82444b165ec83289877eb8e46593033f199801b43dbf7
-SIZE (spglib-spglib-v2.6.0_GH0.tar.gz) = 2438640
+TIMESTAMP = 1771224175
+SHA256 (spglib-spglib-v2.7.0_GH0.tar.gz) = b22fc9abae9716c574fbc6d55cfc53ed654a714fccc5657a26ff5d18114bd8bd
+SIZE (spglib-spglib-v2.7.0_GH0.tar.gz) = 2442495
diff --git a/science/py-spglib/files/patch-pyproject.toml b/science/py-spglib/files/patch-pyproject.toml
index d7417075f4d6..6682b0a3ab6e 100644
--- a/science/py-spglib/files/patch-pyproject.toml
+++ b/science/py-spglib/files/patch-pyproject.toml
@@ -1,13 +1,13 @@
- removal of license-files is a workaround for https://github.com/spglib/spglib/issues/560
---- pyproject.toml.orig 2025-03-06 12:33:46 UTC
+--- pyproject.toml.orig 2025-12-28 09:39:05 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@
[build-system]
# Numpy build and runtime dependencies are linked to ABI compatibility
# A new wheel rebuild is needed when changing these
--requires = ["scikit-build-core>=0.11", "numpy~=2.0"]
-+requires = ["scikit-build-core>=0.11", "numpy"]
+-requires = ["scikit-build-core>=0.11", "numpy~=2.0", "pybind11"]
++requires = ["scikit-build-core>=0.11", "numpy", "pybind11"]
build-backend = "scikit_build_core.build"
[project]
diff --git a/science/spglib/Makefile b/science/spglib/Makefile
index d12f56544466..24b1f59a2acc 100644
--- a/science/spglib/Makefile
+++ b/science/spglib/Makefile
@@ -1,6 +1,6 @@
PORTNAME= spglib
DISTVERSIONPREFIX= v
-DISTVERSION= 2.6.0
+DISTVERSION= 2.7.0
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
@@ -32,6 +32,6 @@ OPTIONS_SUB= yes
FORTRAN_USES= fortran
FORTRAN_CMAKE_BOOL= SPGLIB_WITH_Fortran
-# tests as of 2.6.0: 100% tests passed, 0 tests failed out of 59
+# tests as of 2.7.0: 100% tests passed, 0 tests failed out of 61
.include <bsd.port.mk>
diff --git a/science/spglib/distinfo b/science/spglib/distinfo
index 85fbb27635db..f5d9a67aa21a 100644
--- a/science/spglib/distinfo
+++ b/science/spglib/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1753138641
-SHA256 (spglib-spglib-v2.6.0_GH0.tar.gz) = c65af71136c915352eb82444b165ec83289877eb8e46593033f199801b43dbf7
-SIZE (spglib-spglib-v2.6.0_GH0.tar.gz) = 2438640
+TIMESTAMP = 1771224071
+SHA256 (spglib-spglib-v2.7.0_GH0.tar.gz) = b22fc9abae9716c574fbc6d55cfc53ed654a714fccc5657a26ff5d18114bd8bd
+SIZE (spglib-spglib-v2.7.0_GH0.tar.gz) = 2442495
diff --git a/science/spglib/pkg-plist b/science/spglib/pkg-plist
index 5315006f0e5c..f43284ad125e 100644
--- a/science/spglib/pkg-plist
+++ b/science/spglib/pkg-plist
@@ -11,9 +11,9 @@ lib/cmake/Spglib/SpglibTargets_shared.cmake
%%FORTRAN%%lib/cmake/Spglib/try_compile.f90
%%FORTRAN%%lib/libspglib_f08.so
%%FORTRAN%%lib/libspglib_f08.so.2
-%%FORTRAN%%lib/libspglib_f08.so.2.6.0
+%%FORTRAN%%lib/libspglib_f08.so.2.7.0
lib/libsymspg.so
lib/libsymspg.so.2
-lib/libsymspg.so.2.6.0
+lib/libsymspg.so.2.7.0
libdata/pkgconfig/spglib.pc
%%FORTRAN%%libdata/pkgconfig/spglib_f08.pc