# -*- 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.4.0 revision 0 categories-append math license BSD python.versions 38 39 310 311 312 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 72c8063adff2379dca0b555461e442be87a523cf \ sha256 beb36df519b8709e7d357c0c9639b03b885ca6355bbf5e53752c685de51605b8 \ size 103490 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-versioneer depends_lib-append port:py${python.version}-numpy if {${python.version} == 38} { python.rootname Bottleneck version 1.3.8 revision 0 checksums rmd160 8f7f0d89a72dc8be802e807015a864380d858f1b \ sha256 6780d896969ba7f53c8995ba90c87c548beb3db435dc90c60b9a10ed1ab4d868 \ size 103252 depends_lib-append \ port:py${python.version}-oldest-supported-numpy } else { # py-numpy >= 2.0.0 is only required when building wheels for PyPI # See: pyproject.toml patchfiles patch-pyproject.toml.diff } livecheck.type none }