Skip to content

Commit

Permalink
py-ruamel-yaml-clib: update to 0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilman committed Dec 10, 2024
1 parent 058ad6a commit 9343bb5
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions python/py-ruamel-yaml-clib/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ PortGroup python 1.0

name py-ruamel-yaml-clib

version 0.2.8
checksums rmd160 58caef0372063cfa06e27a75fea1e85c43b1c891 \
sha256 beb2e0404003de9a4cab9753a8805a8fe9320ee6673136ed7f04255fe60bb512 \
size 213824
revision 1
version 0.2.12
checksums rmd160 fed85406ed7b7de5c9399e8775b51236a3a143bb \
sha256 6c8fbb13ec503f99a91901ab46e0b07ae7941cd527393187039aec586fdfd36f \
size 225315
revision 0

license MIT
maintainers {michaelld @michaelld} openmaintainer
Expand All @@ -19,15 +19,22 @@ long_description {*}${description}.

homepage https://yaml.readthedocs.io/

python.versions 38 39 310 311 312
python.versions 38 39 310 311 312 313

if {${name} ne ${subport}} {
if {${python.version} == 38} {
version 0.2.8

checksums rmd160 58caef0372063cfa06e27a75fea1e85c43b1c891 \
sha256 beb2e0404003de9a4cab9753a8805a8fe9320ee6673136ed7f04255fe60bb512 \
size 213824

patchfiles clang16.patch
}
depends_build-append \
port:py${python.version}-ruamel-yaml
}

patchfiles clang16.patch

# pypi requires "." not "-" in project names for fetching
regsub ^py- [option name] "" python_rootname
regsub -all {\-} ${python_rootname} "." python.rootname

0 comments on commit 9343bb5

Please sign in to comment.