[Checkins] SVN: z3c.locales/trunk/ Added `compile` extra which requires ``python-gettext`` to ease on the fly generation of the .mo files.

Michael Howitz mh at gocept.com
Thu Jul 8 02:35:40 EDT 2010


Log message for revision 114313:
  Added `compile` extra which requires ``python-gettext`` to ease on the fly generation of the .mo files.
  
  

Changed:
  U   z3c.locales/trunk/CHANGES.txt
  U   z3c.locales/trunk/setup.py

-=-
Modified: z3c.locales/trunk/CHANGES.txt
===================================================================
--- z3c.locales/trunk/CHANGES.txt	2010-07-08 06:29:33 UTC (rev 114312)
+++ z3c.locales/trunk/CHANGES.txt	2010-07-08 06:35:40 UTC (rev 114313)
@@ -6,7 +6,8 @@
 0.2.1 (unreleased)
 ------------------
 
-- Nothing changed yet.
+- Added `compile` extra which requires ``python-gettext`` to ease on
+  the fly generation of the .mo files.
 
 
 0.2.0 (2009-12-29)

Modified: z3c.locales/trunk/setup.py
===================================================================
--- z3c.locales/trunk/setup.py	2010-07-08 06:29:33 UTC (rev 114312)
+++ z3c.locales/trunk/setup.py	2010-07-08 06:35:40 UTC (rev 114313)
@@ -62,6 +62,9 @@
             'z3c.table',
             'z3c.wizard',
             ],
+        compile=[
+            'python-gettext'
+            ],
         ),
     install_requires = [
         'setuptools',



More information about the checkins mailing list