[60822] trunk/dports/python

jmr at macports.org jmr at macports.org
Tue Nov 24 23:49:29 PST 2009


Revision: 60822
          http://trac.macports.org/changeset/60822
Author:   jmr at macports.org
Date:     2009-11-24 23:49:25 -0800 (Tue, 24 Nov 2009)
Log Message:
-----------
New port: py26-pyxg (#22206)

Modified Paths:
--------------
    trunk/dports/python/py26-pyxg/Portfile

Added Paths:
-----------
    trunk/dports/python/py26-pyxg/

Modified: trunk/dports/python/py26-pyxg/Portfile
===================================================================
--- trunk/dports/python/py25-pyxg/Portfile	2009-11-25 00:38:51 UTC (rev 60817)
+++ trunk/dports/python/py26-pyxg/Portfile	2009-11-25 07:49:25 UTC (rev 60822)
@@ -2,15 +2,15 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup       python25 1.0
+PortGroup       python26 1.0
 
-name            py25-pyxg
+name            py26-pyxg
 version         0.2.0
 categories      python devel
 platforms       darwin
-maintainers     snc openmaintainer
+maintainers     gmail.com:beatrupp 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.
@@ -21,12 +21,11 @@
 
 checksums       md5 9611586e60cf872cf47281fd81ccb5e4
 
-depends_lib     port:py25-bdist_mpkg \
-                port:py25-pyobjc
+depends_lib     port:py26-pyobjc2-cocoa
 
-platform darwin 9 {
-                depends_lib-delete port:py25-pyobjc
-                depends_lib-append port:py25-pyobjc2-cocoa
+platform darwin 8 {
+                depends_lib-delete port:py26-pyobjc2-cocoa
+                depends_lib-append port:py26-pyobjc
 }
 
 livecheck.url   ${master_sites}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091124/5718fad2/attachment.html>


More information about the macports-changes mailing list