make or similar in Python
Paul Duffin
pduffin at mailserver.hursley.ibm.com
Wed Jul 28 04:31:18 EDT 1999
More information about the Python-list mailing list
Wed Jul 28 04:31:18 EDT 1999
- Previous message (by thread): make or similar in Python
- Next message (by thread): make or similar in Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Greg Wilson wrote: > > Hi, folks. Has anyone ever written a dependency management/update tool > (like 'make') in Python? > I'm not looking for something that reads makefiles, and happens to be > written in Python; I'm looking > for a Python module that users import, then provide data to, in order to > manage dependencies. (The > answer I got from the Perl crowd was 'cool idea, but no'; I'm hoping > I'll have more luck here.) > Thanks, > Greg (who'd really, really like to override some of the things that > GNU make does) If you just want a cross platform one then take a look at "bras" http://wsd.iitb.fhg.de/%7Ekir/brashome/ which is a pure Tcl solution. -- Paul Duffin DT/6000 Development Email: pduffin at hursley.ibm.com IBM UK Laboratories Ltd., Hursley Park nr. Winchester Internal: 7-246880 International: +44 1962-816880
- Previous message (by thread): make or similar in Python
- Next message (by thread): make or similar in Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list