make or similar in Python
Greg Wilson
gvwilson at nevex.com
Wed Jul 7 13:39:42 EDT 1999
More information about the Python-list mailing list
Wed Jul 7 13:39:42 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 ]
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)
- 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