Wanted: Python solution for ordering dependencies

Aahz aahz at pythoncraft.com
Sat Apr 24 20:16:56 EDT 2010


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?
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"It is easier to optimize correct code than to correct optimized code."
--Bill Harlan



More information about the Python-list mailing list