[114274] trunk/dports/python

aronnax at macports.org aronnax at macports.org
Tue Dec 3 23:14:20 PST 2013


Revision: 114274
          https://trac.macports.org/changeset/114274
Author:   aronnax at macports.org
Date:     2013-12-03 23:14:19 -0800 (Tue, 03 Dec 2013)
Log Message:
-----------
py-astroML: new port, machine learning algorithms for astronomy

Added Paths:
-----------
    trunk/dports/python/py-astroML/
    trunk/dports/python/py-astroML/Portfile

Added: trunk/dports/python/py-astroML/Portfile
===================================================================
--- trunk/dports/python/py-astroML/Portfile	                        (rev 0)
+++ trunk/dports/python/py-astroML/Portfile	2013-12-04 07:14:19 UTC (rev 114274)
@@ -0,0 +1,50 @@
+# -*- 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
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+PortGroup           select 1.0
+
+set realname        astroML
+
+name                py-${realname}
+version             0.1.2
+categories-append   science
+license             BSD
+platforms           darwin
+maintainers         aronnax openmaintainer
+
+python.versions     26 27
+
+description         tools for machine learning and data mining in astronomy
+
+long_description    AstroML is a Python module for machine learning and data \
+                    mining built on numpy, scipy, scikit-learn, and \
+                    matplotlib, and distributed under the 3-Clause BSD \
+                    license. It contains a growing library of statistical and \
+                    machine learning routines for analyzing astronomical data \
+                    in python, loaders for several open astronomical datasets, \
+                    and a large suite of examples of analyzing and visualizing \
+                    astronomical datasets.
+
+homepage            http://www.astroml.org
+master_sites        http://pypi.python.org/packages/source/[string index ${realname} 0]/${realname}
+distname            ${realname}-${version}
+
+checksums           md5     e9c7b8c43b54ee61dba30f5c05cde50b \
+                    sha1    2f57f78d3b824647de6002069c6b0ee90165a44e \
+                    rmd160  70cd5f16457ea7fe62095bd3d53d94626efed026
+
+if {$subport == $name} {
+    livecheck.type      regex
+    livecheck.url       http://pypi.python.org/pypi?:action=doap&name=${realname}
+    livecheck.regex     {<release><Version><revision>([^<]+)</revision></Version></release>}
+} else {
+    depends_lib-append \
+                    port:py${python.version}-numpy \
+                    port:py${python.version}-scipy \
+                    port:py${python.version}-matplotlib \
+                    port:py${python.version}-scikit-learn
+
+    livecheck.type  none
+}


Property changes on: trunk/dports/python/py-astroML/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131203/2daa5dd3/attachment.html>


More information about the macports-changes mailing list