textproc/translate-toolkit: Update to 3.6.1
Changes: https://github.com/translate/translate/releases https://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/
This commit is contained in:
parent
a9a04bb28e
commit
6598f84c5f
3 changed files with 11 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||||
|
||||
PORTNAME= translate-toolkit
|
||||
PORTVERSION= 3.6.0
|
||||
PORTVERSION= 3.6.1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= CHEESESHOP
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1647264448
|
||||
SHA256 (translate-toolkit-3.6.0.tar.gz) = dfdb19383920948e5bc1dafacb994ee07f8d6ecc053cd6e2b4c545ce0430ddff
|
||||
SIZE (translate-toolkit-3.6.0.tar.gz) = 6184485
|
||||
TIMESTAMP = 1650970059
|
||||
SHA256 (translate-toolkit-3.6.1.tar.gz) = 863483edbe51906e9baf9157c2ac22dd42ad07e740d58cc430db20175383da8a
|
||||
SIZE (translate-toolkit-3.6.1.tar.gz) = 6186296
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
--- requirements/optional.txt.orig 2022-02-25 08:27:33 UTC
|
||||
--- requirements/optional.txt.orig 2022-04-20 09:24:34 UTC
|
||||
+++ requirements/optional.txt
|
||||
@@ -1,27 +1,27 @@
|
||||
-r required.txt
|
||||
|
||||
# Format support
|
||||
-aeidon==1.10.1 # Subtitles
|
||||
+aeidon>=1.10.1 # Subtitles
|
||||
-aeidon==1.11 # Subtitles
|
||||
+aeidon>=1.11 # Subtitles
|
||||
# Format support
|
||||
BeautifulSoup4>=4.3 # Trados
|
||||
# Encoding detection
|
||||
|
@ -24,13 +24,13 @@
|
|||
-phply==1.2.5 # PHP
|
||||
+phply>=1.2.5 # PHP
|
||||
# To provide translations for language names without need for OS package.
|
||||
-pycountry==22.1.10 # Languages
|
||||
-pycountry==22.3.5 # Languages
|
||||
-pyenchant==3.2.2 # spellcheck
|
||||
+pycountry>=22.1.10 # Languages
|
||||
+pycountry>=22.3.5 # Languages
|
||||
+pyenchant>=3.2.2 # spellcheck
|
||||
# Windows Resources (rc2po and po2rc)
|
||||
-pyparsing==3.0.7 # RC
|
||||
+pyparsing>=3.0.7 # RC
|
||||
-pyparsing==3.0.8 # RC
|
||||
+pyparsing>=3.0.8 # RC
|
||||
# Faster matching in e.g. pot2po
|
||||
python-Levenshtein>=0.12 # Levenshtein
|
||||
# Format support
|
||||
|
|
Loading…
Reference in a new issue