Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory sc8-pr-cvs17:/tmp/cvs-serv20596

Added Files:
        pyxg-py.patch pyxg-py.info 
Log Message:
New package.


--- NEW FILE: pyxg-py.patch ---
diff -ruN --exclude '*~' PyXG-0.2.0/setup.py PyXG-0.2.0.patched/setup.py
--- PyXG-0.2.0/setup.py 2005-12-22 17:09:44.000000000 -0500
+++ PyXG-0.2.0.patched/setup.py 2007-10-07 16:59:29.000000000 -0400
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 from distutils.core import setup
-import bdist_mpkg
+#import bdist_mpkg
 
 setup(name='PyXG',
     version='0.2.0',
diff -ruN --exclude '*~' PyXG-0.2.0/xg.py PyXG-0.2.0.patched/xg.py
--- PyXG-0.2.0/xg.py    2005-12-22 18:14:48.000000000 -0500
+++ PyXG-0.2.0.patched/xg.py    2007-10-07 18:14:37.000000000 -0400
@@ -1331,14 +1331,14 @@
         @type isExecutable: boolean
         """
         
-        path = 
NSString.stringWithString_(unicode(filePath)).stringByStandardizingPath()
+        path = 
NSString.stringWithString_(unicode(filepath)).stringByStandardizingPath()
         data = NSData.dataWithContentsOfFile_(path)
         self._checkInputFiles()
         if isExecutable:
             isExecString = u'YES'
         else:
             isExecString = u'NO'
-        self._jobDict[u'inputFiles'][unicode(fileName)] = \
+        self._jobDict[u'inputFiles'][unicode(filename)] = \
             {u'fileData':data,u'isExecutable':isExecString}
     
     def delFile(self,fileName):

--- NEW FILE: pyxg-py.info ---
Info2: <<
Package: pyxg-py%type_pkg[python]
Version: 0.2.0
Revision: 1
Distribution: 10.4, 10.5
Type: python(2.4 2.5)
Maintainer: Sebastien Maret <[EMAIL PROTECTED]>
BuildDepends: pyobjc-py%type_pkg[python]-bin
Depends: python%type_pkg[python], pyobjc-py%type_pkg[python]
Source: http://pyxg.scipy.org/downloads/PyXG-%v.tar.gz
Source-MD5: 9611586e60cf872cf47281fd81ccb5e4
Patch: pyxg-py.patch
CompileScript: python%type_raw[python] setup.py build   
InstallScript: python%type_raw[python] setup.py install --root=%d
License: BSD
Description: Python interface to Apple's Xgrid
DescDetail: <<
PyXG provides a Python interface to Apple's Xgrid. 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
<<


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to