E&S CVS Commit: setuptools - Added skeleton 'depends' command, that will check/install dependencies.

pje at eby-sarna.com pje at eby-sarna.com
Tue Mar 9 19:43:01 EST 2004


Module Name:	setuptools
Committed By:	pje
Date:		Wed Mar 10 00:41:56 UTC 2004

Modified Files:
	setuptools: setup.py
	setuptools/setuptools: __init__.py dist.py
	setuptools/setuptools/command: __init__.py test.py
	setuptools/setuptools/tests: __init__.py
Added Files:
	setuptools/setuptools/command: depends.py install.py

Log Message:
Added skeleton 'depends' command, that will check/install dependencies.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/setuptools/setup.py.diff?r1=1.5&r2=1.6
http://cvs.eby-sarna.com/setuptools/setuptools/__init__.py.diff?r1=1.5&r2=1.6
http://cvs.eby-sarna.com/setuptools/setuptools/dist.py.diff?r1=1.6&r2=1.7
http://cvs.eby-sarna.com/setuptools/setuptools/command/__init__.py.diff?r1=1.1&r2=1.2
http://cvs.eby-sarna.com/setuptools/setuptools/command/depends.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/setuptools/setuptools/command/install.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/setuptools/setuptools/command/test.py.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/setuptools/setuptools/tests/__init__.py.diff?r1=1.5&r2=1.6

To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 setuptools/setup.py
cvs rdiff -r1.5 -r1.6 setuptools/setuptools/__init__.py
cvs rdiff -r1.6 -r1.7 setuptools/setuptools/dist.py
cvs rdiff -r1.1 -r1.2 setuptools/setuptools/command/__init__.py
cvs rdiff -r0 -r1.1 setuptools/setuptools/command/depends.py \
    setuptools/setuptools/command/install.py
cvs rdiff -r1.3 -r1.4 setuptools/setuptools/command/test.py
cvs rdiff -r1.5 -r1.6 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