# -*- 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        scikit-rf scikit-rf 0.19.0 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                py-scikit-rf
revision            0

checksums           rmd160  fbe19cabb4f64cf089c64570e7df5da68661834e \
                    sha256  5594e1ee53460fbcea8bfbe4c412163f0d8f9792c1eee27ec559a9ac9b6c422f \
                    size    19630107

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     39

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