diff options
Diffstat (limited to 'devel/py-msgspec/files/patch-pyproject.toml')
| -rw-r--r-- | devel/py-msgspec/files/patch-pyproject.toml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/py-msgspec/files/patch-pyproject.toml b/devel/py-msgspec/files/patch-pyproject.toml new file mode 100644 index 000000000000..322a7f058df7 --- /dev/null +++ b/devel/py-msgspec/files/patch-pyproject.toml @@ -0,0 +1,22 @@ +--- pyproject.toml.orig 2025-11-24 03:44:10 UTC ++++ pyproject.toml +@@ -1,6 +1,6 @@ requires = [ + [build-system] + requires = [ +- "setuptools>=80", ++ "setuptools>=61", + "setuptools-scm>=8", + ] + build-backend = "setuptools.build_meta" +@@ -12,10 +12,7 @@ readme = "README.md" + ] + description = "A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML." + readme = "README.md" +-license = "BSD-3-Clause" +-license-files = [ +- "LICENSE", +-] ++license = {text = "BSD-3-Clause"} + requires-python = ">=3.9" + maintainers = [ + { name = "Jim Crist-Harif", email = "jcristharif@gmail.com" }, |
