On Wed, 9 Dec 2009 13:28:35 -0800
"C. Titus Brown" <
c...@msu.edu> wrote:
> > Titus, would you be able to use your Pony-Build system to produce
> > not only eggs for the platforms you support but also other
> > packages, as presently available for 0.8.0?
> Sure -- can you send me the commands to use?
For 32- and 64-bit Windows, use 'bdist_msi' where available (Python
2.6+) and 'bdist_wininst' elsewhere. For Mac OS X, use 'bdist_dumb' and
rename the resulting tarball in accordance with the convention of
existing files; if you use Fink you will also have to rename some of
the eggs.
--
MS