[21141] trunk/dports/python/py-wxpython/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Jan 6 08:58:05 PST 2007


Revision: 21141
          http://trac.macosforge.org/projects/macports/changeset/21141
Author:   jwa at macports.org
Date:     2007-01-06 08:58:05 -0800 (Sat, 06 Jan 2007)

Log Message:
-----------
changed wxWidgets dependency to wxWidgets-devel (wxWidgets was missing a file), python dependency to 2.5

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

Modified: trunk/dports/python/py-wxpython/Portfile
===================================================================
--- trunk/dports/python/py-wxpython/Portfile	2007-01-06 16:55:08 UTC (rev 21140)
+++ trunk/dports/python/py-wxpython/Portfile	2007-01-06 16:58:05 UTC (rev 21141)
@@ -3,10 +3,10 @@
 PortSystem 1.0
 
 name			py-wxpython
-version			2.6.3.2
+version			2.8.0.1
 categories		python graphics
 platforms		darwin
-maintainers		mww at opendarwin.org
+maintainers		mww at macports.org jwa at macports.org
 description		Python interface to the wxWindows cross platform GUI
 long_description	wxPython is a GUI toolkit for the Python programming \
 				language. It allows Python programmers to create \
@@ -19,11 +19,12 @@
 homepage		http://www.wxpython.org/
 master_sites	sourceforge:wxpython
 distname		wxPython-src-${version}
-checksums		sha1 2f845459e089c615e15ac165b5135b688b9d62cf
+use_bzip2		yes
+checksums		sha1 917b690a1e39cb4919d086a184ae0fdbc0df8c99
 patchfiles		patch-config.py
 
-depends_lib		port:python24 \
-				port:wxWidgets
+depends_lib		port:python25 \
+			port:wxWidgets-devel
 
 worksrcdir		${distname}/wxPython
 
@@ -32,7 +33,7 @@
 use_configure	no
 
 build.env		WX_CONFIG="${prefix}/bin/wx-config" UNICODE="1" WXPORT="mac"
-build.cmd		${prefix}/bin/python2.4 setup.py
+build.cmd		${prefix}/bin/python2.5 setup.py
 build.target	build
 
 destroot.cmd	${build.cmd}

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


More information about the macports-changes mailing list