# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-bottleneck version 1.2.0 revision 0 categories-append math platforms darwin license BSD python.versions 26 27 33 34 35 maintainers 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 a9e5cee81b7f4d317db72188628884ab8f748a27 \ sha256 3bec84564a4adbe97c24e875749b949a19cfba4e4588be495cc441db7c6b05e8 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-numpy livecheck.type none } else { livecheck.name Bottleneck livecheck.type pypi }