# -*- 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-scikit-rf version 1.8.0 distname scikit_rf-${version} revision 0 checksums rmd160 82d501c70caa3f29328643b71c97ffa6306fdbfd \ sha256 fcf54b90e37792680c09f02d4f0768b17cfb7cb783e16d0210f98e27d1ff30a8 \ size 569666 platforms {darwin any} supported_archs noarch maintainers nomaintainer license BSD description scikit-rf (aka skrf): a Python package for RF engineering long_description scikit-rf (aka skrf) is an Open Source, BSD-licensed \ package for RF/Microwave engineering implemented in the \ Python programming language. It provides a modern, \ object-oriented library which is both flexible and scalable. python.versions 310 311 312 313 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-numpy \ port:py${python.version}-scipy \ port:py${python.version}-pandas \ port:py${python.version}-typing_extensions }