File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
python/py-ruamel-yaml-clib Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ PortGroup python 1.0
55
66name py-ruamel-yaml-clib
77
8- version 0.2.12
9- checksums rmd160 fed85406ed7b7de5c9399e8775b51236a3a143bb \
10- sha256 6c8fbb13ec503f99a91901ab46e0b07ae7941cd527393187039aec586fdfd36f \
11- size 225315
8+ version 0.2.15
9+ checksums rmd160 13de82a2395c3f34c11ef965067fb6d3d3a4522e \
10+ sha256 46e4cc8c43ef6a94885f72512094e482114a8a706d3c555a34ed4b0d20200600 \
11+ size 225794
1212revision 0
1313
1414license MIT
@@ -19,13 +19,12 @@ long_description {*}${description}.
1919
2020homepage https://yaml.readthedocs.io/
2121
22- python.versions 310 311 312 313
22+ distname ruamel_yaml_clib-${version}
23+ worksrcdir [string map {_ .} ${distname} ]
24+ python.versions 310 311 312 313 314
2325
2426if {${name} ne ${subport} } {
27+
2528 depends_build-append \
2629 port:py${python.version} -ruamel-yaml
2730}
28-
29- # pypi requires "." not "-" in project names for fetching
30- regsub ^py- [ option name] "" python_rootname
31- regsub -all {\-} ${python_rootname} "." python.rootname
You can’t perform that action at this time.
0 commit comments