From f174d8943c2edea25306ab522c27f69bbebd0be3 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 10 May 2012 08:56:02 -0400 Subject: Update CherryPy dependency package to python-cherrypy3 on Debian. 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 > 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 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/install.txt') diff --git a/doc/install.txt b/doc/install.txt index dc4b416..a32a7c1 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -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. -- cgit