From nobody Mon Feb 16 07:13:53 2026 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4fDvC55Bzkz6SQWV for ; Mon, 16 Feb 2026 07:13:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fDvC51Qn4z3WZc for ; Mon, 16 Feb 2026 07:13:53 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1771226033; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=/6ULBE26RdqZV0CbPnpRH5igb/DQMx+jBTNGURh5WUc=; b=YFddl1+UYyzwgXJGQnsuH1UwHJk99mkBf6CkMa8hu0u61BkmJtK0XUGxBMfESquTo9hFQv IM6y6BRXzWD3ly3mBDN4ryuV+B/jb+oh/fJifly0k0Lua509l9lUTZ3hDhxbRlPIZptReM qKJSDUn6tQCB0G9bN1FJmn6xK8ety32Pq5ceodZiApHf3+qqezpJorgS8CobKz06oKPqEz izIz7kQplb0RgN9h7Wf+v6t+aCjikvCwpC7jJePAzsyxphU8uN11npXVz2eg5uCxCw20Dl rlxKS1px/i5hgA3ISrioKzDap/KXbwwWwRAyy1BI3UoaK42aGM156gqRQQ6+vg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1771226033; a=rsa-sha256; cv=none; b=O5ZAJurauhISMGcG9t5gup826c7HlfrG9z1swbs94b/UD1r/JxJaTg+ay0eVYAFKFTs6o2 hiV5fQvCLgi4LDXYjfVvBj5sR+xh21aV4Ot3VgIC58qqPcki8ypydpV+V93gVFb4VZoB12 JINH2E0gbVsyhTJFatMrr/+pxFktXsfNoKmQ4VixWINE+Vn3OFdN8isqIi4KeE9NYOdP9V h1/5Z2uwRZmlpBy8RZ12W70TI1RjwLoOFI8+fWnVv723FyeLkwuvZTYN/u+qI0ITzjswtY SKhfAcLrhlZshObAcI9dfqyiuFawNshYqWT+Lvn4MErUIu1aOcgajvEDmXS6FQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1771226033; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=/6ULBE26RdqZV0CbPnpRH5igb/DQMx+jBTNGURh5WUc=; b=w8AlMshNy2ndGbcfKjaWPjjX4WYfDXaCzuE5BfUy5k/GK9FJVkMwzIKX7N+/tE4pfMaUvr qbWrN59BbJTIVrebD0jzzPrvGDbPwDgorROHwBukLRvhxkzCvcQCTcufYdaxoNzpGf+qga y+oWwtX+I6oVtL+9pd5Xi//GGbp/MjXOPZ91QdmDPpoGEutGHnLyIRxSLEv/i/5JP1QmAf H+EeBEG2StqFQYDFOlsNxgJebEC0UwB48gAvFJz4ZWjmFG7mbWfPukG6x/SLH2MbHNGIMN fET4OZqf++U9IZCMqKO1BCgLg6jja9rWBV75fJt+MiSkIyXEXeRfL7L2f8cLWw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fDvC50zLVz1S3K for ; Mon, 16 Feb 2026 07:13:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 41951 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 16 Feb 2026 07:13:53 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 887c8c791e01 - main - science/py-phono3py: update 3.=?utf-8?Q?9.0 =E2=86=92?= 3.25.0 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 887c8c791e01ac1da9ea4fbaf4b4f88b984675ea Auto-Submitted: auto-generated Date: Mon, 16 Feb 2026 07:13:53 +0000 Message-Id: <6992c3b1.41951.5b826b80@gitrepo.freebsd.org> The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=887c8c791e01ac1da9ea4fbaf4b4f88b984675ea commit 887c8c791e01ac1da9ea4fbaf4b4f88b984675ea Author: Yuri Victorovich AuthorDate: 2026-02-16 07:11:25 +0000 Commit: Yuri Victorovich CommitDate: 2026-02-16 07:13:44 +0000 science/py-phono3py: update 3.9.0 → 3.25.0 --- science/py-phono3py/Makefile | 6 +++--- science/py-phono3py/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/science/py-phono3py/Makefile b/science/py-phono3py/Makefile index 31ebec85b93d..91b40c523b57 100644 --- a/science/py-phono3py/Makefile +++ b/science/py-phono3py/Makefile @@ -1,6 +1,5 @@ PORTNAME= phono3py -DISTVERSION= 3.9.0 -PORTREVISION= 2 +DISTVERSION= 3.25.0 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -36,6 +35,7 @@ TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} TEST_WRKSRC= ${WRKSRC}/test # tests as of 3.9.0: 11 failed, 179 passed, 8 skipped, 6 warnings, 4 errors in 2175.15s (0:36:15), see https://github.com/phonopy/phono3py/issues/307 -# - tests fail to find mubmodules that are installed and import fine when run standalone +# tests as of 3.25.0: 21 failed, 193 passed, 11 skipped, 30 warnings, 45 errors in 152.92s (0:02:32), see https://github.com/phonopy/phono3py/issues/307 +# - tests fail to find submodules that are installed and import fine when run standalone .include diff --git a/science/py-phono3py/distinfo b/science/py-phono3py/distinfo index 94233b93a76a..ec007115a290 100644 --- a/science/py-phono3py/distinfo +++ b/science/py-phono3py/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1733546847 -SHA256 (phono3py-3.9.0.tar.gz) = f93b6a74a0ba976f403cf22566ac7644a66955cf07be6a037b7f9438fb5de466 -SIZE (phono3py-3.9.0.tar.gz) = 9340513 +TIMESTAMP = 1771224897 +SHA256 (phono3py-3.25.0.tar.gz) = c70e542e52324ff4f328cc0ea473aeda29c0a0c5a85d960d29e0e159137b9eeb +SIZE (phono3py-3.25.0.tar.gz) = 11455697