# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup github 1.0 PortGroup python 1.0 github.setup librosa librosa 0.10.1 revision 0 name py-${github.project} categories-append audio platforms {darwin any} supported_archs noarch license ISC maintainers nomaintainer description A python package for music and audio analysis. long_description {*}${description} checksums rmd160 25ae847aac6b9effde1b864637bcc86b1be0e564 \ sha256 63e913b0060bb85e8a21ac06a33803d659c1139b2756442ee419012cf6a1df38 \ size 2210477 python.versions 38 39 310 311 if {${name} ne ${subport}} { depends_run-append \ port:py${python.version}-audioread \ port:py${python.version}-decorator \ port:py${python.version}-joblib \ port:py${python.version}-lazy_loader \ port:py${python.version}-matplotlib \ port:py${python.version}-msgpack \ port:py${python.version}-numba \ port:py${python.version}-numpy \ port:py${python.version}-pooch \ port:py${python.version}-scikit-learn \ port:py${python.version}-scipy \ port:py${python.version}-soxr \ port:py${python.version}-soundfile \ port:py${python.version}-typing_extensions depends_test-append \ port:py${python.version}-pytest-mpl \ port:py${python.version}-resampy \ port:py${python.version}-samplerate \ port:py${python.version}-types-decorator test.run yes post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} LICENSE.md README.md \ ${destroot}${docdir} } }