aboutsummaryrefslogtreecommitdiff
path: root/textproc/translate-toolkit/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/translate-toolkit/files/patch-pyproject.toml')
-rw-r--r--textproc/translate-toolkit/files/patch-pyproject.toml28
1 files changed, 22 insertions, 6 deletions
diff --git a/textproc/translate-toolkit/files/patch-pyproject.toml b/textproc/translate-toolkit/files/patch-pyproject.toml
index e83a8644d0fc..1c8b4b550029 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-09-09 08:12:05 UTC
+--- pyproject.toml.orig 2025-10-14 15:39:48 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@ requires = [
[build-system]
@@ -9,7 +9,16 @@
]
[dependency-groups]
-@@ -71,8 +71,7 @@ keywords = [
+@@ -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"
]
@@ -19,7 +28,7 @@
name = "translate-toolkit"
requires-python = ">=3.9"
-@@ -87,10 +86,10 @@ ical = [
+@@ -89,16 +88,16 @@ ical = [
"fluent.syntax>=0.19.0,<0.20"
]
ical = [
@@ -32,12 +41,19 @@
]
levenshtein = [
"python-Levenshtein>=0.21.0"
-@@ -105,13 +104,13 @@ spellcheck = [
+ ]
+ 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.2.2"
-+ "pyenchant>=3.2.2"
+- "pyenchant==3.3.0"
++ "pyenchant>=3.3.0"
]
subtitles = [
"aeidon>=1.14.1,<1.16"