mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
textproc/translate-toolkit: Update to 3.4.1
Changes: https://github.com/translate/translate/releases https://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/
This commit is contained in:
parent
5d95c9c724
commit
136ca7e5b8
@ -1,7 +1,7 @@
|
||||
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||||
|
||||
PORTNAME= translate-toolkit
|
||||
PORTVERSION= 3.3.6
|
||||
PORTVERSION= 3.4.1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= CHEESESHOP
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1619910303
|
||||
SHA256 (translate-toolkit-3.3.6.tar.gz) = abc6815ac563a013ba5dcbc245bddb6b2000f8de112999a85ed087a989de1860
|
||||
SIZE (translate-toolkit-3.3.6.tar.gz) = 6063578
|
||||
TIMESTAMP = 1632036918
|
||||
SHA256 (translate-toolkit-3.4.1.tar.gz) = 2edc72794513e33ece2a2ee5ee25709fe4fbeac4686ecf80366d4999dd98cfd0
|
||||
SIZE (translate-toolkit-3.4.1.tar.gz) = 6108185
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- requirements/optional.txt.orig 2021-04-02 06:24:50 UTC
|
||||
--- requirements/optional.txt.orig 2021-09-10 07:19:36 UTC
|
||||
+++ requirements/optional.txt
|
||||
@@ -1,25 +1,25 @@
|
||||
@@ -1,27 +1,27 @@
|
||||
-r required.txt
|
||||
|
||||
# Format support
|
||||
@ -15,6 +15,9 @@
|
||||
-cheroot==8.5.2 # tmserver
|
||||
+cheroot>=8.5.2 # tmserver
|
||||
# Format support
|
||||
-fluent.syntax==0.18.1 # Fluent
|
||||
+fluent.syntax>=0.18.1 # Fluent
|
||||
# Format support
|
||||
-iniparse==0.5 # INI
|
||||
+iniparse>=0.5 # INI
|
||||
# Format support
|
||||
@ -22,16 +25,16 @@
|
||||
+phply>=1.2.5 # PHP
|
||||
# To provide translations for language names without need for OS package.
|
||||
-pycountry==20.7.3 # Languages
|
||||
-pyenchant==3.2.0 # spellcheck
|
||||
-pyenchant==3.2.1 # spellcheck
|
||||
+pycountry>=20.7.3 # Languages
|
||||
+pyenchant>=3.2.0 # spellcheck
|
||||
+pyenchant>=3.2.1 # spellcheck
|
||||
# Windows Resources (rc2po and po2rc)
|
||||
-pyparsing==2.4.7 # RC
|
||||
+pyparsing>=2.4.7 # RC
|
||||
# Faster matching in e.g. pot2po
|
||||
python-Levenshtein>=0.12 # Levenshtein
|
||||
# Format support
|
||||
-ruamel.yaml==0.17.4 # YAML
|
||||
-ruamel.yaml==0.17.16 # YAML
|
||||
+ruamel.yaml>=0.16.12 # YAML
|
||||
# Format support
|
||||
-vobject==0.9.6.1 # iCal
|
||||
|
Loading…
x
Reference in New Issue
Block a user