E&S CVS Commit: setuptools - Flesh out 'depends' command to display dependencies' status, and halt if

pje at eby-sarna.com pje at eby-sarna.com
Sat Mar 20 16:01:01 EST 2004


Module Name:	setuptools
Committed By:	pje
Date:		Sat Mar 20 21:00:15 UTC 2004

Modified Files:
	setuptools: TODO.txt setup.py
	setuptools/setuptools: depends.py dist.py
	setuptools/setuptools/command: depends.py
	setuptools/setuptools/tests: __init__.py

Log Message:
Flesh out 'depends' command to display dependencies' status, and halt if
all requirements aren't met.  (Also, check planned install location for
the dependencies, as well as checking sys.path.)  Also:

* Allow 'Feature()' objects to include 'Require()' objects, so that
  dependencies can be optional

* 'Require()' objects can set a homepage, whose URL will be displayed by
  the 'depends' command if the dependency needs to be installed.

* Misc. fixes/refactoring of version validation to properly handle
  "unknown" versions, and to decouple version fetching from version
  checking.

* Updated TODO to remove various completed items.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/setuptools/TODO.txt.diff?r1=1.1&r2=1.2
http://cvs.eby-sarna.com/setuptools/setup.py.diff?r1=1.7&r2=1.8
http://cvs.eby-sarna.com/setuptools/setuptools/depends.py.diff?r1=1.1&r2=1.2
http://cvs.eby-sarna.com/setuptools/setuptools/dist.py.diff?r1=1.8&r2=1.9
http://cvs.eby-sarna.com/setuptools/setuptools/command/depends.py.diff?r1=1.1&r2=1.2
http://cvs.eby-sarna.com/setuptools/setuptools/tests/__init__.py.diff?r1=1.6&r2=1.7

To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 setuptools/TODO.txt
cvs rdiff -r1.7 -r1.8 setuptools/setup.py
cvs rdiff -r1.1 -r1.2 setuptools/setuptools/depends.py
cvs rdiff -r1.8 -r1.9 setuptools/setuptools/dist.py
cvs rdiff -r1.1 -r1.2 setuptools/setuptools/command/depends.py
cvs rdiff -r1.6 -r1.7 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