ports/textproc/py-markupsafe/files/patch-setup.py
Po-Chuan Hsieh 13ddac7fe4
textproc/py-markupsafe: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-05-13 22:09:34 +08:00

11 lines
311 B
Python

--- 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 [],
)