# -*- 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
PortGroup           github 1.0

github.setup        mwickert scikit-dsp-comm 2.0.1 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                py-scikit-dsp-comm
revision            0

checksums           rmd160  83b1db434667fbf74f28da84f418982990ac6bc5 \
                    sha256  3a912a97bf740a9c428597a9d429bfc6934f206625a2d9c5edf541300925a112 \
                    size    12916111

platforms           {darwin any}
supported_archs     noarch
maintainers         nomaintainer
license             BSD

description         A collection of functions and classes to support signal \
                    processing and communications theory teaching and research
long_description    {*}${description}

python.versions     39 310

if {${name} ne ${subport}} {
    depends_lib-append \
        port:py${python.version}-numpy \
        port:py${python.version}-scipy \
        port:py${python.version}-colorama \
        port:py${python.version}-pyaudio
}
