diff options
Diffstat (limited to 'devel/py-astroid/files/patch-pyproject.toml')
-rw-r--r-- | devel/py-astroid/files/patch-pyproject.toml | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/devel/py-astroid/files/patch-pyproject.toml b/devel/py-astroid/files/patch-pyproject.toml index bc2223ca1ffc..97b1efd41b01 100644 --- a/devel/py-astroid/files/patch-pyproject.toml +++ b/devel/py-astroid/files/patch-pyproject.toml @@ -1,9 +1,20 @@ ---- pyproject.toml.orig 2023-03-05 23:08:15 UTC +--- pyproject.toml.orig 2025-05-10 13:32:40 UTC +++ pyproject.toml -@@ -1,5 +1,5 @@ +@@ -1,15 +1,14 @@ build-backend = "setuptools.build_meta" [build-system] --requires = ["setuptools>=64.0", "wheel>=0.37.1"] -+requires = ["setuptools>=62.6", "wheel>=0.37.1"] build-backend = "setuptools.build_meta" +-requires = [ "setuptools>=77" ] ++requires = [ "setuptools>=62.6" ] + [project] + name = "astroid" + description = "An abstract syntax tree for Python with inference support." + readme = "README.rst" + keywords = [ "abstract syntax tree", "python", "static code analysis" ] +-license = "LGPL-2.1-or-later" +-license-files = [ "LICENSE", "CONTRIBUTORS.txt" ] ++license = { text = "LGPL-2.1-or-later" } + + requires-python = ">=3.9.0" + classifiers = [ |