diff options
Diffstat (limited to 'textproc/py-markupsafe/files')
-rw-r--r-- | textproc/py-markupsafe/files/patch-pyproject.toml | 18 | ||||
-rw-r--r-- | textproc/py-markupsafe/files/patch-setup.py | 11 |
2 files changed, 18 insertions, 11 deletions
diff --git a/textproc/py-markupsafe/files/patch-pyproject.toml b/textproc/py-markupsafe/files/patch-pyproject.toml new file mode 100644 index 000000000000..2fb0a6ed1624 --- /dev/null +++ b/textproc/py-markupsafe/files/patch-pyproject.toml @@ -0,0 +1,18 @@ +--- pyproject.toml.orig 2024-10-18 15:03:06 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [project] +-name = "MarkupSafe" ++name = "markupsafe" + version = "3.0.2" + description = "Safely add untrusted strings to HTML/XML markup." + readme = "README.md" +@@ -26,7 +26,7 @@ Chat = "https://discord.gg/pallets" + Chat = "https://discord.gg/pallets" + + [build-system] +-requires = ["setuptools>=70.1"] ++requires = ["setuptools>=61"] + build-backend = "setuptools.build_meta" + + [tool.pytest.ini_options] diff --git a/textproc/py-markupsafe/files/patch-setup.py b/textproc/py-markupsafe/files/patch-setup.py deleted file mode 100644 index 7f80db046e9c..000000000000 --- a/textproc/py-markupsafe/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2024-02-02 16:03:42 UTC -+++ setup.py -@@ -39,7 +39,7 @@ def run_setup(with_binary): - - def run_setup(with_binary): - setup( -- name="MarkupSafe", -+ name="markupsafe", - cmdclass={"build_ext": ve_build_ext}, - ext_modules=ext_modules if with_binary else [], - ) |