Date: Tue, 09 Jun 2026 05:19:30 +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: f2cada505118 - main - science/py-phonopy: update 4.0=?utf-8?Q?=2E0 =E2=86=92 4?=.2.0 Message-ID: <6a27a262.369f3.23104cfd@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=f2cada5051187301a791eac1b1d4559b56896edc commit f2cada5051187301a791eac1b1d4559b56896edc Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-06-09 05:18:37 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-06-09 05:19:20 +0000 science/py-phonopy: update 4.0.0 → 4.2.0 --- science/py-phonopy/Makefile | 2 +- science/py-phonopy/distinfo | 6 +++--- science/py-phonopy/files/patch-test_conftest.py | 22 ---------------------- 3 files changed, 4 insertions(+), 26 deletions(-) diff --git a/science/py-phonopy/Makefile b/science/py-phonopy/Makefile index d00bcb62bb2d..50ea96f6b5d9 100644 --- a/science/py-phonopy/Makefile +++ b/science/py-phonopy/Makefile @@ -1,5 +1,5 @@ PORTNAME= phonopy -DISTVERSION= 4.0.0 +DISTVERSION= 4.2.0 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-phonopy/distinfo b/science/py-phonopy/distinfo index 3262ecd4144c..b2c7516502a4 100644 --- a/science/py-phonopy/distinfo +++ b/science/py-phonopy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1779007076 -SHA256 (phonopy-4.0.0.tar.gz) = 650907380f4dd6c9ac6156651231c25d4d814cb4eca0bf06ec62b2263a8115a2 -SIZE (phonopy-4.0.0.tar.gz) = 5244720 +TIMESTAMP = 1780982078 +SHA256 (phonopy-4.2.0.tar.gz) = 1cebfacaf98ba584aba0be3401a50413bcc03cb44f4a9f6946a439ff6f706f15 +SIZE (phonopy-4.2.0.tar.gz) = 5262805 diff --git a/science/py-phonopy/files/patch-test_conftest.py b/science/py-phonopy/files/patch-test_conftest.py deleted file mode 100644 index ea2d202b2f41..000000000000 --- a/science/py-phonopy/files/patch-test_conftest.py +++ /dev/null @@ -1,22 +0,0 @@ --- Force non-interactive matplotlib backend in tests. --- Prevents crashes in headless FreeBSD test environments that otherwise select --- a GUI backend. --- Upstream: not yet submitted - ---- test/conftest.py.orig 2022-11-09 12:37:21 UTC -+++ test/conftest.py -@@ -4,11 +4,14 @@ - - import pathlib - from collections.abc import Callable - -+import matplotlib - import numpy as np - import pytest - - import phonopy -+ -+matplotlib.use("Agg") - from phonopy import Phonopy - from phonopy.interface.phonopy_yaml import read_cell_yaml - from phonopy.structure.atoms import PhonopyAtomshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a27a262.369f3.23104cfd>
