# -*- 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 0.7.0 revision 1 categories-append math platforms darwin license BSD python.versions 26 27 32 33 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 http://pypi.python.org/packages/source/B/Bottleneck/ distname Bottleneck-${version} checksums rmd160 1c4383c7b94f78b7f687d9dac7d38e2d6865de49 \ sha256 8d7bc7eac458632603fc10c71f26c0f9f976293ff394f48efae6ecd4c79b21fc if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-numpy livecheck.type none } else { livecheck.type regex livecheck.url ${master_sites} livecheck.regex {Bottleneck-(\d+(?:\.\d+)*)\.[tz]} }