[98655] trunk/dports/python

aronnax at macports.org aronnax at macports.org
Thu Oct 11 19:14:26 PDT 2012


Revision: 98655
          http://trac.macports.org//changeset/98655
Author:   aronnax at macports.org
Date:     2012-10-11 19:14:25 -0700 (Thu, 11 Oct 2012)
Log Message:
-----------
py-scikits-bootstrap: new port for bootstrap confidence interval estimation routines for SciPy

Added Paths:
-----------
    trunk/dports/python/py-scikits-bootstrap/
    trunk/dports/python/py-scikits-bootstrap/Portfile

Added: trunk/dports/python/py-scikits-bootstrap/Portfile
===================================================================
--- trunk/dports/python/py-scikits-bootstrap/Portfile	                        (rev 0)
+++ trunk/dports/python/py-scikits-bootstrap/Portfile	2012-10-12 02:14:25 UTC (rev 98655)
@@ -0,0 +1,37 @@
+# -*- 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$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-scikits-bootstrap
+version             0.2
+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.
+homepage            http://github.org/cgevans/scikits-bootstrap
+master_sites        http://pypi.python.org/packages/source/s/scikits.bootstrap/
+
+distname            scikits.bootstrap-${version}
+
+checksums           rmd160  38592ea2a1ac970df5b73efd5e90a5bedf0943ee \
+                    sha256  bc1287ee43c77984f7548de89abd977cd554bb310525330aafe34cf1c4ad673a
+
+python.default_version  27
+python.versions     26 27
+
+if {$subport != $name} {
+    depends_lib-append  port:py${python.version}-distribute \
+                        port:py${python.version}-numpy \
+                        port:py${python.version}-scipy
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     "scikits\\.bootstrap-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121011/dc3943d8/attachment.html>


More information about the macports-changes mailing list