diff options
author | Wen Heping <wen@FreeBSD.org> | 2025-10-09 07:34:57 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2025-10-09 07:36:31 +0000 |
commit | 41f847052670cf5507655a88560ab170e818a814 (patch) | |
tree | 38c153fb04c9c774495ea828e1141200b2ee0194 /textproc/py-python-iso639/files/patch-pyproject.toml | |
parent | misc/shimmy: update to 1.7.0 (diff) |
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.
Diffstat (limited to 'textproc/py-python-iso639/files/patch-pyproject.toml')
-rw-r--r-- | textproc/py-python-iso639/files/patch-pyproject.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/textproc/py-python-iso639/files/patch-pyproject.toml b/textproc/py-python-iso639/files/patch-pyproject.toml new file mode 100644 index 000000000000..e543e9b01574 --- /dev/null +++ b/textproc/py-python-iso639/files/patch-pyproject.toml @@ -0,0 +1,9 @@ +--- 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] |