# -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id: Portfile 148883 2016-05-21 15:32:09Z aronnax@macports.org $ PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 github.setup cgevans scikits-bootstrap 0.3.2 name py-${name} revision 1 categories-append science license BSD platforms darwin maintainers aronnax description Bootstrap confidence interval estimation routines for SciPy. long_description Algorithms for SciPy to calculate bootstrap confidence \ intervals for statistics functions applied to data. checksums rmd160 3cd699efccbe85a442286507faed57bcf87dc327 \ sha256 c98b55d53161e53632ff3e0e60c16ffe7c38b6505947a1f2447eb6d7c01a0e01 python.versions 26 27 33 34 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-setuptools \ port:py${python.version}-numpy \ port:py${python.version}-scipy livecheck.type none }