[Zope-dev] Release management proposal

Wichert Akkerman wichert at wiggy.net
Wed Apr 22 10:06:09 EDT 2009


I want to suggest two changes to the standard release process:

1. use "sdist --formats=zip". This works around a nasty bug in the
   python 2.4 tarfile module which makes it skip files with a
   path of a specific length. This can make a release impossible to use.

2. forbid the use of __file__ in setup.py. This breaks on systems
   which do not have setuptools installed globally but rely on a
   (zc.buildout-created) wrapper script. __file__ will point
   to the wrapper script in those instances, which breaks setup.py.
   
Wichert.

-- 
Wichert Akkerman <wichert at wiggy.net>    It is simple to make things.
http://www.wiggy.net/                   It is hard to make things simple.


More information about the Zope-Dev mailing list