[22224] trunk/dports/python/py-wxpython

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 22 06:27:57 PST 2007


Revision: 22224
          http://trac.macosforge.org/projects/macports/changeset/22224
Author:   mww at macports.org
Date:     2007-02-22 06:27:57 -0800 (Thu, 22 Feb 2007)

Log Message:
-----------
make py-wxpython a Python 2.4 port again, find wxWidgets-devel in it's new location, inc. revision

Modified Paths:
--------------
    trunk/dports/python/py-wxpython/Portfile

Removed Paths:
-------------
    trunk/dports/python/py-wxpython/files/

Modified: trunk/dports/python/py-wxpython/Portfile
===================================================================
--- trunk/dports/python/py-wxpython/Portfile	2007-02-22 14:26:32 UTC (rev 22223)
+++ trunk/dports/python/py-wxpython/Portfile	2007-02-22 14:27:57 UTC (rev 22224)
@@ -4,6 +4,7 @@
 
 name			py-wxpython
 version			2.8.1.1
+revision		1
 categories		python graphics
 platforms		darwin
 maintainers		mww at macports.org jwa at macports.org
@@ -23,7 +24,7 @@
 checksums		sha1 18d7e8314d853fcf8a84d8a3792aa55ffa0be472
 #patchfiles		patch-config.py
 
-depends_lib		port:python25 \
+depends_lib		port:python24 \
 			port:wxWidgets-devel
 
 worksrcdir		${distname}/wxPython
@@ -32,10 +33,11 @@
 
 use_configure	no
 
-build.env		WX_CONFIG="${prefix}/bin/wx-config" UNICODE="1" WXPORT="mac"
-build.cmd		${prefix}/bin/python2.5 setup.py
+build.env		UNICODE="1" WXPORT="mac" PATH="${prefix}/lib/wx-devel/bin:$env(PATH)"
+build.cmd		${prefix}/bin/python2.4 setup.py
 build.target	build
 
+destroot.env	UNICODE="1" WXPORT="mac" PATH="${prefix}/lib/wx-devel/bin:$env(PATH)"
 destroot.cmd	${build.cmd}
 destroot.destdir	--prefix=${prefix} --root=${destroot}
 

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


More information about the macports-changes mailing list