[Checkins] SVN: z3c.boston/ Moved the egg to the correct folder structure.

Kevin Gill kevin at movieextras.ie
Mon Oct 20 08:47:20 EDT 2008


Log message for revision 92402:
  Moved the egg to the correct folder structure.
  
  

Changed:
  D   z3c.boston/README.txt
  A   z3c.boston/branches/
  D   z3c.boston/docs/
  D   z3c.boston/setup.cfg
  D   z3c.boston/setup.py
  A   z3c.boston/tags/
  A   z3c.boston/trunk/
  A   z3c.boston/trunk/README.txt
  A   z3c.boston/trunk/docs/
  A   z3c.boston/trunk/setup.cfg
  A   z3c.boston/trunk/setup.py
  A   z3c.boston/trunk/z3c/
  A   z3c.boston/trunk/z3c.boston.egg-info/
  D   z3c.boston/z3c/
  D   z3c.boston/z3c.boston.egg-info/

-=-
Deleted: z3c.boston/README.txt
===================================================================
--- z3c.boston/README.txt	2008-10-20 12:39:46 UTC (rev 92401)
+++ z3c.boston/README.txt	2008-10-20 12:47:20 UTC (rev 92402)
@@ -1,5 +0,0 @@
-Introduction
-============
-
-z3c.pagelet is a skin built on top of zope.app.boston in order to support
-pagelets, z3c.form and z3c.formjs.

Deleted: z3c.boston/setup.cfg
===================================================================
--- z3c.boston/setup.cfg	2008-10-20 12:39:46 UTC (rev 92401)
+++ z3c.boston/setup.cfg	2008-10-20 12:47:20 UTC (rev 92402)
@@ -1,3 +0,0 @@
-[egg_info]
-tag_build = dev
-tag_svn_revision = true

Deleted: z3c.boston/setup.py
===================================================================
--- z3c.boston/setup.py	2008-10-20 12:39:46 UTC (rev 92401)
+++ z3c.boston/setup.py	2008-10-20 12:47:20 UTC (rev 92402)
@@ -1,62 +0,0 @@
-from setuptools import setup, find_packages
-import os
-
-version = '1.0.1dev'
-
-setup(name='z3c.boston',
-      version=version,
-      description="A version of the zope.app.boston skin which support pagelets.",
-      long_description=open("README.txt").read() + "\n" +
-                       open(os.path.join("docs", "HISTORY.txt")).read(),
-      # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers
-      classifiers=[
-        "Programming Language :: Python",
-        "Topic :: Software Development :: Libraries :: Python Modules",
-        ],
-      keywords='zope3 pagelet form skin',
-      author='Kevin Gill and the Zope Community',
-      author_email='zope-dev at zope.org',
-      url='http://pypi.python.org/pypi/z3c.boston',
-      license='ZPL 2.1',
-      packages=find_packages(exclude=['ez_setup']),
-      namespace_packages=['z3c'],
-      include_package_data=True,
-      zip_safe=False,
-      install_requires=[
-          'setuptools',
-          # -*- Extra requirements: -*-
-          'zope.app.boston',
-          'z3c.pagelet',
-          'z3c.formui',
-          'z3c.layer',
-          'jquery.layer',
-          'z3c.template',
-          'z3c.viewlet',
-          'z3c.form',
-          'z3c.formjs',
-          'z3c.zrtresource',
-          'jquery.javascript',
-          'jquery.layer',
-
-          # required for testing
-          'zope.app.testing',
-          'zope.testbrowser',
-          'zope.app.dtmlpage',
-          'zope.app.onlinehelp',
-          'zope.app.securitypolicy',
-          'zope.app.zcmlfiles'
-      ],
-      extras_require = dict(
-          test = [
-            'zope.app.testing',
-            'zope.testbrowser',
-            'zope.app.dtmlpage',
-            'zope.app.onlinehelp',
-            'zope.app.securitypolicy',
-            'zope.app.zcmlfiles'
-          ]
-      ),
-      entry_points="""
-      # -*- Entry points: -*-
-      """,
-      )

Copied: z3c.boston/trunk/README.txt (from rev 92401, z3c.boston/README.txt)
===================================================================
--- z3c.boston/trunk/README.txt	                        (rev 0)
+++ z3c.boston/trunk/README.txt	2008-10-20 12:47:20 UTC (rev 92402)
@@ -0,0 +1,5 @@
+Introduction
+============
+
+z3c.pagelet is a skin built on top of zope.app.boston in order to support
+pagelets, z3c.form and z3c.formjs.

Copied: z3c.boston/trunk/docs (from rev 92401, z3c.boston/docs)

Copied: z3c.boston/trunk/setup.cfg (from rev 92401, z3c.boston/setup.cfg)
===================================================================
--- z3c.boston/trunk/setup.cfg	                        (rev 0)
+++ z3c.boston/trunk/setup.cfg	2008-10-20 12:47:20 UTC (rev 92402)
@@ -0,0 +1,3 @@
+[egg_info]
+tag_build = dev
+tag_svn_revision = true

Copied: z3c.boston/trunk/setup.py (from rev 92401, z3c.boston/setup.py)
===================================================================
--- z3c.boston/trunk/setup.py	                        (rev 0)
+++ z3c.boston/trunk/setup.py	2008-10-20 12:47:20 UTC (rev 92402)
@@ -0,0 +1,62 @@
+from setuptools import setup, find_packages
+import os
+
+version = '1.0.1dev'
+
+setup(name='z3c.boston',
+      version=version,
+      description="A version of the zope.app.boston skin which support pagelets.",
+      long_description=open("README.txt").read() + "\n" +
+                       open(os.path.join("docs", "HISTORY.txt")).read(),
+      # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers
+      classifiers=[
+        "Programming Language :: Python",
+        "Topic :: Software Development :: Libraries :: Python Modules",
+        ],
+      keywords='zope3 pagelet form skin',
+      author='Kevin Gill and the Zope Community',
+      author_email='zope-dev at zope.org',
+      url='http://pypi.python.org/pypi/z3c.boston',
+      license='ZPL 2.1',
+      packages=find_packages(exclude=['ez_setup']),
+      namespace_packages=['z3c'],
+      include_package_data=True,
+      zip_safe=False,
+      install_requires=[
+          'setuptools',
+          # -*- Extra requirements: -*-
+          'zope.app.boston',
+          'z3c.pagelet',
+          'z3c.formui',
+          'z3c.layer',
+          'jquery.layer',
+          'z3c.template',
+          'z3c.viewlet',
+          'z3c.form',
+          'z3c.formjs',
+          'z3c.zrtresource',
+          'jquery.javascript',
+          'jquery.layer',
+
+          # required for testing
+          'zope.app.testing',
+          'zope.testbrowser',
+          'zope.app.dtmlpage',
+          'zope.app.onlinehelp',
+          'zope.app.securitypolicy',
+          'zope.app.zcmlfiles'
+      ],
+      extras_require = dict(
+          test = [
+            'zope.app.testing',
+            'zope.testbrowser',
+            'zope.app.dtmlpage',
+            'zope.app.onlinehelp',
+            'zope.app.securitypolicy',
+            'zope.app.zcmlfiles'
+          ]
+      ),
+      entry_points="""
+      # -*- Entry points: -*-
+      """,
+      )

Copied: z3c.boston/trunk/z3c (from rev 92401, z3c.boston/z3c)

Copied: z3c.boston/trunk/z3c.boston.egg-info (from rev 92401, z3c.boston/z3c.boston.egg-info)



More information about the Checkins mailing list