From dcac9b0d4e8669cc9602012f487e48fb44732148 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sun, 31 Mar 2013 05:05:46 +0000 Subject: [PATCH] remove completed build todo items git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73759 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- TODO.txt | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/TODO.txt b/TODO.txt index 060ef230..9af53091 100644 --- a/TODO.txt +++ b/TODO.txt @@ -88,16 +88,6 @@ Exceptions WAF Build --------- - * Update wscript to support installation of the wxPython package, either - to the site-pacakges dir of the active Python or to a DESTROOT for when - building installer packages. - - * Can we also do other distutils- or setuptools-like things from our wscript? - For example, creating an egg or other standardized python distribution format, - uploading to pypi, etc. Or perhaps we can dynamically generate a setup.py - script that will do that stuff for us. I'd really rather not have to - maintain both setup.py and the wscript that can both do full builds... - * Add support for using the cygwin and mingw32 compilers.