You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
34 lines
1.2 KiB
Tcl
34 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 dougthor42 PyErf 1.0.1 v
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name py-erf
|
|
revision 0
|
|
|
|
categories-append math science
|
|
license GPL-3
|
|
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 94b59ce15968f47c67c50fb8509750827f9539f0 \
|
|
sha256 f06451e9777ca915e5813937e92235cbe9a60ea2a72d50dd6a0d4697932c6ed4 \
|
|
size 25506
|
|
|
|
python.versions 313
|
|
|
|
if {${subport} ne ${name}} {
|
|
depends_test-append \
|
|
port:py${python.version}-hypothesis
|
|
|
|
test.run yes
|
|
}
|