[ZODB-Dev] Missing scripts inside ZODB3==3.7.x

kiorky kiorky at cryptelium.net
Fri Sep 25 12:16:48 EDT 2009


Hi,

As far as my experimentations towards RelStorage with plone, i have as idea to
use ZODB3 as an rather that the code from the Zope2 release tarball.

Thus, i installed the ZODB3==3.7.2 distribution from pypi, but unfortunatly, the
ZODB.scripts package is missing after easy_install work as well as others packages.

A rapid diff [1] with the 3.8 branch spots quickly the errors and leads me to a
trivial fix (patch attached).

I have commit access to the repository, but i ll wait for approval before
commiting. It would be good to release it too.


[1]

diff -ur --exclude=.svn  3.7.orig/setup.py 3.8/setup.py |grep script
         scripts = ["src/ZODB/scripts/fsdump.py",
                    "src/ZODB/scripts/fstail.py",
                    "src/ZODB/scripts/fstest.py",
                    "src/ZODB/scripts/repozo.py",
+                   "src/ZODB/scripts/strip_versions.py",
                    "src/ZEO/scripts/zeopack.py",
                    "src/ZEO/scripts/runzeo.py",
                    "src/ZEO/scripts/zeopasswd.py",
     fsrefs = ZODB.scripts.fsrefs:main
     fstail = ZODB.scripts.fstail:Main
     repozo = ZODB.scripts.repozo:main
+    strip_versions =  ZODB.scripts.strip_versions:main
     zeopack = ZEO.scripts.zeopack:main
     scripts = []
+            "ZEO", "ZEO.auth", "ZEO.zrpc", "ZEO.tests", "ZEO.scripts",
+                    "ZODB.scripts",
+        "ZEO/scripts",
+        "ZODB/scripts",
-      description = doclines[0],
+      description = __doc__.split("\n")[0],
-      long_description = "\n".join(doclines[2:]),
+      long_description = (


-- 
--
Cordialement,
KiOrKY
GPG Key FingerPrint: 0x1A1194B7681112AF

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: zodb3-3.7-scripts.patch
Url: http://mail.zope.org/pipermail/zodb-dev/attachments/20090925/5ddb585c/attachment.pl 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
Url : http://mail.zope.org/pipermail/zodb-dev/attachments/20090925/5ddb585c/attachment.bin 


More information about the ZODB-Dev mailing list