aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2026-07-07 21:36:04 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2026-07-07 21:49:16 +0000
commit0629608023a41b6c2b5a0c123681d4e0de056788 (patch)
tree5e8931558fbee86cef85ca97fe350d7bcc1caf36
parenta8e8da0df4f7e42b47d3a887a48d9a2d4673773e (diff)
devel/py-miniKanren: Fix build by adding patch in pyproject.toml
-rw-r--r--devel/py-miniKanren/files/patch-pyproject.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/py-miniKanren/files/patch-pyproject.toml b/devel/py-miniKanren/files/patch-pyproject.toml
new file mode 100644
index 000000000000..3af7393f09f7
--- /dev/null
+++ b/devel/py-miniKanren/files/patch-pyproject.toml
@@ -0,0 +1,17 @@
+--- pyproject.toml.orig 2026-06-22 01:36:00 UTC
++++ pyproject.toml
+@@ -1,5 +1,5 @@
+ [build-system]
+-requires = ["setuptools>=77.0.0", "setuptools-scm[toml]"]
++requires = ["setuptools", "setuptools-scm[toml]"]
+ build-backend = "setuptools.build_meta"
+
+ [project]
+@@ -9,7 +9,6 @@ readme = "README.md"
+ authors = [{ name = "Brandon T. Willard", email = "brandonwillard+kanren@gmail.com" }]
+ description = "Relational programming in Python"
+ readme = "README.md"
+-license-files = ["LICENSE.txt"]
+ classifiers = [
+ "Development Status :: 5 - Production/Stable",
+ "Intended Audience :: Science/Research",