Issue 301: Setup.py target to prepare all the stuff for win/osx portable version
Status:  Fixed
Owner:
Closed:  Aug 2010
Project Member Reported by txprog, Aug 12, 2010
Something like:

python setup.py bdist_portable

And can do (from dennda talk on irc):
git clean -dxf
rm -rdf .git
rm -rdf .gitignore
cp pymt/c_ext/*.so build/release/pymt/c_ext/

:)

Aug 20, 2010
Project Member #1 thomas.h...@gmail.com
done for windows.  need to figure out some stuff for creating the dmg on osx
Owner: thomas.hansen
Aug 20, 2010
Project Member #2 thomas.h...@gmail.com
not doing ant git clean or rm btw.  this is the process of build script (buils scripts and resources lice in pymt.tools.packaging.<platform>)

1.creates an empty build dir 
2.downalods binary dependencies 
3.creates a source distribution (setup.py sdist) from current source tree (this avoids any git stuff)
4. compiles c_ext inplace on new build
5. copy launcher script, resources and package all up
Aug 21, 2010
Project Member #3 thomas.h...@gmail.com
done, needs review/testing maybe.  works well on my windows 7 64bit and mbp with osx 10.6.
Status: Fixed