From 524d5e953af063c2dd225f754cb68b7e28b1204d Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Thu, 4 Sep 2025 11:13:17 +0200 Subject: math/mathicsscript: upgrade to 9.0.0 Release notes at https://github.com/Mathics3/mathicsscript/releases/tag/9.0.0 --- math/mathicsscript/files/patch-pyproject.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 math/mathicsscript/files/patch-pyproject.toml (limited to 'math/mathicsscript/files/patch-pyproject.toml') diff --git a/math/mathicsscript/files/patch-pyproject.toml b/math/mathicsscript/files/patch-pyproject.toml new file mode 100644 index 000000000000..de9923401be0 --- /dev/null +++ b/math/mathicsscript/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-08-29 10:04:46 UTC ++++ pyproject.toml +@@ -24,7 +24,7 @@ readme = "README.rst" + ] + requires-python = ">=3.10" + readme = "README.rst" +-license = "GPL-3.0-or-later" ++license = {text = "GPL-3.0-or-later"} + keywords = ["Mathematica", "Wolfram", "Interpreter", "Shell", "Math", "CAS"] + maintainers = [ + {name = "Mathics3 Group"}, -- cgit v1.2.3