diff options
Diffstat (limited to 'devel/py-ijson/files/patch-pyproject.toml')
-rw-r--r-- | devel/py-ijson/files/patch-pyproject.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/py-ijson/files/patch-pyproject.toml b/devel/py-ijson/files/patch-pyproject.toml new file mode 100644 index 000000000000..51a03bfa98d3 --- /dev/null +++ b/devel/py-ijson/files/patch-pyproject.toml @@ -0,0 +1,15 @@ +--- pyproject.toml.orig 2025-05-08 01:39:38 UTC ++++ pyproject.toml +@@ -1,10 +1,10 @@ build-backend = "setuptools.build_meta" + [build-system] + build-backend = "setuptools.build_meta" +-requires = ["setuptools>=77.0"] ++requires = ["setuptools>=61.0"] + + [project] + name = "ijson" +-license = "BSD-3-Clause AND ISC" ++license = { text = "BSD-3-Clause AND ISC" } + description = "Iterative JSON parser with standard Python iterator interfaces" + readme = "README.rst" + authors = [ |