Update CherryPy dependency package to python-cherrypy3 on Debian.
authorW. Trevor King <wking@tremily.us>
Thu, 10 May 2012 12:56:02 +0000 (08:56 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 10 May 2012 12:56:02 +0000 (08:56 -0400)
Thanks to Tim Mazid for reporting the bug, and Israel Basurto for
suggesting the fix.

On Wed, May 09, 2012 at 07:26:14PM +1000, Tim Mazid wrote:
> $ interfaces/web/cfbe.py ~/projects/proj/
> Bugs Everywhere Directory v1.4
> Traceback (most recent call last):
>   File "interfaces/web/cfbe.py", line 42, in <module>
>     cherrypy.quickstart(WebInterface, '/', app_config)
> AttributeError: 'module' object has no attribute 'quickstart'
>
> This is with the latest be from git, and python-cherrypy 2.3.0-3 from
> Debian wheezy.

doc/install.txt

index dc4b4165b724514753b8f387367c3255b49f4354..a32a7c1252a2bc8c3d3434119adefe5fcfaf0515 100644 (file)
@@ -35,14 +35,14 @@ required.  See `Minimal installs`_ for possible shortcuts.
 
 ==============  =======================  ===============  ===========================
 Package         Role                     Debian_          Gentoo_
-==============  =======================  ===============  ===========================
-PyYAML_         serialized data storage  python-yaml      dev-python/pyyaml
-Jinja_          HTML templating          python-jinja2    dev-python/jinja
-CherryPy_       serve repos over HTTP    python-cherrypy  dev-python/cherrypy
-Sphinx_         see :doc:`doc`           python-sphinx    dev-python/sphinx
-numpydoc_       see :doc:`doc`                            dev-python/numpydoc [#npd]_
-Docutils_       manpage generation       python-docutils  dev-python/docutils
-==============  =======================  ===============  ===========================
+==============  =======================  ================  ===========================
+PyYAML_         serialized data storage  python-yaml       dev-python/pyyaml
+Jinja_          HTML templating          python-jinja2     dev-python/jinja
+CherryPy_       serve repos over HTTP    python-cherrypy3  dev-python/cherrypy
+Sphinx_         see :doc:`doc`           python-sphinx     dev-python/sphinx
+numpydoc_       see :doc:`doc`                             dev-python/numpydoc [#npd]_
+Docutils_       manpage generation       python-docutils   dev-python/docutils
+==============  =======================  ================  ===========================
 
 .. [#npd] In the science_ overlay.