git: 655b1a7253e0 - main - databases/py-duckdb: Remove limitation on setuptools_scm
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Nov 2023 22:36:52 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=655b1a7253e0c2589d40c5de7ec7457c1474e548
commit 655b1a7253e0c2589d40c5de7ec7457c1474e548
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-11-03 22:35:03 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-11-03 22:36:50 +0000
databases/py-duckdb: Remove limitation on setuptools_scm
PR: 272134
---
databases/py-duckdb/files/patch-setup.py | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/databases/py-duckdb/files/patch-setup.py b/databases/py-duckdb/files/patch-setup.py
new file mode 100644
index 000000000000..0551b1005487
--- /dev/null
+++ b/databases/py-duckdb/files/patch-setup.py
@@ -0,0 +1,13 @@
+- allow to pass a newer setuptools_scm
+
+--- setup.py.orig 2023-11-03 21:27:16 UTC
++++ setup.py
+@@ -290,7 +290,7 @@ setup(
+ 'duckdb-stubs'
+ ],
+ include_package_data=True,
+- setup_requires=setup_requires + ["setuptools_scm<7.0.0", 'pybind11>=2.6.0'],
++ setup_requires=setup_requires + ["setuptools_scm", 'pybind11>=2.6.0'],
+ use_scm_version = setuptools_scm_conf,
+ tests_require=['google-cloud-storage', 'mypy', 'pytest'],
+ classifiers = [