E&S CVS Commit: setuptools - Added "features", allowing a distribution to be broken down into pieces

pje at eby-sarna.com pje at eby-sarna.com
Sun Mar 7 16:39:00 EST 2004


Module Name:	setuptools
Committed By:	pje
Date:		Sun Mar  7 21:38:29 UTC 2004

Modified Files:
	setuptools: setup.py
	setuptools/setuptools: __init__.py dist.py
	setuptools/setuptools/command: build_py.py test.py
	setuptools/setuptools/tests: __init__.py

Log Message:
Added "features", allowing a distribution to be broken down into pieces
that can be optionally installed or not, controlled by '--with-X' and
'--without-X' options.  Features can depend on one another, and add or
remove packages, extensions, libraries, etc. from the base distribution.
Added tons of docstrings for the new stuff, and the existing package data
and tests support.  Added lots of tests.  This version is finally ready,
I think, for people to actually look at.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/setuptools/setup.py.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/setuptools/setuptools/__init__.py.diff?r1=1.1&r2=1.2
http://cvs.eby-sarna.com/setuptools/setuptools/dist.py.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/setuptools/setuptools/command/build_py.py.diff?r1=1.1&r2=1.2
http://cvs.eby-sarna.com/setuptools/setuptools/command/test.py.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/setuptools/setuptools/tests/__init__.py.diff?r1=1.2&r2=1.3

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