[Checkins] SVN: zope.i18nmessageid/trunk/ Changed package's mailing list address to zope-dev at zope.org

Dan Korostelev nadako at gmail.com
Wed Mar 11 22:46:14 EDT 2009


Log message for revision 97948:
  Changed package's mailing list address to zope-dev at zope.org
  Reformatted change log to common formatting style.
  Update package description and docs a little.
  Remove old .cfg files for zpkg.
  

Changed:
  U   zope.i18nmessageid/trunk/CHANGES.txt
  U   zope.i18nmessageid/trunk/README.txt
  U   zope.i18nmessageid/trunk/buildout.cfg
  U   zope.i18nmessageid/trunk/setup.py
  D   zope.i18nmessageid/trunk/src/zope/i18nmessageid/DEPENDENCIES.cfg
  D   zope.i18nmessageid/trunk/src/zope/i18nmessageid/SETUP.cfg

-=-
Modified: zope.i18nmessageid/trunk/CHANGES.txt
===================================================================
--- zope.i18nmessageid/trunk/CHANGES.txt	2009-03-12 02:31:26 UTC (rev 97947)
+++ zope.i18nmessageid/trunk/CHANGES.txt	2009-03-12 02:46:14 UTC (rev 97948)
@@ -1,33 +1,41 @@
-zope.i18nmessageid Package Changelog
-====================================
+=======
+CHANGES
+=======
 
-Version 3.5.0 (unreleased)
---------------------------
+3.5.0 (unreleased)
+------------------
 
 - Added support to bootstrap on Jython.
 
-Version 3.4.3 (2007/9/26)
--------------------------
+- Changed package's mailing list address from zope3-dev at zope.org to
+  zope-dev at zope.org, because zope3-dev is now retired.
 
+- Reformatted change log to common formatting style.
+
+- Update package description and docs a little.
+
+- Remove old .cfg files for zpkg.
+
+3.4.3 (2007-09-26)
+------------------
+
 - Make PyPI the home URL.
 
-Version 3.4.2 (2007/9/25)
--------------------------
+3.4.2 (2007-09-25)
+------------------
 
 - Moved the ``ZopeMessageFactory`` from ``zope.app.i18n`` to this package.
 
+3.4.0 (2007-07-19)
+------------------
 
-Version 3.4.0 (2007/07/19)
---------------------------
-
 - Remove incorrect dependency.
 
 - Create final release to reflect package status.
 
+3.2.0 (2006-01-05)
+------------------
 
-Version 3.2.0 (2006/01/05)
---------------------------
-
 - Corresponds to the verison of the zope.i18nmessageid package shipped as
   part of the Zope 3.2.0 release.
 
@@ -38,8 +46,8 @@
   ('Message', 'MessageFactory').  Deprecated items are scheduled for removal
   in Zope 3.3.
 
-Version 3.0.0 (2004/11/07)
---------------------------
+3.0.0 (2004-11-07)
+------------------
 
 - Corresponds to the verison of the zope.i18nmessageid package shipped as
   part of the Zope X3.0.0 release.

Modified: zope.i18nmessageid/trunk/README.txt
===================================================================
--- zope.i18nmessageid/trunk/README.txt	2009-03-12 02:31:26 UTC (rev 97947)
+++ zope.i18nmessageid/trunk/README.txt	2009-03-12 02:46:14 UTC (rev 97948)
@@ -1,9 +1,3 @@
-zope.i18nmessageid Package Readme
-=================================
-
-Overview
---------
-
 To translate any text, we must be able to discover the source domain
 of the text.  A source domain is an identifier that identifies a
 project that produces program source strings.  Source strings occur as

Modified: zope.i18nmessageid/trunk/buildout.cfg
===================================================================
--- zope.i18nmessageid/trunk/buildout.cfg	2009-03-12 02:31:26 UTC (rev 97947)
+++ zope.i18nmessageid/trunk/buildout.cfg	2009-03-12 02:46:14 UTC (rev 97948)
@@ -1,14 +1,12 @@
 [buildout]
 develop = .
-parts = interpreter test
+parts = test python
 
-find-links = http://download.zope.org/distribution/
-
-[interpreter]
-recipe = zc.recipe.egg
-interpreter = py
-eggs = zope.i18nmessageid
-
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.i18nmessageid
+
+[python]
+recipe = zc.recipe.egg
+eggs = zope.i18nmessageid
+interpreter = python

Modified: zope.i18nmessageid/trunk/setup.py
===================================================================
--- zope.i18nmessageid/trunk/setup.py	2009-03-12 02:31:26 UTC (rev 97947)
+++ zope.i18nmessageid/trunk/setup.py	2009-03-12 02:46:14 UTC (rev 97948)
@@ -27,10 +27,12 @@
 setup(name='zope.i18nmessageid',
     version = '3.5.0dev',
     author='Zope Corporation and Contributors',
-    author_email='zope3-dev at zope.org',
-    description='Zope 3 i18n Message Identifier',
+    author_email='zope-dev at zope.org',
+    description='Message Identifiers for internationalization',
     long_description=(
         read('README.txt')
+        + '\n\n.. contents::\n\n' +
+        read('src', 'zope', 'i18nmessageid', 'messages.txt')
         + '\n\n' +
         read('CHANGES.txt')
         ),

Deleted: zope.i18nmessageid/trunk/src/zope/i18nmessageid/DEPENDENCIES.cfg
===================================================================
--- zope.i18nmessageid/trunk/src/zope/i18nmessageid/DEPENDENCIES.cfg	2009-03-12 02:31:26 UTC (rev 97947)
+++ zope.i18nmessageid/trunk/src/zope/i18nmessageid/DEPENDENCIES.cfg	2009-03-12 02:46:14 UTC (rev 97948)
@@ -1 +0,0 @@
-zope.testing

Deleted: zope.i18nmessageid/trunk/src/zope/i18nmessageid/SETUP.cfg
===================================================================
--- zope.i18nmessageid/trunk/src/zope/i18nmessageid/SETUP.cfg	2009-03-12 02:31:26 UTC (rev 97947)
+++ zope.i18nmessageid/trunk/src/zope/i18nmessageid/SETUP.cfg	2009-03-12 02:46:14 UTC (rev 97948)
@@ -1,3 +0,0 @@
-<extension _zope_i18nmessageid_message>
-  source _zope_i18nmessageid_message.c
-</extension>



More information about the Checkins mailing list