# -*- 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
PortGroup           github 1.0

github.setup        dougthor42 PyErf 1.0.1 v
name                py-erf
categories-append   math science
license             GPL-3
platforms           darwin
supported_archs     noarch
maintainers         {aronnax @lpsinger} openmaintainer
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  94b59ce15968f47c67c50fb8509750827f9539f0 \
                    sha256  f06451e9777ca915e5813937e92235cbe9a60ea2a72d50dd6a0d4697932c6ed4 \
                    size    25506

python.versions     27 35 36 37 38 39

if {${name} ne ${subport}} {
    depends_build-append    port:py${python.version}-setuptools

    livecheck.type          none
}
