Skip to content

Commit d0297fc

Browse files
authored
translate_toolkit: update to 3.16.3 (macports#29928)
1 parent 0fd7773 commit d0297fc

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

textproc/translate-toolkit/Portfile

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ PortSystem 1.0
44
PortGroup python 1.0
55

66
name translate-toolkit
7-
version 3.12.2
7+
python.rootname translate_toolkit
8+
version 3.16.3
89
revision 0
910

1011
categories textproc
@@ -18,15 +19,16 @@ long_description {*}${description}
1819

1920
homepage https://toolkit.translatehouse.org/
2021

21-
checksums rmd160 21a52e49b16dac58b42a431d65461185607c21fc \
22-
sha256 acee42b816f7796809b9b4768693664f6bd19fb96eae3d8dfec0932fa8761706 \
23-
size 1466431
22+
checksums rmd160 d86252dce77fead122e0da8ebddc2147d2aec9d5 \
23+
sha256 d9656526a8bb0f0a88a16a08ed463036589cd34af059daf80aaaa90b9246586c \
24+
size 536719
2425

25-
python.default_version 312
26+
python.default_version 313
2627

2728
depends_build-append \
2829
port:py${python.version}-setuptools_scm
2930

3031
depends_lib-append port:py${python.version}-levenshtein \
3132
port:py${python.version}-lxml \
32-
port:py${python.version}-vobject
33+
port:py${python.version}-vobject \
34+
port:py${python.version}-wcwidth

0 commit comments

Comments
 (0)