Skip to content

Commit 75aa2c5

Browse files
committed
py-ruamel-yaml-clib: Update 0.2.15; add Python 3.14 subport
1 parent dd5d0ea commit 75aa2c5

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

python/py-ruamel-yaml-clib/Portfile

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ PortGroup python 1.0
55

66
name 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
1212
revision 0
1313

1414
license MIT
@@ -19,13 +19,12 @@ long_description {*}${description}.
1919

2020
homepage 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

2426
if {${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

0 commit comments

Comments
 (0)