[Checkins] SVN: z3ext.resource/tags/1.1.0/ egg 1.1.0

Nikolay Kim fafhrd at datacom.kz
Fri Mar 28 07:35:35 EDT 2008


Log message for revision 84993:
  egg 1.1.0

Changed:
  A   z3ext.resource/tags/1.1.0/
  D   z3ext.resource/tags/1.1.0/setup.py
  A   z3ext.resource/tags/1.1.0/setup.py
  A   z3ext.resource/tags/1.1.0/src/z3ext/

-=-
Copied: z3ext.resource/tags/1.1.0 (from rev 84989, z3ext.resource/trunk)

Deleted: z3ext.resource/tags/1.1.0/setup.py
===================================================================
--- z3ext.resource/trunk/setup.py	2008-03-28 11:09:08 UTC (rev 84989)
+++ z3ext.resource/tags/1.1.0/setup.py	2008-03-28 11:35:34 UTC (rev 84993)
@@ -1,70 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2007 Zope Corporation and Contributors.
-# All Rights Reserved.
-#
-# This software is subject to the provisions of the Zope Public License,
-# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
-# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
-# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE.
-#
-##############################################################################
-"""Setup for z3ext.resource package
-
-$Id$
-"""
-import sys, os
-from setuptools import setup, find_packages
-
-def read(*rnames):
-    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
-
-version = '1.1.0dev'
-
-
-setup(name='z3ext.resource',
-      version=version,
-      description="Extended resource",
-      long_description=(
-          'Detailed Dcoumentation\n' +
-          '======================\n'
-          + '\n\n' +
-          read('src', 'z3ext', 'resource', 'README.txt')
-          + '\n\n' +
-          read('CHANGES.txt')
-          ),
-      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'],
-      author='Nikolay Kim',
-      author_email='fafhrd91 at gmail.com',
-      url='http://z3ext.net/',
-      license='ZPL 2.1',
-      packages=find_packages('src'),
-      package_dir = {'':'src'},
-      namespace_packages=['z3ext'],
-      install_requires = ['setuptools',
-                          'zope.schema',
-                          'zope.component',
-                          'zope.interface',
-                          'zope.i18nmessageid',
-                          'zope.app.publisher',
-			  'z3ext.cacheheaders',
-                          ],
-      extras_require = dict(test=['zope.traversing',
-                                  'zope.app.testing',
-                                  'zope.testing',
-                                  'zope.testbrowser',
-                                  ]),
-      include_package_data = True,
-      zip_safe = False
-      )

Copied: z3ext.resource/tags/1.1.0/setup.py (from rev 84992, z3ext.resource/trunk/setup.py)
===================================================================
--- z3ext.resource/tags/1.1.0/setup.py	                        (rev 0)
+++ z3ext.resource/tags/1.1.0/setup.py	2008-03-28 11:35:34 UTC (rev 84993)
@@ -0,0 +1,72 @@
+##############################################################################
+#
+# Copyright (c) 2007 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
+"""Setup for z3ext.resource package
+
+$Id$
+"""
+import sys, os
+from setuptools import setup, find_packages
+
+def read(*rnames):
+    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
+
+version = '1.1.0'
+
+
+setup(name='z3ext.resource',
+      version=version,
+      description="Extended resource",
+      long_description=(
+          'Detailed Dcoumentation\n' +
+          '======================\n'
+          + '\n\n' +
+          read('src', 'z3ext', 'resource', 'README.txt')
+          + '\n\n' +
+          read('CHANGES.txt')
+          ),
+      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'],
+      author='Nikolay Kim',
+      author_email='fafhrd91 at gmail.com',
+      url='http://z3ext.net/',
+      license='ZPL 2.1',
+      packages=find_packages('src'),
+      package_dir = {'':'src'},
+      namespace_packages=['z3ext'],
+      install_requires = ['setuptools',
+                          'zope.schema',
+                          'zope.component',
+                          'zope.interface',
+			  'zope.configuration',
+			  'zope.publisher',
+			  'zope.security',
+                          'zope.app.publisher',
+			  'z3ext.cacheheaders',
+                          ],
+      extras_require = dict(test=['zope.traversing',
+                                  'zope.app.testing',
+                                  'zope.testing',
+                                  'zope.testbrowser',
+                                  ]),
+      include_package_data = True,
+      zip_safe = False
+      )

Copied: z3ext.resource/tags/1.1.0/src/z3ext (from rev 84992, z3ext.resource/trunk/src/z3ext)



More information about the Checkins mailing list