[Checkins] SVN: five.clids/trunk/ fix buildout and dependencies

Godefroid Chapelle gotcha at bubblenet.be
Sat Oct 11 17:48:27 EDT 2008


Log message for revision 92063:
  fix buildout and dependencies

Changed:
  U   five.clids/trunk/buildout.cfg
  U   five.clids/trunk/setup.py

-=-
Modified: five.clids/trunk/buildout.cfg
===================================================================
--- five.clids/trunk/buildout.cfg	2008-10-11 21:45:12 UTC (rev 92062)
+++ five.clids/trunk/buildout.cfg	2008-10-11 21:48:27 UTC (rev 92063)
@@ -15,11 +15,7 @@
     http://download.zope.org/distribution/
     http://effbot.org/downloads
 
-eggs = grokcore.component
-       martian
-       zope.testing
-       plone.clids
-       ipdb
+eggs = ipdb
 
 # Reference any eggs you are developing here, one per line
 # e.g.: develop = src/my.package
@@ -64,7 +60,7 @@
 recipe = collective.recipe.z2testrunner
 zope2part = instance
 packages = 
-    plone.clids
+    five.clids
 defaults = -c
 exit-with-status = true
 
@@ -72,7 +68,7 @@
 recipe = collective.recipe.z2testrunner
 zope2part = instance
 packages =
-    plone.clids
+    five.clids
 defaults = --coverage=./coverage
 
 [coverage-report]

Modified: five.clids/trunk/setup.py
===================================================================
--- five.clids/trunk/setup.py	2008-10-11 21:45:12 UTC (rev 92062)
+++ five.clids/trunk/setup.py	2008-10-11 21:48:27 UTC (rev 92063)
@@ -8,7 +8,6 @@
       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",
@@ -24,6 +23,7 @@
       zip_safe=False,
       install_requires=[
           'setuptools',
+          'plone.clids',
           # -*- Extra requirements: -*-
       ],
       entry_points="""



More information about the Checkins mailing list