File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
textproc/translate-toolkit Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ PortSystem 1.0
44PortGroup python 1.0
55
66name translate-toolkit
7- version 3.12.2
7+ python.rootname translate_toolkit
8+ version 3.16.3
89revision 0
910
1011categories textproc
@@ -18,15 +19,16 @@ long_description {*}${description}
1819
1920homepage 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
2728depends_build-append \
2829 port:py${python.version} -setuptools_scm
2930
3031depends_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
You can’t perform that action at this time.
0 commit comments