git: 1fda1d984db9 - main - audio/py-soxr: Fix build broken by nanobind upgrade to 3.x
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Sep 2026 03:06:52 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1fda1d984db9ba7666ec08e651f649110328c262
commit 1fda1d984db9ba7666ec08e651f649110328c262
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-09-13 01:08:42 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-09-13 03:06:18 +0000
audio/py-soxr: Fix build broken by nanobind upgrade to 3.x
---
audio/py-soxr/files/patch-pyproject.toml | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/audio/py-soxr/files/patch-pyproject.toml b/audio/py-soxr/files/patch-pyproject.toml
index 93bb00ef407b..9d08afb2a955 100644
--- a/audio/py-soxr/files/patch-pyproject.toml
+++ b/audio/py-soxr/files/patch-pyproject.toml
@@ -1,6 +1,15 @@
---- pyproject.toml.orig 2026-07-03 17:56:56 UTC
+--- pyproject.toml.orig 2022-11-09 12:37:21 UTC
+++ pyproject.toml
-@@ -57,6 +57,7 @@ Source = "https://github.com/dofuuz/python-soxr"
+@@ -1,7 +1,7 @@ requires = [
+ [build-system]
+ requires = [
+ "scikit-build-core >=0.11",
+- "nanobind >=2, <3",
++ "nanobind >=2",
+
+ "setuptools >=45",
+ "setuptools_scm[toml] >=6.2",
+@@ -56,6 +56,7 @@ Source = "https://github.com/dofuuz/python-soxr"
"Bug Tracker" = "https://github.com/dofuuz/python-soxr/issues"
[tool.scikit-build]