diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2025-09-04 11:13:17 +0200 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2025-09-04 11:17:40 +0200 |
commit | 524d5e953af063c2dd225f754cb68b7e28b1204d (patch) | |
tree | 27d62ed75b01efbb768f192f2a1048b36886baff /math/mathicsscript/files/patch-pyproject.toml | |
parent | math/py-mathics: upgrade to 9.0.0 (diff) |
math/mathicsscript: upgrade to 9.0.0
Release notes at https://github.com/Mathics3/mathicsscript/releases/tag/9.0.0
Diffstat (limited to 'math/mathicsscript/files/patch-pyproject.toml')
-rw-r--r-- | math/mathicsscript/files/patch-pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
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"}, |