Re: [gentoo-dev] [gentoo dev]suggestion to distutils eclass

2006-07-16 Thread Zhang Le
On 7/17/06, Alastair Tse <[EMAIL PROTECTED]> wrote: On Mon, 2006-07-17 at 00:49 +0800, Zhang Le wrote:> Some packages don't provide standard "setup.py".> Take a look at the attachment.> This is a new ebuld.I agree with Stefan, just put a symlink in from whatever their distutils install script is to

Re: [gentoo-dev] [gentoo dev]suggestion to distutils eclass

2006-07-16 Thread Alastair Tse
On Mon, 2006-07-17 at 00:49 +0800, Zhang Le wrote: > Some packages don't provide standard "setup.py". > Take a look at the attachment. > This is a new ebuld. I agree with Stefan, just put a symlink in from whatever their distutils install script is to setup.py in src_unpack(). This seems to be s

[gentoo-dev] [gentoo dev]suggestion to distutils eclass

2006-07-16 Thread Zhang Le
Some packages don't provide standard "setup.py". Take a look at the attachment.This is a new ebuld.So my suggestion is to add a new variable to distutils.eclass, e.g. SETUP.PY, if it's set, then use it, otherwise let it defaults to " setup.py".Looking forward to hear your feedback on this.-- Zhang