E&S CVS Commit: setuptools - Compute command line that should be passed to child setup scripts.
pje at eby-sarna.com
pje at eby-sarna.com
Sun Mar 21 20:22:00 EST 2004
Module Name: setuptools
Committed By: pje
Date: Mon Mar 22 01:20:58 UTC 2004
Modified Files:
setuptools: TODO.txt
setuptools/setuptools: dist.py
setuptools/setuptools/command: depends.py
setuptools/setuptools/tests: __init__.py
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.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/setuptools/TODO.txt.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/setuptools/setuptools/dist.py.diff?r1=1.9&r2=1.10
http://cvs.eby-sarna.com/setuptools/setuptools/command/depends.py.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/setuptools/setuptools/tests/__init__.py.diff?r1=1.7&r2=1.8
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 setuptools/TODO.txt
cvs rdiff -r1.9 -r1.10 setuptools/setuptools/dist.py
cvs rdiff -r1.2 -r1.3 setuptools/setuptools/command/depends.py
cvs rdiff -r1.7 -r1.8 setuptools/setuptools/tests/__init__.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
More information about the source-changes
mailing list