[Checkins] SVN: zope.tal/trunk/ - zope.i18n is a dependency

Baiju M baiju.m.mail at gmail.com
Wed Mar 21 01:28:02 EDT 2007


Log message for revision 73407:
   - zope.i18n is a dependency
   - Incremented vesion to 3.4dev
   - set svn properties
  

Changed:
  _U  zope.tal/trunk/
  UU  zope.tal/trunk/bootstrap.py
  _U  zope.tal/trunk/buildout.cfg
  UU  zope.tal/trunk/setup.py

-=-

Property changes on: zope.tal/trunk
___________________________________________________________________
Name: svn:ignore
   - bin
build
dist
lib
setup.cfg

   + bin
build
dist
lib
develop-eggs
eggs
parts
.installed.cfg


Modified: zope.tal/trunk/bootstrap.py
===================================================================
--- zope.tal/trunk/bootstrap.py	2007-03-21 01:08:43 UTC (rev 73406)
+++ zope.tal/trunk/bootstrap.py	2007-03-21 05:28:02 UTC (rev 73407)
@@ -17,7 +17,7 @@
 The script accepts buildout command-line options, so you can
 use the -c option to specify an alternate configuration file.
 
-$Id: bootstrap.py 72703 2007-02-20 11:49:26Z jim $
+$Id$
 """
 
 import os, shutil, sys, tempfile, urllib2


Property changes on: zope.tal/trunk/bootstrap.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native


Property changes on: zope.tal/trunk/buildout.cfg
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: zope.tal/trunk/setup.py
===================================================================
--- zope.tal/trunk/setup.py	2007-03-21 01:08:43 UTC (rev 73406)
+++ zope.tal/trunk/setup.py	2007-03-21 05:28:02 UTC (rev 73407)
@@ -21,10 +21,10 @@
 from setuptools import setup, find_packages
 
 setup(name='zope.tal',
-      version='3.3dev',
+      version='3.4dev',
       url='http://svn.zope.org/zope.tal',
       license='ZPL 2.1',
-      description='Zope3 Template Application Languate (TAL)',
+      description='Zope 3 Template Application Languate (TAL)',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       
@@ -34,9 +34,8 @@
       namespace_packages=['zope',],
       tests_require = ['zope.testing'],
       install_requires=['setuptools',
-                        'zope.deprecation',
-                        'zope.i18n',
                         'zope.i18nmessageid',
+                        'zope.i18n',
                         'zope.interface',
                        ],
       include_package_data = True,


Property changes on: zope.tal/trunk/setup.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native



More information about the Checkins mailing list