Files
ports/devel/ipython/files/patch-pyproject.toml
T

20 lines
675 B
TOML

--- pyproject.toml.orig 2025-12-03 10:17:56 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools>=77.0"]
+requires = ["setuptools>=61.0"]
# We need access to the 'setupbase' module at build time.
# Hence we declare a custom build backend.
build-backend = "_build_meta" # just re-exports setuptools.build_meta definitions
@@ -19,8 +19,7 @@ classifiers = [
"Programming Language :: Python :: 3 :: Only",
"Topic :: System :: Shells",
]
-license = "BSD-3-Clause"
-license-files = ["LICENSE", "COPYING.rst"]
+license = {text = "BSD-3-Clause"}
requires-python = ">=3.11"
dependencies = [
'colorama>=0.4.4; sys_platform == "win32"',