summaryrefslogtreecommitdiff
path: root/math/py-mathics/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-mathics/files/patch-pyproject.toml')
-rw-r--r--math/py-mathics/files/patch-pyproject.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/py-mathics/files/patch-pyproject.toml b/math/py-mathics/files/patch-pyproject.toml
new file mode 100644
index 000000000000..5c03fd41c50b
--- /dev/null
+++ b/math/py-mathics/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig 2025-08-28 23:47:16 UTC
++++ pyproject.toml
+@@ -34,7 +34,7 @@ dependencies = [
+ # change a little
+ "sympy>=1.13,<1.14",
+ ]
+-license = "GPL-3.0-or-later"
++license = {text = "GPL-3.0-or-later"}
+ name = "Mathics3"
+ requires-python = ">=3.10" # bisect.insort_left with key parameter starts in 3.10
+ readme = "README.rst"