Roundup Tracker - Issues

Message4205

Author satchit
Recipients radioking, richard, satchit, tobias-herp
Date 2010-11-12.22:10:09
Message-id <1289599809.79.0.269979015609.issue1829020@psf.upfronthosting.co.za>
In-reply-to
I've attached a patch that should fix this issue and allow roundup as an
egg using easy_install, zc.buildout, etc.

1. The patch creates a subclass of
"distutils.command.install_lib.install_lib" command class and overrides
the default one through setup.py

2. Modification of "roundup.dist.command.build" wasn't necessary, but
was done to comply with DRY. I can submit a new patch to avoid this if
required.
History
Date User Action Args
2010-11-12 22:10:09satchitsetmessageid: <1289599809.79.0.269979015609.issue1829020@psf.upfronthosting.co.za>
2010-11-12 22:10:09satchitsetrecipients: + satchit, richard, tobias-herp, radioking
2010-11-12 22:10:09satchitlinkissue1829020 messages
2010-11-12 22:10:09satchitcreate