Po-Chuan Hsieh 2022-03-25 20:46:37 +08:00
parent 9fc90ba84c
commit be8f8827da
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 12 additions and 12 deletions

View File

@ -1,7 +1,7 @@
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
PORTNAME= translate-toolkit
PORTVERSION= 3.5.3
PORTVERSION= 3.6.0
CATEGORIES= textproc
MASTER_SITES= CHEESESHOP
@ -43,7 +43,7 @@ TMSERVER_DESC= Tmserver backend support
TRADOS_DESC= Trados format support
YAML_DESC= YAML format support
ENCODING_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=4.0.0,1:textproc/py-chardet@${PY_FLAVOR}
ENCODING_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}charset-normalizer>=2.0.12:textproc/py-charset-normalizer@${PY_FLAVOR}
FLUENT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fluent.syntax>=0.18.1:textproc/py-fluent.syntax@${PY_FLAVOR}
ICAL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}vobject>=0.9.6.1:deskutils/py-vobject@${PY_FLAVOR}
ICAL_VARS= MANPAGES+="ical2po po2ical"
@ -53,7 +53,7 @@ LANGUAGES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycountry>=22.1.10:textproc/py-pyc
LEVENSHTEIN_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}python-Levenshtein>=0.12:devel/py-python-Levenshtein@${PY_FLAVOR}
PHP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}phply>=1.2.5:devel/py-phply@${PY_FLAVOR}
PHP_VARS= MANPAGES+="php2po po2php"
RC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=3.0.6:devel/py-pyparsing@${PY_FLAVOR}
RC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=3.0.7:devel/py-pyparsing@${PY_FLAVOR}
RC_VARS= MANPAGES+="po2rc rc2po"
SPELLCHECK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}enchant>=3.2.2:textproc/py-enchant@${PY_FLAVOR}
SUBTITLES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aeidon>=1.10.1:textproc/py-aeidon@${PY_FLAVOR}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1643133687
SHA256 (translate-toolkit-3.5.3.tar.gz) = b7ca3e0e8f69c306c372e05a0a814ecafa6176d30ce314e787378dabf3e48dfb
SIZE (translate-toolkit-3.5.3.tar.gz) = 6153779
TIMESTAMP = 1647264448
SHA256 (translate-toolkit-3.6.0.tar.gz) = dfdb19383920948e5bc1dafacb994ee07f8d6ecc053cd6e2b4c545ce0430ddff
SIZE (translate-toolkit-3.6.0.tar.gz) = 6184485

View File

@ -1,4 +1,4 @@
--- requirements/optional.txt.orig 2021-10-27 09:01:25 UTC
--- requirements/optional.txt.orig 2022-02-25 08:27:33 UTC
+++ requirements/optional.txt
@@ -1,27 +1,27 @@
-r required.txt
@ -9,8 +9,8 @@
# Format support
BeautifulSoup4>=4.3 # Trados
# Encoding detection
-chardet==4.0.0 # chardet
+chardet>=4.0.0 # chardet
-charset-normalizer==2.0.12 # chardet
+charset-normalizer>=2.0.12 # chardet
# Tmserver backend
-cheroot==8.6.0 # tmserver
+cheroot>=8.6.0 # tmserver
@ -29,12 +29,12 @@
+pycountry>=22.1.10 # Languages
+pyenchant>=3.2.2 # spellcheck
# Windows Resources (rc2po and po2rc)
-pyparsing==3.0.6 # RC
+pyparsing>=3.0.6 # RC
-pyparsing==3.0.7 # RC
+pyparsing>=3.0.7 # RC
# Faster matching in e.g. pot2po
python-Levenshtein>=0.12 # Levenshtein
# Format support
-ruamel.yaml==0.17.20 # YAML
-ruamel.yaml==0.17.21 # YAML
+ruamel.yaml>=0.16.12 # YAML
# Format support
-vobject==0.9.6.1 # iCal