# -*- 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        rlabbe filterpy 1.4.5
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                py-filterpy
revision            1

categories-append   science
platforms           {darwin any}
supported_archs     noarch
maintainers         {mareimbrium.org:kuba @KubaO} openmaintainer
license             MIT

description         Kalman filters and other optimal and non-optimal \
                    estimation filters in Python.
long_description    This library provides Kalman filtering and \
                    various related optimal and non-optimal \
                    filtering software written in Python. It \
                    contains Kalman filters, Extended Kalman filters, \
                    Unscented Kalman filters, Kalman smoothers, Least \
                    Squares filters, fading memory filters, g-h filters, \
                    discrete Bayes, and more.

homepage            https://github.com/rlabbe/filterpy

checksums           sha256  badd88322c3f959b927bbbb9a4640f8a7b403ef02d2856303a158793df4cf66e \
                    rmd160  549cf98a3647244f598b07b776ca6eb9cd79c73b \
                    size    138889

python.versions     39 310

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