[Python-checkins] python/nondist/sandbox/setuptools EasyInstall.txt, 1.31, 1.32

pje@users.sourceforge.net pje at users.sourceforge.net
Sun Jul 10 07:06:34 CEST 2005


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

Modified Files:
	EasyInstall.txt 
Log Message:
Allow EasyInstall to accept a directory containing a setup script as one
of its arguments.  Fix swapped short option names for --bdist-dir and
--dist-dir in bdist_egg.


Index: EasyInstall.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/setuptools/EasyInstall.txt,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- EasyInstall.txt	10 Jul 2005 04:49:30 -0000	1.31
+++ EasyInstall.txt	10 Jul 2005 05:06:30 -0000	1.32
@@ -556,6 +556,9 @@
    base error type for errors that should just issue a message to stderr and
    exit the program without a traceback.
 
+ * EasyInstall can now be given a path to a directory containing a setup
+   script, and it will attempt to build and install the package there.
+
 0.5a8
  * There is now a separate documentation page for `setuptools`_; revision
    history that's not specific to EasyInstall has been moved to that page.



More information about the Python-checkins mailing list