Files
macports-ports/python/py-scikits-bootstrap/Portfile
T
Joshua Root f31289caff python/py-[r-z]*: set github.tarball_from explicitly
In preparation for changing the default.
2025-01-27 04:26:35 +11:00

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
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name py-${name}
revision 0
categories-append math science
license BSD
supported_archs noarch
platforms {darwin any}
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 39
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-erf \
port:py${python.version}-numpy
}