[Checkins] SVN: Zope2.buildout/trunk/s MethodObject and ComputedAttribute are already in the ExtensionClass egg.

Florian Schulze florian.schulze at gmx.net
Wed Aug 27 10:48:05 EDT 2008


Log message for revision 90465:
  MethodObject and ComputedAttribute are already in the ExtensionClass egg.
  

Changed:
  U   Zope2.buildout/trunk/setup.py
  _U  Zope2.buildout/trunk/src/

-=-
Modified: Zope2.buildout/trunk/setup.py
===================================================================
--- Zope2.buildout/trunk/setup.py	2008-08-27 14:30:08 UTC (rev 90464)
+++ Zope2.buildout/trunk/setup.py	2008-08-27 14:48:05 UTC (rev 90465)
@@ -65,13 +65,6 @@
                        'include/ExtensionClass/pickle/pickle.c',
                        'include/Acquisition/Acquisition.h']),
 
-        # ComputedAttribute
-        Extension(
-              name='ComputedAttribute._ComputedAttribute',
-              include_dirs=EXTENSIONCLASS_INCLUDEDIRS,
-              sources=['src/ComputedAttribute/_ComputedAttribute.c'],
-              depends=["include/ExtensionClass/ExtensionClass.h"]),
-
         # DocumentTemplate
         Extension(
               name='DocumentTemplate.cDocumentTemplate',
@@ -127,13 +120,6 @@
               name='Products.ZCTextIndex.okascore',
               sources=['src/Products/ZCTextIndex/okascore.c']),
 
-        # MethodObject
-        Extension(
-              name='MethodObject._MethodObject',
-              include_dirs=EXTENSIONCLASS_INCLUDEDIRS,
-              sources=['src/MethodObject/_MethodObject.c'],
-              depends=["include/ExtensionClass/ExtensionClass.h"]),
-
       ],
 
       install_requires=['Acquisition',


Property changes on: Zope2.buildout/trunk/src
___________________________________________________________________
Name: svn:externals
   - AccessControl       svn://svn.zope.org/repos/main/Zope/trunk/lib/python/AccessControl
App                 svn://svn.zope.org/repos/main/Zope/trunk/lib/python/App
ComputedAttribute   svn://svn.zope.org/repos/main/Zope/trunk/lib/python/ComputedAttribute
DocumentTemplate    svn://svn.zope.org/repos/main/Zope/trunk/lib/python/DocumentTemplate
Globals             svn://svn.zope.org/repos/main/Zope/trunk/lib/python/Globals
HelpSys             svn://svn.zope.org/repos/main/Zope/trunk/lib/python/HelpSys
Lifetime            svn://svn.zope.org/repos/main/Zope/trunk/lib/python/Lifetime
MethodObject        svn://svn.zope.org/repos/main/Zope/trunk/lib/python/MethodObject
Missing             svn://svn.zope.org/repos/main/Zope/trunk/lib/python/Missing
MultiMapping        svn://svn.zope.org/repos/main/Zope/trunk/lib/python/MultiMapping
OFS                 svn://svn.zope.org/repos/main/Zope/trunk/lib/python/OFS
Products            svn://svn.zope.org/repos/main/Zope/trunk/lib/python/Products
Record              svn://svn.zope.org/repos/main/Zope/trunk/lib/python/Record
Shared              svn://svn.zope.org/repos/main/Zope/trunk/lib/python/Shared
Signals             svn://svn.zope.org/repos/main/Zope/trunk/lib/python/Signals
Testing             svn://svn.zope.org/repos/main/Zope/trunk/lib/python/Testing
ThreadLock          svn://svn.zope.org/repos/main/Zope/trunk/lib/python/ThreadLock
TreeDisplay         svn://svn.zope.org/repos/main/Zope/trunk/lib/python/TreeDisplay
ZClasses            svn://svn.zope.org/repos/main/Zope/trunk/lib/python/ZClasses
ZPublisher          svn://svn.zope.org/repos/main/Zope/trunk/lib/python/ZPublisher
ZServer             svn://svn.zope.org/repos/main/Zope/trunk/lib/python/ZServer
ZTUtils             svn://svn.zope.org/repos/main/Zope/trunk/lib/python/ZTUtils
Zope2               svn://svn.zope.org/repos/main/Zope/trunk/lib/python/Zope2
initgroups          svn://svn.zope.org/repos/main/Zope/trunk/lib/python/initgroups
nt_svcutils         svn://svn.zope.org/repos/main/Zope/trunk/lib/python/nt_svcutils
reStructuredText    svn://svn.zope.org/repos/main/Zope/trunk/lib/python/reStructuredText
tempstorage         svn://svn.zope.org/repos/main/Zope/trunk/lib/python/tempstorage
webdav              svn://svn.zope.org/repos/main/Zope/trunk/lib/python/webdav
zExceptions         svn://svn.zope.org/repos/main/Zope/trunk/lib/python/zExceptions


   + AccessControl       svn://svn.zope.org/repos/main/Zope/trunk/lib/python/AccessControl
App                 svn://svn.zope.org/repos/main/Zope/trunk/lib/python/App
DocumentTemplate    svn://svn.zope.org/repos/main/Zope/trunk/lib/python/DocumentTemplate
Globals             svn://svn.zope.org/repos/main/Zope/trunk/lib/python/Globals
HelpSys             svn://svn.zope.org/repos/main/Zope/trunk/lib/python/HelpSys
Lifetime            svn://svn.zope.org/repos/main/Zope/trunk/lib/python/Lifetime
Missing             svn://svn.zope.org/repos/main/Zope/trunk/lib/python/Missing
MultiMapping        svn://svn.zope.org/repos/main/Zope/trunk/lib/python/MultiMapping
OFS                 svn://svn.zope.org/repos/main/Zope/trunk/lib/python/OFS
Products            svn://svn.zope.org/repos/main/Zope/trunk/lib/python/Products
Record              svn://svn.zope.org/repos/main/Zope/trunk/lib/python/Record
Shared              svn://svn.zope.org/repos/main/Zope/trunk/lib/python/Shared
Signals             svn://svn.zope.org/repos/main/Zope/trunk/lib/python/Signals
Testing             svn://svn.zope.org/repos/main/Zope/trunk/lib/python/Testing
ThreadLock          svn://svn.zope.org/repos/main/Zope/trunk/lib/python/ThreadLock
TreeDisplay         svn://svn.zope.org/repos/main/Zope/trunk/lib/python/TreeDisplay
ZClasses            svn://svn.zope.org/repos/main/Zope/trunk/lib/python/ZClasses
ZPublisher          svn://svn.zope.org/repos/main/Zope/trunk/lib/python/ZPublisher
ZServer             svn://svn.zope.org/repos/main/Zope/trunk/lib/python/ZServer
ZTUtils             svn://svn.zope.org/repos/main/Zope/trunk/lib/python/ZTUtils
Zope2               svn://svn.zope.org/repos/main/Zope/trunk/lib/python/Zope2
initgroups          svn://svn.zope.org/repos/main/Zope/trunk/lib/python/initgroups
nt_svcutils         svn://svn.zope.org/repos/main/Zope/trunk/lib/python/nt_svcutils
reStructuredText    svn://svn.zope.org/repos/main/Zope/trunk/lib/python/reStructuredText
webdav              svn://svn.zope.org/repos/main/Zope/trunk/lib/python/webdav
zExceptions         svn://svn.zope.org/repos/main/Zope/trunk/lib/python/zExceptions





More information about the Checkins mailing list