[69927] trunk/dports/python

ryandesign at macports.org ryandesign at macports.org
Thu Jul 22 06:12:06 PDT 2010


Revision: 69927
          http://trac.macports.org/changeset/69927
Author:   ryandesign at macports.org
Date:     2010-07-22 06:12:05 -0700 (Thu, 22 Jul 2010)
Log Message:
-----------
py-pyxg, py25-pyxg: update whitespace and livecheck to make similar to py26-pyxg

Modified Paths:
--------------
    trunk/dports/python/py-pyxg/Portfile
    trunk/dports/python/py25-pyxg/Portfile

Modified: trunk/dports/python/py-pyxg/Portfile
===================================================================
--- trunk/dports/python/py-pyxg/Portfile	2010-07-22 09:32:00 UTC (rev 69926)
+++ trunk/dports/python/py-pyxg/Portfile	2010-07-22 13:12:05 UTC (rev 69927)
@@ -1,28 +1,28 @@
-# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# -*- 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     python24 1.0
+PortSystem      1.0
+PortGroup       python24 1.0
 
-name          py-pyxg
-version       0.2.0
-categories    python devel
-platforms     darwin
-maintainers   snc openmaintainer
-description PyXG provides a Python interface to Apple's Xgrid
-long_description  Xgrid is Apple's solution for running jobs on a cluster \
-of Macintosh computers. PyXG enables users to submit and manage Xgrid jobs \
-on a cluster from a Python script or within an interactive Python session.
+name            py-pyxg
+version         0.2.0
+categories      python devel
+platforms       darwin
+maintainers     snc openmaintainer
+description     PyXG provides a Python interface to Apple's Xgrid
+long_description  Xgrid is Apple's solution for running jobs \
+                on a cluster of Macintosh computers. PyXG enables users to \
+                submit and manage Xgrid jobs on a cluster from a Python script \
+                or within an interactive Python session.
 
-homepage      http://pyxg.scipy.org/
-master_sites  http://pyxg.scipy.org/downloads
-distname      PyXG-${version}
+homepage        http://pyxg.scipy.org/
+master_sites    http://pyxg.scipy.org/downloads
+distname        PyXG-${version}
 
-checksums     md5 9611586e60cf872cf47281fd81ccb5e4
+checksums       md5 9611586e60cf872cf47281fd81ccb5e4
 
-depends_lib   port:py-bdist_mpkg \
-              port:py-pyobjc
+depends_lib     port:py-bdist_mpkg \
+                port:py-pyobjc
 
-livecheck.type  regex
 livecheck.url   ${master_sites}
-livecheck.regex "PyXG-(\\d+\\.\\d(\\.\\d+)?)${extract.suffix}"
+livecheck.regex "PyXG-(\\d+\\.\\d+(\\.\\d+)?)"

Modified: trunk/dports/python/py25-pyxg/Portfile
===================================================================
--- trunk/dports/python/py25-pyxg/Portfile	2010-07-22 09:32:00 UTC (rev 69926)
+++ trunk/dports/python/py25-pyxg/Portfile	2010-07-22 13:12:05 UTC (rev 69927)
@@ -10,7 +10,7 @@
 platforms       darwin
 maintainers     snc openmaintainer
 description     PyXG provides a Python interface to Apple's Xgrid
-                long_description  Xgrid is Apple's solution for running jobs \
+long_description  Xgrid is Apple's solution for running jobs \
                 on a cluster of Macintosh computers. PyXG enables users to \
                 submit and manage Xgrid jobs on a cluster from a Python script \
                 or within an interactive Python session.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100722/fc9337e4/attachment.html>


More information about the macports-changes mailing list