[Checkins] SVN: zope.interface/trunk/ Reverted my last change, judging from the setuptools/distutils docs it should be right, but the resulting .so file is placed at the wrong location.

Florian Schulze florian.schulze at gmx.net
Wed Aug 27 10:24:49 EDT 2008


Log message for revision 90462:
  Reverted my last change, judging from the setuptools/distutils docs it should be right, but the resulting .so file is placed at the wrong location.

Changed:
  U   zope.interface/trunk/CHANGES.txt
  U   zope.interface/trunk/setup.py

-=-
Modified: zope.interface/trunk/CHANGES.txt
===================================================================
--- zope.interface/trunk/CHANGES.txt	2008-08-27 14:23:37 UTC (rev 90461)
+++ zope.interface/trunk/CHANGES.txt	2008-08-27 14:24:48 UTC (rev 90462)
@@ -5,9 +5,6 @@
 3.4.2 (unreleased)
 ==================
 
-- Fixed declaration of _zope_interface_coptimizations, it's not a top level
-  package.
-
 - Fix https://bugs.launchpad.net/zope3/3.3/+bug/98388: ISpecification
   was missing a declaration for __iro__.
 

Modified: zope.interface/trunk/setup.py
===================================================================
--- zope.interface/trunk/setup.py	2008-08-27 14:23:37 UTC (rev 90461)
+++ zope.interface/trunk/setup.py	2008-08-27 14:24:48 UTC (rev 90462)
@@ -41,7 +41,7 @@
     codeoptimization = Feature("Optional code optimizations",
                                standard = True,
                                ext_modules = [Extension(
-                                             "zope.interface._zope_interface_coptimizations",
+                                             "_zope_interface_coptimizations",
                                              [os.path.normcase(
                                              os.path.join('src', 'zope',
                                              'interface',



More information about the Checkins mailing list