You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
32 lines
1.2 KiB
Tcl
32 lines
1.2 KiB
Tcl
# -*- 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 cgevans scikits-bootstrap 1.0.0 v
|
|
name py-${name}
|
|
categories-append math science
|
|
license BSD
|
|
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 6663c5bee399df8c4c158d5294251f59be2ee67c \
|
|
sha256 ff421c4eed1651d4f49b0b8e12182f943d4dd1b2d44045c9da2c6ef185775773 \
|
|
size 9192
|
|
|
|
python.versions 27 35 36 37 38 39
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append port:py${python.version}-setuptools
|
|
|
|
depends_lib-append port:py${python.version}-erf \
|
|
port:py${python.version}-numpy
|
|
|
|
livecheck.type none
|
|
}
|