diff options
Diffstat (limited to '')
| -rw-r--r-- | textproc/translate-toolkit/files/patch-pyproject.toml | 34 |
1 files changed, 9 insertions, 25 deletions
diff --git a/textproc/translate-toolkit/files/patch-pyproject.toml b/textproc/translate-toolkit/files/patch-pyproject.toml index 1c8b4b550029..5f7eac3b0811 100644 --- a/textproc/translate-toolkit/files/patch-pyproject.toml +++ b/textproc/translate-toolkit/files/patch-pyproject.toml @@ -1,4 +1,4 @@ ---- pyproject.toml.orig 2025-10-14 15:39:48 UTC +--- pyproject.toml.orig 2025-12-04 14:39:27 UTC +++ pyproject.toml @@ -1,7 +1,7 @@ requires = [ [build-system] @@ -9,16 +9,7 @@ ] [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 = [ +@@ -76,8 +76,7 @@ keywords = [ keywords = [ "i18n l10n gettext translate" ] @@ -26,9 +17,9 @@ -license-files = ["COPYING"] +license = { text = "GPL-2.0-or-later" } name = "translate-toolkit" - requires-python = ">=3.9" + requires-python = ">=3.10" -@@ -89,16 +88,16 @@ ical = [ +@@ -92,10 +91,10 @@ ical = [ "fluent.syntax>=0.19.0,<0.20" ] ical = [ @@ -41,14 +32,7 @@ ] 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 = [ +@@ -110,13 +109,13 @@ spellcheck = [ "pyparsing>=3.2.0,<3.3" ] spellcheck = [ @@ -59,8 +43,8 @@ "aeidon>=1.14.1,<1.16" ] tmserver = [ -- "cheroot==10.0.1" -+ "cheroot>=10.0.1" +- "cheroot==11.1.2" ++ "cheroot>=11.1.2" ] - trados = [ - "BeautifulSoup4>=4.13.0" + toml = [ + "tomlkit>=0.13.0,<0.14.0" |
