[47037] trunk/dports/python/py25-pyxg/Portfile

snc at macports.org snc at macports.org
Fri Feb 20 07:29:59 PST 2009


Revision: 47037
          http://trac.macports.org/changeset/47037
Author:   snc at macports.org
Date:     2009-02-20 07:29:57 -0800 (Fri, 20 Feb 2009)
Log Message:
-----------
created port PyXG, added leopard and darwin fixes, ticket #16400

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

Modified: trunk/dports/python/py25-pyxg/Portfile
===================================================================
--- trunk/dports/python/py25-pyxg/Portfile	2009-02-20 14:34:45 UTC (rev 47036)
+++ trunk/dports/python/py25-pyxg/Portfile	2009-02-20 15:29:57 UTC (rev 47037)
@@ -1,23 +1,30 @@
+# -*- 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     python25 1.0
+PortSystem      1.0
+PortGroup       python25 1.0
 
-name          py25-pyxg
-version       0.2.0
-categories    python devel
-platforms     darwin
-maintainers   nomaintainer
-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            py25-pyxg
+version         0.2.0
+categories      python devel
+platforms       darwin
+maintainers     nomaintainer
+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:py25-bdist_mpkg \
-              port:py25-pyobjc
+depends_lib     port:py25-bdist_mpkg \
+                port:py25-pyobjc
+
+platform darwin 9 {
+                depends_lib-delete port:py25-pyobjc
+                depends_lib-append port:py25-pyobjc2-cocoa
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090220/9bd2e7fc/attachment.html>


More information about the macports-changes mailing list