[Zope-Checkins] SVN: Zope/trunk/releases/Zope2 work around the case-ignorancy of zpkg

Philipp von Weitershausen philikon at philikon.de
Thu Nov 3 08:08:18 EST 2005


Log message for revision 39868:
  work around the case-ignorancy of zpkg
  

Changed:
  U   Zope/trunk/releases/Zope2/DEPENDENCIES.cfg
  U   Zope/trunk/releases/Zope2.map

-=-
Modified: Zope/trunk/releases/Zope2/DEPENDENCIES.cfg
===================================================================
--- Zope/trunk/releases/Zope2/DEPENDENCIES.cfg	2005-11-03 13:07:31 UTC (rev 39867)
+++ Zope/trunk/releases/Zope2/DEPENDENCIES.cfg	2005-11-03 13:08:17 UTC (rev 39868)
@@ -35,7 +35,12 @@
 ZPublisher
 ZServer
 ZTUtils         
-Zope
+# we can't call the following item "Zope" because zpkg is
+# case-ignorant for collection names and it would conflict with "zope"
+# (the items listed here are collections, not packages, although most
+# of the times they're the same; here the collection represents a
+# top-level module, though)
+Zopepy
 Zope2
 ZopeUndo
 docutils

Modified: Zope/trunk/releases/Zope2.map
===================================================================
--- Zope/trunk/releases/Zope2.map	2005-11-03 13:07:31 UTC (rev 39867)
+++ Zope/trunk/releases/Zope2.map	2005-11-03 13:08:17 UTC (rev 39868)
@@ -52,7 +52,12 @@
 ZPublisher        ../lib/python/ZPublisher
 ZServer           ../lib/python/ZServer
 ZTUtils           ../lib/python/ZTUtils
-Zope              ../lib/python/Zope.py
+# we can't call the following item "Zope" because zpkg is
+# case-ignorant for collection names and it would conflict with "zope"
+# (the items listed here are collections, not packages, although most
+# of the times they're the same; here the collection represents a
+# top-level module, though)
+Zopepy            ../lib/python/Zope.py
 Zope2             ../lib/python/Zope2
 ZopeUndo          ../lib/python/ZopeUndo
 initgroups        ../lib/python/initgroups



More information about the Zope-Checkins mailing list