[Python-checkins] python/nondist/sandbox/setuptools EasyInstall.txt, 1.17, 1.18

pje@users.sourceforge.net pje at users.sourceforge.net
Wed Jul 6 03:37:43 CEST 2005


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

Modified Files:
	EasyInstall.txt 
Log Message:
Added ``egg_info`` command to ``setuptools``-based packages.  This command
just creates or updates the "projectname.egg-info" directory, without
building an egg.  It's used by the ``bdist_egg`` command now, and will be
used by the ``test`` and ``develop`` commands later on.


Index: EasyInstall.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/setuptools/EasyInstall.txt,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- EasyInstall.txt	4 Jul 2005 18:44:26 -0000	1.17
+++ EasyInstall.txt	6 Jul 2005 01:37:41 -0000	1.18
@@ -481,6 +481,12 @@
  * There's no automatic retry for borked Sourceforge mirrors, which can easily
    time out or be missing a file.
 
+0.5a5
+ * Added ``egg_info`` command to ``setuptools``-based packages.  This command
+   just creates or updates the "projectname.egg-info" directory, without
+   building an egg.  It's used by the ``bdist_egg`` command now, and will be
+   used by the ``test`` and ``develop`` commands later on.
+
 0.5a4
  * Added ``--always-copy/-a`` option to always copy needed packages to the
    installation directory, even if they're already present elsewhere on



More information about the Python-checkins mailing list