[92119] trunk/dports/python

jmr at macports.org jmr at macports.org
Thu Apr 19 04:06:56 PDT 2012


Revision: 92119
          https://trac.macports.org/changeset/92119
Author:   jmr at macports.org
Date:     2012-04-19 04:06:51 -0700 (Thu, 19 Apr 2012)
Log Message:
-----------
New port: py-pyml, a machine learning framework written in Python (#29640)

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

Added: trunk/dports/python/py-pyml/Portfile
===================================================================
--- trunk/dports/python/py-pyml/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pyml/Portfile	2012-04-19 11:06:51 UTC (rev 92119)
@@ -0,0 +1,31 @@
+# -*- 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
+
+name                py-pyml
+version             0.7.7
+platforms           darwin
+license             LGPL-2.1+
+maintainers         gmail.com:chiszp openmaintainer
+description         Machine learning framework for SVMs and other kernel methods
+long_description    ${description}
+
+homepage            http://pyml.sourceforge.net/
+master_sites        sourceforge:pyml
+distname            PyML-${version}
+
+checksums           md5 64d9a2b5fb2cd68cdda1f70e71a4530e \
+                    sha1 9f165d1a1a946ddb52733d43e950e6c8a6824aa0
+
+python.versions     25 26 27
+python.default_version 27
+
+if {$subport != $name} {
+    depends_lib-append  port:py${python.version}-numpy \
+                        port:py${python.version}-matplotlib
+    livecheck.type      none
+} else {
+    livecheck.distname  PyML
+}


Property changes on: trunk/dports/python/py-pyml/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120419/86e07db8/attachment.html>


More information about the macports-changes mailing list