[Checkins] SVN: zc.configuration/tags/1.1/ Tag 1.1

Dan Korostelev nadako at gmail.com
Thu Feb 26 09:24:24 EST 2009


Log message for revision 97306:
  Tag 1.1

Changed:
  A   zc.configuration/tags/1.1/
  D   zc.configuration/tags/1.1/buildout.cfg
  A   zc.configuration/tags/1.1/buildout.cfg
  D   zc.configuration/tags/1.1/setup.py
  A   zc.configuration/tags/1.1/setup.py

-=-
Deleted: zc.configuration/tags/1.1/buildout.cfg
===================================================================
--- zc.configuration/trunk/buildout.cfg	2009-02-26 14:20:07 UTC (rev 97304)
+++ zc.configuration/tags/1.1/buildout.cfg	2009-02-26 14:24:23 UTC (rev 97306)
@@ -1,7 +0,0 @@
-[buildout]
-develop = . ../zope.configuration
-parts = test
-
-[test]
-recipe = zc.recipe.testrunner
-eggs = zc.configuration

Copied: zc.configuration/tags/1.1/buildout.cfg (from rev 97305, zc.configuration/trunk/buildout.cfg)
===================================================================
--- zc.configuration/tags/1.1/buildout.cfg	                        (rev 0)
+++ zc.configuration/tags/1.1/buildout.cfg	2009-02-26 14:24:23 UTC (rev 97306)
@@ -0,0 +1,7 @@
+[buildout]
+develop = .
+parts = test
+
+[test]
+recipe = zc.recipe.testrunner
+eggs = zc.configuration

Deleted: zc.configuration/tags/1.1/setup.py
===================================================================
--- zc.configuration/trunk/setup.py	2009-02-26 14:20:07 UTC (rev 97304)
+++ zc.configuration/tags/1.1/setup.py	2009-02-26 14:24:23 UTC (rev 97306)
@@ -1,39 +0,0 @@
-import os
-from setuptools import setup, find_packages
-
-def read(*rnames):
-    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
-
-long_description = (
-        read('README.txt')
-        + '\n' +
-        read('CHANGES.txt')
-        + '\n' +
-        'Detailed Documentation\n'
-        '**********************\n'
-        + '\n' +
-        read('src', 'zc', 'configuration', 'README.txt')
-        + '\n' +
-        'Download\n'
-        '**********************\n'
-        )
-
-open('doc.txt', 'w').write(long_description)
-
-setup(
-    name = "zc.configuration",
-    description = "Extensions to zope.configuration",
-    long_description = long_description,
-    version = "1.1dev",
-    license = "ZPL 1.1",
-    packages = find_packages('src'),
-    include_package_data = True,
-    zip_safe = False,
-    package_dir = {'':'src'},
-    namespace_packages = ['zc'],
-    install_requires = [
-        'setuptools',
-        'zope.testing',
-        'zope.configuration>=3.5.0dev',
-        ],
-    )

Copied: zc.configuration/tags/1.1/setup.py (from rev 97305, zc.configuration/trunk/setup.py)
===================================================================
--- zc.configuration/tags/1.1/setup.py	                        (rev 0)
+++ zc.configuration/tags/1.1/setup.py	2009-02-26 14:24:23 UTC (rev 97306)
@@ -0,0 +1,39 @@
+import os
+from setuptools import setup, find_packages
+
+def read(*rnames):
+    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
+
+long_description = (
+        read('README.txt')
+        + '\n' +
+        read('CHANGES.txt')
+        + '\n' +
+        'Detailed Documentation\n'
+        '**********************\n'
+        + '\n' +
+        read('src', 'zc', 'configuration', 'README.txt')
+        + '\n' +
+        'Download\n'
+        '**********************\n'
+        )
+
+open('doc.txt', 'w').write(long_description)
+
+setup(
+    name = "zc.configuration",
+    description = "Extensions to zope.configuration",
+    long_description = long_description,
+    version = "1.1",
+    license = "ZPL 1.1",
+    packages = find_packages('src'),
+    include_package_data = True,
+    zip_safe = False,
+    package_dir = {'':'src'},
+    namespace_packages = ['zc'],
+    install_requires = [
+        'setuptools',
+        'zope.testing',
+        'zope.configuration>=3.5.0',
+        ],
+    )



More information about the Checkins mailing list