[Checkins] SVN: five.clids/trunk/ first import

Godefroid Chapelle gotcha at bubblenet.be
Sat Oct 11 17:00:32 EDT 2008


Log message for revision 92057:
  first import

Changed:
  A   five.clids/trunk/README.txt
  A   five.clids/trunk/buildout.cfg
  A   five.clids/trunk/devel/
  A   five.clids/trunk/devel/EXTERNALS.txt
  A   five.clids/trunk/docs/
  A   five.clids/trunk/docs/HISTORY.txt
  A   five.clids/trunk/five/
  A   five.clids/trunk/five/__init__.py
  A   five.clids/trunk/five/clids/
  A   five.clids/trunk/five/clids/__init__.py
  A   five.clids/trunk/setup.cfg
  A   five.clids/trunk/setup.py

-=-
Added: five.clids/trunk/README.txt
===================================================================
--- five.clids/trunk/README.txt	                        (rev 0)
+++ five.clids/trunk/README.txt	2008-10-11 21:00:32 UTC (rev 92057)
@@ -0,0 +1,4 @@
+Introduction
+============
+
+

Added: five.clids/trunk/buildout.cfg
===================================================================
--- five.clids/trunk/buildout.cfg	                        (rev 0)
+++ five.clids/trunk/buildout.cfg	2008-10-11 21:00:32 UTC (rev 92057)
@@ -0,0 +1,86 @@
+[buildout]
+parts =
+    zope2
+    instance
+    zopepy
+    test
+    coverage-test
+    coverage-report
+    omelette
+
+# Add additional egg download sources here. dist.plone.org contains archives
+# of Plone packages.
+find-links =
+    http://download.zope.org/ppix/
+    http://download.zope.org/distribution/
+    http://effbot.org/downloads
+
+eggs = grokcore.component
+       martian
+       zope.testing
+       plone.clids
+       ipdb
+
+# Reference any eggs you are developing here, one per line
+# e.g.: develop = src/my.package
+develop = .
+
+newest = false
+
+[zope2]
+recipe = plone.recipe.zope2install
+url = http://www.zope.org/Products/Zope/2.10.5/Zope-2.10.5-final.tgz
+
+[instance]
+recipe = plone.recipe.zope2instance
+zope2-location = ${zope2:location}
+user = admin:admin
+http-address = 8080
+debug-mode = on
+verbose-security = on
+
+# If you want Zope to know about any additional eggs, list them here.
+# This should include any development eggs you listed in develop-eggs above,
+# e.g. eggs = ${buildout:eggs} ${plone:eggs} my.package
+eggs =
+    ${buildout:eggs}
+
+# If you want to register ZCML slugs for any packages, list them here.
+# e.g. zcml = my.package my.other.package
+zcml = plone.clids
+
+products =
+
+[zopepy]
+recipe = zc.recipe.egg
+eggs = ${instance:eggs}
+interpreter = zopepy
+extra-paths = ${zope2:location}/lib/python
+scripts = zopepy
+
+[test]
+recipe = collective.recipe.z2testrunner
+zope2part = instance
+packages = 
+    plone.clids
+defaults = -c
+exit-with-status = true
+
+[coverage-test]
+recipe = collective.recipe.z2testrunner
+zope2part = instance
+packages =
+    plone.clids
+defaults = --coverage=./coverage
+
+[coverage-report]
+recipe = zc.recipe.egg
+eggs = z3c.coverage
+scripts = coverage=coverage-report
+arguments = ('coverage', 'coverage/report')
+
+[omelette]
+recipe = collective.recipe.omelette
+eggs = ${instance:eggs}
+products = ${instance:products}
+packages = ${zope2:location}/lib/python ./


Property changes on: five.clids/trunk/devel
___________________________________________________________________
Name: svn:externals
   + #
# Create this file: svn propget svn:externals . > EXTERNALS.txt
# Apply this file: svn propset svn:externals -F EXTERNALS.txt .
#
plone.clids  https://svn.plone.org/svn/plone/plone.clids/trunk


Added: five.clids/trunk/devel/EXTERNALS.txt
===================================================================
--- five.clids/trunk/devel/EXTERNALS.txt	                        (rev 0)
+++ five.clids/trunk/devel/EXTERNALS.txt	2008-10-11 21:00:32 UTC (rev 92057)
@@ -0,0 +1,5 @@
+#
+# Create this file: svn propget svn:externals . > EXTERNALS.txt
+# Apply this file: svn propset svn:externals -F EXTERNALS.txt .
+#
+plone.clids  https://svn.plone.org/svn/plone/plone.clids/trunk

Added: five.clids/trunk/docs/HISTORY.txt
===================================================================
--- five.clids/trunk/docs/HISTORY.txt	                        (rev 0)
+++ five.clids/trunk/docs/HISTORY.txt	2008-10-11 21:00:32 UTC (rev 92057)
@@ -0,0 +1,8 @@
+Changelog
+=========
+
+1.0 - Unreleased
+----------------
+
+* Initial release
+

Added: five.clids/trunk/five/__init__.py
===================================================================
--- five.clids/trunk/five/__init__.py	                        (rev 0)
+++ five.clids/trunk/five/__init__.py	2008-10-11 21:00:32 UTC (rev 92057)
@@ -0,0 +1,6 @@
+# See http://peak.telecommunity.com/DevCenter/setuptools#namespace-packages
+try:
+    __import__('pkg_resources').declare_namespace(__name__)
+except ImportError:
+    from pkgutil import extend_path
+    __path__ = extend_path(__path__, __name__)

Added: five.clids/trunk/five/clids/__init__.py
===================================================================

Added: five.clids/trunk/setup.cfg
===================================================================
--- five.clids/trunk/setup.cfg	                        (rev 0)
+++ five.clids/trunk/setup.cfg	2008-10-11 21:00:32 UTC (rev 92057)
@@ -0,0 +1,3 @@
+[egg_info]
+tag_build = dev
+tag_svn_revision = true

Added: five.clids/trunk/setup.py
===================================================================
--- five.clids/trunk/setup.py	                        (rev 0)
+++ five.clids/trunk/setup.py	2008-10-11 21:00:32 UTC (rev 92057)
@@ -0,0 +1,32 @@
+from setuptools import setup, find_packages
+import os
+
+version = '1.0'
+
+setup(name='five.clids',
+      version=version,
+      description="Zope2 adapters to plug into plone.clids",
+      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='',
+      author='',
+      author_email='',
+      url='',
+      license='ZPL',
+      packages=find_packages(exclude=['ez_setup']),
+      namespace_packages=['five'],
+      include_package_data=True,
+      zip_safe=False,
+      install_requires=[
+          'setuptools',
+          # -*- Extra requirements: -*-
+      ],
+      entry_points="""
+      # -*- Entry points: -*-
+      """,
+      )



More information about the Checkins mailing list