[Python-checkins] python/nondist/sandbox/setuptools TODO.txt, 1.2, 1.3

pje at users.sourceforge.net pje at users.sourceforge.net
Sun Mar 21 20:12:33 EST 2004


Update of /cvsroot/python/python/nondist/sandbox/setuptools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10308

Modified Files:
	TODO.txt 
Log Message:
Compute command line that should be passed to child setup scripts.
Warn user if unsupported options are supplied, and cancel unless
'depends -i' (aka '--ignore-extra-args') was used.


Index: TODO.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/setuptools/TODO.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TODO.txt	20 Mar 2004 20:52:11 -0000	1.2
--- TODO.txt	22 Mar 2004 01:12:30 -0000	1.3
***************
*** 5,10 ****
    * install_deps command (install runtime dependencies)
  
-     * compute child command line, abort if user specified incompatible options
- 
      * OPEN ISSUE: should parent install command include child install's files?
  
--- 5,8 ----




More information about the Python-checkins mailing list