[Checkins] SVN: zope.documenttemplate/trunk/ Now that I am unblocked from the 'zope.app' dependency, I can move

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Oct 2 09:15:45 EDT 2007


Log message for revision 80485:
  Now that I am unblocked from the 'zope.app' dependency, I can move 
  forward with releasing more packages.
  
  Getting ready for the next release.
  

Changed:
  U   zope.documenttemplate/trunk/CHANGES.txt
  A   zope.documenttemplate/trunk/README.txt
  U   zope.documenttemplate/trunk/buildout.cfg
  U   zope.documenttemplate/trunk/setup.py

-=-
Modified: zope.documenttemplate/trunk/CHANGES.txt
===================================================================
--- zope.documenttemplate/trunk/CHANGES.txt	2007-10-02 13:09:51 UTC (rev 80484)
+++ zope.documenttemplate/trunk/CHANGES.txt	2007-10-02 13:15:45 UTC (rev 80485)
@@ -1,30 +1,37 @@
-zope.documenttemplate Package Changelog
-=======================================
-Next Version
---------------
-- zope.documenttemplate now supports Python2.5
+=======
+CHANGES
+=======
 
-zope.documenttemplate version 3.2.0 (2006/01/05)
-------------------------------------------------
+3.4.0 (2007/10/02)
+------------------
 
-Corresponds to the verison of the zope.documenttemplate package
-shipped as part of the Zope 3.2.0 release.
+- ``zope.documenttemplate`` now supports Python 2.5
 
-'dt_in.py': replaced another string exception, 'InError'.
 
-Coding style cleanups.
+3.2.0 (2006/01/05)
+------------------
 
-zope.documenttemplate version 3.1.0 (2005/10/03)
-------------------------------------------------
+- Corresponds to the verison of the ``zope.documenttemplate`` package shipped
+  as part of the Zope 3.2.0 release.
 
-Corresponds to the verison of the zope.documenttemplate package
-shipped as part of the Zope 3.1.0 release.
+- 'dt_in.py': replaced another string exception, 'InError'.
 
-'documenttemplate.py':  Replace use of named string exception, 'ParseError',
-with normal exception class of the same name (from 'dt_util.py').
+- Coding style cleanups.
 
-zope.documenttemplate version 3.0.0 (2004/11/07)
-------------------------------------------------
 
-Corresponds to the verison of the zope.documenttemplate package
-shipped as part of the Zope X3.0.0 release.
+3.1.0 (2005/10/03)
+------------------
+
+- Corresponds to the verison of the ``zope.documenttemplate`` package shipped
+  as part of the Zope 3.1.0 release.
+
+- ``documenttemplate.py``: Replace use of named string exception,
+  ``ParseError``, with normal exception class of the same name (from
+  ``dt_util.py``).
+
+
+3.0.0 (2004/11/07)
+------------------
+
+- Corresponds to the verison of the ``zope.documenttemplate`` package shipped
+  as part of the Zope X3.0.0 release.

Added: zope.documenttemplate/trunk/README.txt
===================================================================
--- zope.documenttemplate/trunk/README.txt	                        (rev 0)
+++ zope.documenttemplate/trunk/README.txt	2007-10-02 13:15:45 UTC (rev 80485)
@@ -0,0 +1,13 @@
+===================================
+Document Templating Markup Language
+===================================
+
+This package implements the Document Templating Markup Language (DTML). It
+uses custom SGML tags to implement simple programmatic feratures, such as
+variable replacement, conditional logic and loops.
+
+
+DTML was the first templating language developed for Zope 2 and is still
+preferred by some over newer templating solutions due to its speed and
+simplicity.
+


Property changes on: zope.documenttemplate/trunk/README.txt
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: zope.documenttemplate/trunk/buildout.cfg
===================================================================
--- zope.documenttemplate/trunk/buildout.cfg	2007-10-02 13:09:51 UTC (rev 80484)
+++ zope.documenttemplate/trunk/buildout.cfg	2007-10-02 13:15:45 UTC (rev 80485)
@@ -1,11 +1,13 @@
 [buildout]
 develop = .
 parts = test
+versions = versions
 
-find-links = http://download.zope.org/distribution/
-
 [test]
 recipe = zc.recipe.testrunner
 defaults = ['--tests-pattern', '^f?tests$']
-eggs = zope.documenttemplate
-       zope.security
+eggs = zope.documenttemplate [test]
+
+[versions]
+zope.traversing = 3.4.0
+zope.app.publisher = 3.4.0

Modified: zope.documenttemplate/trunk/setup.py
===================================================================
--- zope.documenttemplate/trunk/setup.py	2007-10-02 13:09:51 UTC (rev 80484)
+++ zope.documenttemplate/trunk/setup.py	2007-10-02 13:15:45 UTC (rev 80485)
@@ -15,28 +15,48 @@
 
 $Id$
 """
-
 import os
 from setuptools import setup, find_packages
 
+def read(*rnames):
+    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.documenttemplate',
-      version = '3.4.0b1',
-      url='http://svn.zope.org/zope.documenttemplate',
-      license='ZPL 2.1',
-      description='Zope3 Document Template Markup Language (DTML)',
+      version = '3.4.0',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
-
+      description='Document Templating Markup Language (DTML)',
+      long_description=(
+          read('README.txt')
+          + '\n\n' +
+          read('CHANGES.txt')
+          ),
+      keywords = "zope3 template dtml",
+      classifiers = [
+          'Development Status :: 5 - Production/Stable',
+          'Environment :: Web Environment',
+          'Intended Audience :: Developers',
+          'License :: OSI Approved :: Zope Public License',
+          'Programming Language :: Python',
+          'Natural Language :: English',
+          'Operating System :: OS Independent',
+          'Topic :: Internet :: WWW/HTTP',
+          'Framework :: Zope3'],
+      url='http://cheeseshop.python.org/pypi/zope.documenttemplate',
+      license='ZPL 2.1',
       packages=find_packages('src'),
       package_dir = {'': 'src'},
-
-      namespace_packages=['zope',],
-      tests_require = ['zope.testing'],
-      install_requires = ['setuptools',
-                          'zope.structuredtext'],
-      extras_require = {'untrusted': ["zope.security[untrustedpython]"]},
+      namespace_packages=['zope'],
+      extras_require = dict(
+          test=['zope.security',
+                'zope.testing',
+                ],
+          untrusted=['zope.security[untrustedpython]'
+                ],
+          ),
+      install_requires = [
+          'setuptools',
+          'zope.structuredtext'],
       include_package_data = True,
-
       zip_safe = False,
       )



More information about the Checkins mailing list