# -*- 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-commpy version 0.4.0 revision 0 platforms darwin supported_archs noarch license BSD maintainers {@ra1nb0w irh.it:rainbow} {michaelld @michaelld} openmaintainer description Digital Communication Algorithms with Python long_description ${description} homepage https://veeresht.github.com/CommPy python.rootname scikit-commpy master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 dd1642d3fdbf7ef21dbcb2f58a1732dfdc338696 \ sha256 a3903df1a9af50654f354eaf3371d13406514405d75a7c0f8f4cf5957fac90e0 \ size 26768 python.versions 27 35 36 37 38 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append \ port:py${python.version}-matplotlib \ port:py${python.version}-numpy \ port:py${python.version}-scipy # some data is not present on the pypi package # therefore it fails; disable #depends_test-append port:py${python.version}-nose #test.run no livecheck.type none }