ports/devel/py-pyicu/files/patch-setup.py
Po-Chuan Hsieh 3f37756def
devel/py-pyicu: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-05-13 21:59:31 +08:00

11 lines
344 B
Python

--- setup.py.orig 2023-11-01 20:05:58 UTC
+++ setup.py
@@ -250,7 +250,7 @@ if sys.version_info < (2, 4):
return iterable
-setup(name="PyICU",
+setup(name="pyicu",
description='Python extension wrapping the ICU C++ API',
long_description=open('README.md').read(),
long_description_content_type="text/markdown",