mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 18:39:16 -04:00
Changes: https://github.com/translate/translate/releases https://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/
41 lines
1.1 KiB
Text
41 lines
1.1 KiB
Text
--- requirements/optional.txt.orig 2023-07-26 04:25:02 UTC
|
|
+++ requirements/optional.txt
|
|
@@ -1,27 +1,27 @@
|
|
-r required.txt
|
|
|
|
# Format support
|
|
-aeidon==1.12 # Subtitles
|
|
+aeidon>=1.12 # Subtitles
|
|
# Format support
|
|
BeautifulSoup4>=4.3 # Trados
|
|
# Encoding detection
|
|
-charset-normalizer==3.2.0 # chardet
|
|
+charset-normalizer>=3.2.0 # chardet
|
|
# Tmserver backend
|
|
-cheroot==10.0.0 # tmserver
|
|
+cheroot>=10.0.0 # tmserver
|
|
# Format support
|
|
-fluent.syntax==0.19.0 # Fluent
|
|
+fluent.syntax>=0.19.0 # Fluent
|
|
# Format support
|
|
-iniparse==0.5 # INI
|
|
+iniparse>=0.5 # INI
|
|
# Format support
|
|
-mistletoe==1.2.1 # Markdown
|
|
+mistletoe>=1.2.1 # Markdown
|
|
# Format support
|
|
-phply==1.2.6 # PHP
|
|
-pyenchant==3.2.2 # spellcheck
|
|
+phply>=1.2.6 # PHP
|
|
+pyenchant>=3.2.2 # spellcheck
|
|
# Windows Resources (rc2po and po2rc)
|
|
-pyparsing==3.1.1 # RC
|
|
+pyparsing>=3.1.1 # RC
|
|
# Faster matching in e.g. pot2po
|
|
python-Levenshtein>=0.12 # Levenshtein
|
|
# Format support
|
|
-ruamel.yaml==0.17.32 # YAML
|
|
+ruamel.yaml>=0.17.32 # YAML
|
|
# Format support
|
|
-vobject==0.9.6.1 # iCal
|
|
+vobject>=0.9.6.1 # iCal
|