[52656] trunk/dports/python/py25-pymvpa/Portfile

jameskyle at macports.org jameskyle at macports.org
Sat Jun 20 11:09:48 PDT 2009


Revision: 52656
          http://trac.macports.org/changeset/52656
Author:   jameskyle at macports.org
Date:     2009-06-20 11:09:47 -0700 (Sat, 20 Jun 2009)
Log Message:
-----------
Added livecheck

Modified Paths:
--------------
    trunk/dports/python/py25-pymvpa/Portfile

Modified: trunk/dports/python/py25-pymvpa/Portfile
===================================================================
--- trunk/dports/python/py25-pymvpa/Portfile	2009-06-20 18:06:27 UTC (rev 52655)
+++ trunk/dports/python/py25-pymvpa/Portfile	2009-06-20 18:09:47 UTC (rev 52656)
@@ -13,7 +13,7 @@
 
 description             PyMVPA is a Python module intended to ease pattern classification analyses of large datasets.
 
-long_description        ${description}. In the neuroimaging contexts such analysis techniques are also known as decoding or MVPA analysis. PyMVPA provides high-level abstraction of typical processing steps and a number of implementations of some popular algorithms. 
+long_description        ${description}. In the neuroimaging contexts such analysis techniques are also known as decoding or MVPA analysis. PyMVPA provides high-level abstraction of typical processing steps and a number of implementations of some popular algorithms.
 
 homepage                http://www.pymvpa.org
 fetch.type              git
@@ -23,13 +23,13 @@
 depends_lib             port:py25-numpy \
                         port:git-core \
                         port:py25-setuptools
-                                                                        
+
 depends_build           port:git-core
 
-configure.args                                  
+configure.args
 
 patch.pre_args          -p1
- 
+
 patchfiles              patch-mvpa.diff setup-py.diff
 
 build.target            build_ext
@@ -51,7 +51,7 @@
 variant libsvm description {compile the libsvm classifier extension} {
     depends_lib-append port:libsvm \
                        port:swig
-    configure.args-append --with-libsvm 
+    configure.args-append --with-libsvm
 }
 
 variant matplotlib description {include support for the matplotlib library} {
@@ -87,4 +87,7 @@
   file copy ${worksrcpath}/COPYING ${worksrcpath}/doc/
   file copy ${worksrcpath}/Changelog ${worksrcpath}/doc/
   file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/mvpa
-}
\ No newline at end of file
+}
+
+livecheck.url   http://git.debian.org/?p=pkg-exppsy/pymvpa.git
+livecheck.regex {upstream\/([0-9.]+)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090620/665dd9ce/attachment.html>


More information about the macports-changes mailing list