Files
2025-11-11 23:41:44 -05:00

35 lines
1.1 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
name py-commpy
supported_archs noarch
platforms {darwin any}
license BSD
maintainers {ra1nb0w @ra1nb0w} {michaelld @michaelld} openmaintainer
description Digital Communication Algorithms with Python
long_description {*}${description}
github.setup veeresht CommPy 0.8.0 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
checksums rmd160 b8163799439e1b2453037ddca833bdb9aa193aaa \
sha256 4b2c5cc1d44f99ed14d770aca42958a3ee05a5034d36aad4e56a2cfd40d6f89d \
size 406216
revision 0
python.versions 310
homepage https://veeresht.info/CommPy/
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-matplotlib \
port:py${python.version}-numpy \
port:py${python.version}-scipy
}