[Checkins] SVN: zope.i18n/tags/3.0.0/s Package zope.i18n-3.0.0 as egg.

Tres Seaver tseaver at palladion.com
Tue Apr 4 18:38:04 EDT 2006


Log message for revision 66459:
  Package zope.i18n-3.0.0 as egg.

Changed:
  U   zope.i18n/tags/3.0.0/setup.cfg.in
  U   zope.i18n/tags/3.0.0/setup.py
  _U  zope.i18n/tags/3.0.0/src/zope/

-=-
Modified: zope.i18n/tags/3.0.0/setup.cfg.in
===================================================================
--- zope.i18n/tags/3.0.0/setup.cfg.in	2006-04-04 22:32:40 UTC (rev 66458)
+++ zope.i18n/tags/3.0.0/setup.cfg.in	2006-04-04 22:38:04 UTC (rev 66459)
@@ -1,6 +1,2 @@
 [development]
 depends = zope.testing
-
-[egg_info]
-tag_build = .dev
-tag_svn_revision = 1

Modified: zope.i18n/tags/3.0.0/setup.py
===================================================================
--- zope.i18n/tags/3.0.0/setup.py	2006-04-04 22:32:40 UTC (rev 66458)
+++ zope.i18n/tags/3.0.0/setup.py	2006-04-04 22:38:04 UTC (rev 66459)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2004 Zope Corporation and Contributors.
+# Copyright (c) 2006 Zope Corporation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
@@ -11,7 +11,7 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""Setup for zope.i18nmessageid package
+"""Setup for zope.i18n package
 
 $Id$
 """
@@ -24,25 +24,22 @@
     from distutils.core import setup, Extension
 
 setup(name='zope.i18n',
-      version='1.0',
-      url='http://svn.zope.org/zope.i18n',
+      version='3.0.0',
+      url='http://svn.zope.org/zope.i18n/tags/3.0.0',
       license='ZPL 2.1',
       description='Zope3 Internationalization Support',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
-      long_description='',
       
       packages=['zope', 'zope.i18n'],
       package_dir = {'': os.path.join(os.path.dirname(__file__), 'src')},
 
       namespace_packages=['zope',],
       tests_require = ['zope.testing'],
-      install_requires=['pytz',
-                        'zope.component',
-                        'zope.deprecation',
+      install_requires=['zope.component',
+                        'zope.i18nmessageid',
                         'zope.interface',
                         'zope.schema',
-                        'zope.testing',
                        ],
       include_package_data = True,
 


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

   + i18n svn://svn.zope.org/repos/main/Zope3/tags/ZopeX3-3.0.0/src/zope/i18n




More information about the Checkins mailing list