# -*- 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
python.rootname     Bottleneck
version             1.3.2
revision            0
categories-append   math
platforms           darwin
license             BSD

python.versions     27 36 37 38 39

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            https://github.com/pydata/bottleneck

checksums           rmd160  965ff15f3525811d075781f44adb77a034f1417b \
                    sha256  20179f0b66359792ea283b69aa16366419132f3b6cf3adadc0c48e2e8118e573 \
                    size    88246

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

    livecheck.type      none
}
