# -*- 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-bottleneck
version             1.2.1
revision            0
categories-append   math
platforms           darwin
license             BSD

python.versions     27 34 35 36 37

maintainers         {stromnov @stromnov} openmaintainer

description         Fast NumPy array functions written in Cython

long_description    Bottleneck is a set of NumPy ufuncs rewritten in \
                    Cython to boost performance. The collection contains \
                    mainly operations dealing with NaN and sliding windows.

homepage            http://berkeleyanalytics.com/bottleneck
master_sites        pypi:B/Bottleneck

distname            Bottleneck-${version}

checksums           rmd160  4afdfb4b31dbe614d1d0c2f4668a78058bdfc0fe \
                    sha256  6efcde5f830aed64feafca0359b51db0e184c72af8ba6675b4a99f263922eb36

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

    livecheck.type      none
} else {
    livecheck.name      Bottleneck
}