[35155] trunk/dports/python

blair at macports.org blair at macports.org
Tue Mar 18 11:30:21 PDT 2008


Revision: 35155
          http://trac.macosforge.org/projects/macports/changeset/35155
Author:   blair at macports.org
Date:     2008-03-18 11:30:20 -0700 (Tue, 18 Mar 2008)

Log Message:
-----------
New Python 2.5 port for the pyprocessing 0.40 module.

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

Added Paths:
-----------
    trunk/dports/python/py25-processing/

Copied: trunk/dports/python/py25-processing (from rev 35154, trunk/dports/python/py-processing)

Modified: trunk/dports/python/py25-processing/Portfile
===================================================================
--- trunk/dports/python/py-processing/Portfile	2008-03-18 18:29:34 UTC (rev 35154)
+++ trunk/dports/python/py25-processing/Portfile	2008-03-18 18:30:20 UTC (rev 35155)
@@ -1,9 +1,9 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python25 1.0
 
-name			py-processing
+name			py25-processing
 version			0.40
 categories		python
 platforms		darwin
@@ -29,8 +29,8 @@
 use_zip			yes
 
 test.run		yes
-test.cmd		${python.bin} -c "'from processing.test import main; main()'"
-test.env		"PYTHONPATH=build/lib.macosx-10.3-${os.arch}-2.4"
+test.cmd		${python.bin} -m processing.test
+test.env		"PYTHONPATH=build/lib.macosx-10.3-${os.arch}-2.5"
 
 livecheck.check		regex
 livecheck.url		http://pypi.python.org/pypi/processing

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080318/ac6c0606/attachment.html 


More information about the macports-changes mailing list