[Checkins] SVN: z3c.recipe.sphinxdoc/tags/0.0.5/ creating 0.0.5 tag again, hopefully it works this time.

Paul Carduner paulcarduner at gmail.com
Sun May 11 13:36:50 EDT 2008


Log message for revision 86653:
  creating 0.0.5 tag again, hopefully it works this time.

Changed:
  A   z3c.recipe.sphinxdoc/tags/0.0.5/
  D   z3c.recipe.sphinxdoc/tags/0.0.5/CHANGES.txt
  A   z3c.recipe.sphinxdoc/tags/0.0.5/CHANGES.txt
  D   z3c.recipe.sphinxdoc/tags/0.0.5/setup.py
  A   z3c.recipe.sphinxdoc/tags/0.0.5/setup.py

-=-
Copied: z3c.recipe.sphinxdoc/tags/0.0.5 (from rev 86651, z3c.recipe.sphinxdoc/trunk)

Deleted: z3c.recipe.sphinxdoc/tags/0.0.5/CHANGES.txt
===================================================================
--- z3c.recipe.sphinxdoc/trunk/CHANGES.txt	2008-05-11 17:31:54 UTC (rev 86651)
+++ z3c.recipe.sphinxdoc/tags/0.0.5/CHANGES.txt	2008-05-11 17:36:50 UTC (rev 86653)
@@ -1,8 +0,0 @@
-=======
-CHANGES
-=======
-
-0.0.5 (2008-05-10)
-------------------
-
-- Initial release.

Copied: z3c.recipe.sphinxdoc/tags/0.0.5/CHANGES.txt (from rev 86652, z3c.recipe.sphinxdoc/trunk/CHANGES.txt)
===================================================================
--- z3c.recipe.sphinxdoc/tags/0.0.5/CHANGES.txt	                        (rev 0)
+++ z3c.recipe.sphinxdoc/tags/0.0.5/CHANGES.txt	2008-05-11 17:36:50 UTC (rev 86653)
@@ -0,0 +1,8 @@
+=======
+CHANGES
+=======
+
+0.0.5 (2008-05-11)
+------------------
+
+- Initial release.

Deleted: z3c.recipe.sphinxdoc/tags/0.0.5/setup.py
===================================================================
--- z3c.recipe.sphinxdoc/trunk/setup.py	2008-05-11 17:31:54 UTC (rev 86651)
+++ z3c.recipe.sphinxdoc/tags/0.0.5/setup.py	2008-05-11 17:36:50 UTC (rev 86653)
@@ -1,64 +0,0 @@
-#!/usr/bin/env python
-##############################################################################
-#
-# 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 z3c.recipe.sphinxdoc package
-
-$Id$
-"""
-
-# Check python version
-import sys
-if sys.version_info < (2, 4):
-    print >> sys.stderr, '%s: need Python 2.4 or later.' % sys.argv[0]
-    print >> sys.stderr, 'Your python is %s' % sys.version
-    sys.exit(1)
-
-import os
-from setuptools import setup, find_packages
-
-def read(*rnames):
-    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
-
-setup(
-    name="z3c.recipe.sphinxdoc",
-    version='0.1.0dev',
-    author="Paul Carduner",
-    description="Use Sphinx to build documentation for zope.org.",
-    long_description=(read(os.path.join('src','z3c','recipe','sphinxdoc','index.txt'))
-                      +'\n\n'+
-                      read('CHANGES.txt')),
-    license="ZPL 2.1",
-    maintainer="Paul Carduner",
-    maintainer_email="zope-dev at zope.org",
-    classifiers=[
-        "Development Status :: 3 - Alpha",
-        "Intended Audience :: Developers",
-        "License :: OSI Approved :: Zope Public License",
-        "Operating System :: OS Independent",
-        "Programming Language :: Python"],
-    url='http://pypi.python.org/pypi/z3c.recipe.sphinxdoc/',
-    packages=find_packages('src'),
-    package_dir={'': 'src'},
-    namespace_packages=['z3c','z3c.recipe'],
-    install_requires=['setuptools',
-                      'zc.buildout',
-                      'zc.recipe.egg',
-                      'Sphinx'],
-    entry_points="""
-    [zc.buildout]
-    default = z3c.recipe.sphinxdoc:ZopeOrgSetup
-    """,
-    zip_safe=False,
-    include_package_data=True,
-    )

Copied: z3c.recipe.sphinxdoc/tags/0.0.5/setup.py (from rev 86652, z3c.recipe.sphinxdoc/trunk/setup.py)
===================================================================
--- z3c.recipe.sphinxdoc/tags/0.0.5/setup.py	                        (rev 0)
+++ z3c.recipe.sphinxdoc/tags/0.0.5/setup.py	2008-05-11 17:36:50 UTC (rev 86653)
@@ -0,0 +1,64 @@
+#!/usr/bin/env python
+##############################################################################
+#
+# 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 z3c.recipe.sphinxdoc package
+
+$Id$
+"""
+
+# Check python version
+import sys
+if sys.version_info < (2, 4):
+    print >> sys.stderr, '%s: need Python 2.4 or later.' % sys.argv[0]
+    print >> sys.stderr, 'Your python is %s' % sys.version
+    sys.exit(1)
+
+import os
+from setuptools import setup, find_packages
+
+def read(*rnames):
+    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
+
+setup(
+    name="z3c.recipe.sphinxdoc",
+    version='0.0.5dev',
+    author="Paul Carduner",
+    description="Use Sphinx to build documentation for zope.org.",
+    long_description=(read(os.path.join('src','z3c','recipe','sphinxdoc','index.txt'))
+                      +'\n\n'+
+                      read('CHANGES.txt')),
+    license="ZPL 2.1",
+    maintainer="Paul Carduner",
+    maintainer_email="zope-dev at zope.org",
+    classifiers=[
+        "Development Status :: 3 - Alpha",
+        "Intended Audience :: Developers",
+        "License :: OSI Approved :: Zope Public License",
+        "Operating System :: OS Independent",
+        "Programming Language :: Python"],
+    url='http://pypi.python.org/pypi/z3c.recipe.sphinxdoc/',
+    packages=find_packages('src'),
+    package_dir={'': 'src'},
+    namespace_packages=['z3c','z3c.recipe'],
+    install_requires=['setuptools',
+                      'zc.buildout',
+                      'zc.recipe.egg',
+                      'Sphinx'],
+    entry_points="""
+    [zc.buildout]
+    default = z3c.recipe.sphinxdoc:ZopeOrgSetup
+    """,
+    zip_safe=False,
+    include_package_data=True,
+    )



More information about the Checkins mailing list