Wanted: Python solution for ordering dependencies
Jonathan Fine
jfine at pytex.org
Sun Apr 25 07:46:08 EDT 2010
Aahz wrote:
> In article <U_idnaxONvb9x07WnZ2dnUVZ8kmdnZ2d at brightview.co.uk>,
> Jonathan Fine <jfine at pytex.org> wrote:
>> I'm hoping to avoid reinventing a wheel (or other rolling device). I've
>> got a number of dependencies and, if possible, I want to order them so
>> that each item has its dependencies met before it is processed.
>>
>> I think I could get what I want by writing and running a suitable
>> makefile, but that seems to be such a kludge.
>
> scons?
Thanks for the pointer. Looks interesting, but it may be a bit
heavyweight for what I need.
--
Jonathan
More information about the Python-list
mailing list