[Checkins] SVN: zope.component/tags/3.2.0/ Prepare zope.component-3.2.0 release for eggification.

Tres Seaver tseaver at palladion.com
Tue Apr 4 11:55:00 EDT 2006


Log message for revision 66396:
  Prepare zope.component-3.2.0 release for eggification.

Changed:
  U   zope.component/tags/3.2.0/INSTALL.txt
  U   zope.component/tags/3.2.0/setup.cfg.in
  U   zope.component/tags/3.2.0/setup.py
  _U  zope.component/tags/3.2.0/src/zope/

-=-
Modified: zope.component/tags/3.2.0/INSTALL.txt
===================================================================
--- zope.component/tags/3.2.0/INSTALL.txt	2006-04-04 15:44:31 UTC (rev 66395)
+++ zope.component/tags/3.2.0/INSTALL.txt	2006-04-04 15:55:00 UTC (rev 66396)
@@ -52,7 +52,7 @@
 and have it install the "testing dependencies."  Today, the workaround
 is to install it manually:
 
-  $ /path/to/easy_install --find-links="...." zope-testing
+  $ /path/to/easy_install --find-links="...." zope.testing
 
 You can then run the tests (finally) from the checkout directory:
 
@@ -67,7 +67,7 @@
 
 You can also install it from a source distribution:
 
-  $ /path/to/easy_install --find-links="...." -eb src zope-component
+  $ /path/to/easy_install --find-links="...." -eb src zope.component
   $ cd src/zope.component
   $ /path/to/your/python setup.py devel
 
@@ -78,6 +78,6 @@
 Install the package as a "binary egg" (which also installs its "hard"
 dependencies):
 
-  $ /path/to/easy_install --find-links="...." zope-component
+  $ /path/to/easy_install --find-links="...." zope.component
 
 

Modified: zope.component/tags/3.2.0/setup.cfg.in
===================================================================
--- zope.component/tags/3.2.0/setup.cfg.in	2006-04-04 15:44:31 UTC (rev 66395)
+++ zope.component/tags/3.2.0/setup.cfg.in	2006-04-04 15:55:00 UTC (rev 66396)
@@ -1,6 +1,2 @@
 [development]
 depends = zope.testing
-
-[egg_info]
-tag_build = .dev
-tag_svn_revision = 1

Modified: zope.component/tags/3.2.0/setup.py
===================================================================
--- zope.component/tags/3.2.0/setup.py	2006-04-04 15:44:31 UTC (rev 66395)
+++ zope.component/tags/3.2.0/setup.py	2006-04-04 15:55:00 UTC (rev 66396)
@@ -24,13 +24,16 @@
     from distutils.core import setup, Extension
 
 setup(name='zope.component',
-      version='3.0',
-      url='http://svn.zope.org/zope.component',
+      version='3.2.0',
+      url='http://svn.zope.org/zope.component/tags/3.2.0',
       license='ZPL 2.1',
-      description='component',
+      description='Zope Component Architecture',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
-      long_description='',
+      long_description="This package represents the core of the "
+                  "Zope Component Architecture.  Together with the "
+                  "'zope.interface' package, it provides facilities for "
+                  "defining, registering and looking up components.",
       
       packages=['zope',
                 'zope.component',


Property changes on: zope.component/tags/3.2.0/src/zope
___________________________________________________________________
Name: svn:externals
   - component svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/component

   + component svn://svn.zope.org/repos/main/Zope3/tags/Zope-3.2.0/src/zope/component




More information about the Checkins mailing list