# -*- 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           python 1.0

name                py-sox
version             1.5.0
revision            0

platforms           {darwin any}
supported_archs     noarch
license             BSD
maintainers         nomaintainer

description         Python wrapper around SoX.
long_description    {*}${description}

homepage            https://github.com/rabitt/pysox

checksums           rmd160  9d774e94adbba80a4e181b57438d095c10e4ded5 \
                    sha256  12c7be5bb1f548d891fe11e82c08cf5f1a1d74e225298f60082e5aeb2469ada0 \
                    size    63905


python.versions     39 314

if {${name} ne ${subport}} {
    depends_run-append \
                    port:py${python.version}-numpy \
                    port:py${python.version}-typing_extensions \
                    port:sox
}
