Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2026 07:13:54 +0000
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: 9ba87c97028e - main - science/py-symfc: update 1.3.1=?utf-8?Q? =E2=86=92 1.6?=.1
Message-ID:  <6992c3b2.3fee7.e24dc84@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

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

commit 9ba87c97028e376fe40e0fff5b985d3bb06f8318
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-02-16 07:11:50 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-02-16 07:13:44 +0000

    science/py-symfc: update 1.3.1 → 1.6.1
---
 science/py-symfc/Makefile                   |  4 +++-
 science/py-symfc/distinfo                   |  6 +++---
 science/py-symfc/files/patch-pyproject.toml | 10 ++++++++++
 3 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/science/py-symfc/Makefile b/science/py-symfc/Makefile
index 29a0b8a9f93a..452bc303c020 100644
--- a/science/py-symfc/Makefile
+++ b/science/py-symfc/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	symfc
-DISTVERSION=	1.3.1
+DISTVERSION=	1.6.1
 CATEGORIES=	science python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,6 +16,7 @@ BUILD_DEPENDS=	${PY_SETUPTOOLS} \
 RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}spglib>0:science/py-spglib@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}phono3py>0:science/py-phono3py@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	pep517 cython autoplist pytest
@@ -27,5 +28,6 @@ NO_ARCH=	yes
 
 # tests as of 1.1.5: 21 failed, 36 passed, 22 warnings in 26.89s, see https://github.com/symfc/symfc/issues/133
 # tests as of 1.3.1: 26 failed, 41 passed, 27 warnings in 45.46s
+# tests as of 1.6.1: Tests fail: No such file or directory: 'phono3py_params_Si-111-222-rd.yaml.xz', see https://github.com/symfc/symfc/issues/273
 
 .include <bsd.port.mk>
diff --git a/science/py-symfc/distinfo b/science/py-symfc/distinfo
index 5a90cabc9b78..c7ffb9632ab9 100644
--- a/science/py-symfc/distinfo
+++ b/science/py-symfc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1738861057
-SHA256 (symfc-1.3.1.tar.gz) = 6cbbf5fb041ed34dea5b5c04b201aa0fd89880d4ebaee616398bb3a6a37476e0
-SIZE (symfc-1.3.1.tar.gz) = 839329
+TIMESTAMP = 1771223742
+SHA256 (symfc-1.6.1.tar.gz) = c9a5e727aea35701585c40ec9bbfb06b3e7a1ca2ee6e2fa5a1fe6dfd0c9a805a
+SIZE (symfc-1.6.1.tar.gz) = 850174
diff --git a/science/py-symfc/files/patch-pyproject.toml b/science/py-symfc/files/patch-pyproject.toml
new file mode 100644
index 000000000000..6d4f99121c78
--- /dev/null
+++ b/science/py-symfc/files/patch-pyproject.toml
@@ -0,0 +1,10 @@
+--- pyproject.toml.orig	2026-02-16 06:35:56 UTC
++++ pyproject.toml
+@@ -19,7 +19,6 @@ dependencies = [
+     "scipy != 1.11.0, != 1.11.1, != 1.11.2, !=1.17.0",
+     "spglib>=2.5",
+ ]
+-license-files = ["LICENSE"]
+ 
+ [project.urls]
+ "Homepage" = "https://github.com/symfc/symfc"


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6992c3b2.3fee7.e24dc84>