You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.2 KiB
Tcl
35 lines
1.2 KiB
Tcl
# -*- 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 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
|
|
}
|