diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
| commit | 2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch) | |
| tree | 25f0138e1af8902b92dacc8cce09b267447c17db /textproc/translate-toolkit/files/patch-pyproject.toml | |
| parent | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff) | |
| parent | 1a30da80670973368b399f2b01fe9c04b91a1273 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'textproc/translate-toolkit/files/patch-pyproject.toml')
| -rw-r--r-- | textproc/translate-toolkit/files/patch-pyproject.toml | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/textproc/translate-toolkit/files/patch-pyproject.toml b/textproc/translate-toolkit/files/patch-pyproject.toml new file mode 100644 index 000000000000..1c8b4b550029 --- /dev/null +++ b/textproc/translate-toolkit/files/patch-pyproject.toml @@ -0,0 +1,66 @@ +--- pyproject.toml.orig 2025-10-14 15:39:48 UTC ++++ pyproject.toml +@@ -1,7 +1,7 @@ requires = [ + [build-system] + build-backend = "setuptools.build_meta" + requires = [ +- "setuptools>=78.0.2" ++ "setuptools>=61" + ] + + [dependency-groups] +@@ -64,7 +64,7 @@ dependencies = [ + ] + dependencies = [ + "lxml>=5.2.0,<6.1", +- "wcwidth>=0.2.14,<0.3" ++ "wcwidth>=0.2.8,<0.3" + ] + description = "Tools and API for translation and localization engineering." + dynamic = [ +@@ -73,8 +73,7 @@ keywords = [ + keywords = [ + "i18n l10n gettext translate" + ] +-license = "GPL-2.0-or-later" +-license-files = ["COPYING"] ++license = { text = "GPL-2.0-or-later" } + name = "translate-toolkit" + requires-python = ">=3.9" + +@@ -89,16 +88,16 @@ ical = [ + "fluent.syntax>=0.19.0,<0.20" + ] + ical = [ +- "vobject==0.9.9" ++ "vobject>=0.9.6.1" + ] + ini = [ +- "iniparse==0.5" ++ "iniparse>=0.5" + ] + levenshtein = [ + "python-Levenshtein>=0.21.0" + ] + markdown = [ +- "mistletoe>=1.4.0,<1.5.0" ++ "mistletoe>=1.4.0,<1.6.0" + ] + php = [ + "phply>=1.2.6,<1.3" +@@ -107,13 +106,13 @@ spellcheck = [ + "pyparsing>=3.2.0,<3.3" + ] + spellcheck = [ +- "pyenchant==3.3.0" ++ "pyenchant>=3.3.0" + ] + subtitles = [ + "aeidon>=1.14.1,<1.16" + ] + tmserver = [ +- "cheroot==10.0.1" ++ "cheroot>=10.0.1" + ] + trados = [ + "BeautifulSoup4>=4.13.0" |
