[Checkins] SVN: Products.CMFUid/ Forgot trunk

Hanno Schlichting plone at hannosch.info
Sun Dec 30 10:19:13 EST 2007


Log message for revision 82600:
  Forgot trunk
  

Changed:
  D   Products.CMFUid/Products/
  D   Products.CMFUid/README.txt
  D   Products.CMFUid/setup.py
  A   Products.CMFUid/trunk/
  A   Products.CMFUid/trunk/Products/
  A   Products.CMFUid/trunk/README.txt
  A   Products.CMFUid/trunk/setup.py

-=-
Deleted: Products.CMFUid/README.txt
===================================================================
--- Products.CMFUid/README.txt	2007-12-30 15:18:28 UTC (rev 82599)
+++ Products.CMFUid/README.txt	2007-12-30 15:19:13 UTC (rev 82600)
@@ -1 +0,0 @@
-(See Products/CMFUid/README.txt).

Deleted: Products.CMFUid/setup.py
===================================================================
--- Products.CMFUid/setup.py	2007-12-30 15:18:28 UTC (rev 82599)
+++ Products.CMFUid/setup.py	2007-12-30 15:19:13 UTC (rev 82600)
@@ -1,55 +0,0 @@
-import os
-from setuptools import setup
-from setuptools import find_packages
-
-NAME = 'CMFUid'
-
-here = os.path.abspath(os.path.dirname(__file__))
-package = os.path.join(here, 'Products', NAME)
-
-def _package_doc(name):
-    f = open(os.path.join(package, name))
-    return f.read()
-
-VERSION = _package_doc('version.txt').strip()
-if VERSION.startswith(NAME):
-    VERSION = VERSION[len(NAME):]
-while VERSION and VERSION[0] in '-_.':
-    VERSION = VERSION[1:]
-
-_boundary = '\n' + ('-' * 60) + '\n'
-README = (open(os.path.join(here, 'README.txt')).read()
-         + _boundary + _package_doc('README.txt')
-         )
-
-setup(name='Products.%s' % NAME,
-      version=VERSION,
-      description='Uid product for the Zope Content Management Framework',
-      long_description=README,
-      classifiers=[
-        "Development Status :: 5 - Production/Stable",
-        "Framework :: Plone",
-        "Framework :: Zope2",
-        "Intended Audience :: Developers",
-        "License :: OSI Approved :: Zope Public License",
-        "Programming Language :: Python",
-        "Topic :: Software Development",
-        "Topic :: Software Development :: Libraries :: Application Frameworks",
-        ],
-      keywords='web application server zope zope2 cmf',
-      author="Zope Corporation and contributors",
-      author_email="zope-cmf at lists.zope.org",
-      url="http://www.zope.org/Products/CMF",
-      license="ZPL 2.1 (http://www.zope.org/Resources/License/ZPL-2.1)",
-      packages=find_packages(),
-      include_package_data=True,
-      namespace_packages=['Products'],
-      zip_safe=False,
-      install_requires=[
-          'setuptools',
-          ],
-      entry_points="""
-      [zope2.initialize]
-      Products.%s = Products.%s:initialize
-      """ % (NAME, NAME),
-      )


Property changes on: Products.CMFUid/trunk
___________________________________________________________________
Name: svn:ignore
   + build
dist
*.egg-info
*.pyc


Copied: Products.CMFUid/trunk/Products (from rev 82595, Products.CMFUid/Products)

Copied: Products.CMFUid/trunk/README.txt (from rev 82595, Products.CMFUid/README.txt)
===================================================================
--- Products.CMFUid/trunk/README.txt	                        (rev 0)
+++ Products.CMFUid/trunk/README.txt	2007-12-30 15:19:13 UTC (rev 82600)
@@ -0,0 +1 @@
+(See Products/CMFUid/README.txt).

Copied: Products.CMFUid/trunk/setup.py (from rev 82595, Products.CMFUid/setup.py)
===================================================================
--- Products.CMFUid/trunk/setup.py	                        (rev 0)
+++ Products.CMFUid/trunk/setup.py	2007-12-30 15:19:13 UTC (rev 82600)
@@ -0,0 +1,55 @@
+import os
+from setuptools import setup
+from setuptools import find_packages
+
+NAME = 'CMFUid'
+
+here = os.path.abspath(os.path.dirname(__file__))
+package = os.path.join(here, 'Products', NAME)
+
+def _package_doc(name):
+    f = open(os.path.join(package, name))
+    return f.read()
+
+VERSION = _package_doc('version.txt').strip()
+if VERSION.startswith(NAME):
+    VERSION = VERSION[len(NAME):]
+while VERSION and VERSION[0] in '-_.':
+    VERSION = VERSION[1:]
+
+_boundary = '\n' + ('-' * 60) + '\n'
+README = (open(os.path.join(here, 'README.txt')).read()
+         + _boundary + _package_doc('README.txt')
+         )
+
+setup(name='Products.%s' % NAME,
+      version=VERSION,
+      description='Uid product for the Zope Content Management Framework',
+      long_description=README,
+      classifiers=[
+        "Development Status :: 5 - Production/Stable",
+        "Framework :: Plone",
+        "Framework :: Zope2",
+        "Intended Audience :: Developers",
+        "License :: OSI Approved :: Zope Public License",
+        "Programming Language :: Python",
+        "Topic :: Software Development",
+        "Topic :: Software Development :: Libraries :: Application Frameworks",
+        ],
+      keywords='web application server zope zope2 cmf',
+      author="Zope Corporation and contributors",
+      author_email="zope-cmf at lists.zope.org",
+      url="http://www.zope.org/Products/CMF",
+      license="ZPL 2.1 (http://www.zope.org/Resources/License/ZPL-2.1)",
+      packages=find_packages(),
+      include_package_data=True,
+      namespace_packages=['Products'],
+      zip_safe=False,
+      install_requires=[
+          'setuptools',
+          ],
+      entry_points="""
+      [zope2.initialize]
+      Products.%s = Products.%s:initialize
+      """ % (NAME, NAME),
+      )



More information about the Checkins mailing list