On Thu, Feb 20, 2014 at 10:40:07AM +0100, Marius Gedminas wrote:
On Thu, Feb 20, 2014 at 01:00:01AM +0100, Zope tests summarizer wrote:
[1] FAILED winbot / z3c.pdftemplate_py_265_32 https://mail.zope.org/pipermail/zope-tests/2014-February/081002.html
That part where ReportLab 3.0 doesn't support Python 2.6.
I'll do something about this.
This is fixed; last build succeeded on winbot.
[2] FAILED winbot / z3c.recipe.paster_py_265_32 https://mail.zope.org/pipermail/zope-tests/2014-February/081001.html
This looks like a bug in zc.recipe.filestorage's setup.py: it specifies
data_files=[(".", ["README.txt"])],
but README.txt was renamed to README.rst recently (and moved into a subdirectory and changed into a symlink, which is fun).
What is data_files? I don't think I ever used this setuptools/distutils feature before.
I think the intent here was to ship documentation together with the installed package. I removed that line from setup.py and pushed a 1.1.2 release to PyPI, since a working package is better than a broken package. Marius Gedminas -- http://pov.lt/ -- Zope 3/BlueBream consulting and development