ports/textproc/py-python-iso639/files/patch-pyproject.toml
Wen Heping 41f8470526 textproc/py-python-iso639: New port
python-iso639 is a Python package for ISO 639 language codes, names, and
other associated information.

Current features:

* A representation of languages mapped across ISO 639-1, 639-2, and 639-3.
* Functionality to "guess" what a language is for a given unknown language
code or name.
* Optimized for speed in retrieving language information.
2025-10-09 07:36:31 +00:00

10 lines
245 B
TOML

--- pyproject.toml.orig 2025-10-09 07:19:11 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools >= 65.3.0", "wheel"]
+requires = ["setuptools >= 63.0.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]