Your message dated Thu, 19 Apr 2012 00:48:50 +0000
with message-id <[email protected]>
and subject line Bug#556424: fixed in turbogears 1.1.3-1
has caused the Debian Bug report #556424,
regarding python-turbogears makes python setup.py --help-commands fail
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
556424: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556424
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-turbogears
Version: 1.1-1
Severity: normal


When installing python-turbogears, the standard python setup.py
--help-commands fail if some non-mandatory dependencies are missing, for
example:

$ python setup.py --help-commands
Traceback (most recent call last):
  File "setup.py", line 64, in <module>
    namespace_packages=['sphinxcontrib'],
  File "/usr/lib/python2.5/distutils/core.py", line 137, in setup
    ok = dist.parse_command_line()
  File "/usr/lib/python2.5/site-packages/setuptools/dist.py", line 232, in 
parse_command_line
    result = _Distribution.parse_command_line(self)
  File "/usr/lib/python2.5/distutils/dist.py", line 455, in parse_command_line
    if self.handle_display_options(option_order):
  File "/usr/lib/python2.5/distutils/dist.py", line 680, in 
handle_display_options
    self.print_commands()
  File "/usr/lib/python2.5/site-packages/setuptools/dist.py", line 369, in 
print_commands
    cmdclass = ep.load(False) # don't require extras, we're not running
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 1933, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "/usr/lib/pymodules/python2.5/turbogears/__init__.py", line 8, in 
<module>
    from turbogears import (controllers, view, database, validators, command,
  File "/usr/lib/pymodules/python2.5/turbogears/widgets/__init__.py", line 1, 
in <module>
    from turbogears.widgets.base import *
  File "/usr/lib/pymodules/python2.5/turbogears/widgets/base.py", line 5, in 
<module>
    from turbogears import view, startup, config
  File "/usr/lib/pymodules/python2.5/turbogears/startup.py", line 31, in 
<module>
    pkg_resources.require("TurboGears")
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 633, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 531, in resolve
    raise DistributionNotFound(req)  # XXX put more info here
pkg_resources.DistributionNotFound: tgMochiKit>=0.2beta


The setup.py is attached, in case it's useful.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (99, 'experimental'), (50, 'testing'), (9, 
'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.31.1
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-turbogears depends on:
ii  python                2.5.4-2            An interactive high-level object-o
ii  python-cheetah        2.0.1-2            text-based template engine and Pyt
ii  python-cherrypy       2.3.0-3            Python web development framework
ii  python-configobj      4.5.2-2            a simple but powerful config file 
ii  python-decoratortools 1.7-3              version-agnostic decorators suppor
ii  python-dispatch       0.5a.svn20080510-3 Rule and type-based generic dispat
ii  python-formencode     1.2.2-1            validation and form generation Pyt
ii  python-kid            0.9.6-1            simple Pythonic template language 
ii  python-nose           0.11.1-1           test discovery and running for Pyt
ii  python-paste          1.7.2-4            tools for using a Web Server Gatew
ii  python-pastedeploy    1.3.3-3            load, configure, and compose WSGI 
ii  python-pastescript    1.7.3-4            serving web applications, creating
ii  python-pkg-resources  0.6.8-1            Package Discovery and Resource Acc
ii  python-simplejson     2.0.9-1            Simple, fast, extensible JSON enco
ii  python-sqlalchemy     0.5.6-1            SQL toolkit and Object Relational 
ii  python-sqlobject      0.11.0-1.1         Python module for SQLObject
ii  python-support        1.0.4              automated rebuilding support for P
ii  python-turbojson      1.2.1-4            Plugin to use JSON templates in Py
ii  python-turbokid       1.0.4-6            TurboGears template plugin to use 

Versions of packages python-turbogears recommends:
ii  python-elixir                 0.7.0-1    Declarative Mapper for SQLAlchemy
ii  python-genshi                 0.5.1-2    Python XML-based template engine
pn  python-myghty                 <none>     (no description available)
ii  python-pysqlite2              2.5.5-3    Python interface to SQLite 3

python-turbogears suggests no packages.

-- no debconf information
# -*- coding: utf-8 -*-

from setuptools import setup, find_packages

long_desc = '''
This package contains the aafigure_ Sphinx_ extension.

.. _aafigure: https://launchpad.net/aafigure
.. _Sphinx: http://sphinx.pocoo.org/

aafigure_ is a program and a reStructuredText_ directive to allow embeded ASCII
art figures to be rendered as nice images in various image formats. The
aafigure_ directive needs a *hardcoded* image format, so it doesn't goes well
with Sphinx_ multi-format support.

.. _reStructuredText: http://docutils.sourceforge.net/rst.html

This extension adds the ``aafig`` directive that automatically selects the
image format to use acording to the Sphinx_ writer used to generate the
documentation.

Usage example::

    .. aafig::
        :aspect: 60
        :scale: 150
        :proportional:
        :textual:

        +-------+         +-----------+
        | Hello +-------->+ aafigure! |
        +-------+         +-----------+

'''

requires = ['Sphinx>=0.6', 'aafigure>=0.3']

setup(
    name='sphinxcontrib-aafig',
    version='1.0',
    url='http://packages.python.org/sphinxcontrib-aafig/',
    download_url='http://pypi.python.org/pypi/sphinxcontrib-aafig',
    license='BOLA',
    author='Leandro Lucarella',
    author_email='[email protected]',
    description='aafig Sphinx extension',
    long_description=long_desc,
    zip_safe=False,
    classifiers=[
        'Development Status :: 4 - Production/Stable',
        'Environment :: Console',
        'Environment :: Web Environment',
        'Intended Audience :: Developers',
        'License :: Public Domain',
        'Operating System :: OS Independent',
        'Programming Language :: Python',
        'Topic :: Documentation',
        'Topic :: Utilities',
    ],
    platforms='any',
    packages=find_packages(),
    include_package_data=True,
    install_requires=requires,
    namespace_packages=['sphinxcontrib'],
)

--- End Message ---
--- Begin Message ---
Source: turbogears
Source-Version: 1.1.3-1

We believe that the bug you reported is fixed in the latest version of
turbogears, which is due to be installed in the Debian FTP archive:

python-turbogears_1.1.3-1_all.deb
  to main/t/turbogears/python-turbogears_1.1.3-1_all.deb
turbogears_1.1.3-1.debian.tar.gz
  to main/t/turbogears/turbogears_1.1.3-1.debian.tar.gz
turbogears_1.1.3-1.dsc
  to main/t/turbogears/turbogears_1.1.3-1.dsc
turbogears_1.1.3.orig.tar.gz
  to main/t/turbogears/turbogears_1.1.3.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitrijs Ledkovs <[email protected]> (supplier of updated turbogears package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 19 Apr 2012 01:34:46 +0100
Source: turbogears
Binary: python-turbogears
Architecture: source all
Version: 1.1.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
<[email protected]>
Changed-By: Dmitrijs Ledkovs <[email protected]>
Description: 
 python-turbogears - Python-based web framework
Closes: 556424 579105
Changes: 
 turbogears (1.1.3-1) unstable; urgency=low
 .
   * Team upload
   * New upstream release
   * Add missing dependencies (Closes: #556424 #615520)
   * Switch to 3.0 (quilt) format
   * Fix spelling mistake in README.Debian (thanks lintian)
   * Switch to dh_python2, aids with correct dependencies (Closes: #579105)
   * Depend on libjs-mochikit & symlink mochikit.js (thanks lintian)
   * Remove ez_setup calls from setup.py so ez_setup doesn't try to download
     packages during build (thanks ubuntu)
   * Update watch file
Checksums-Sha1: 
 5434d49173a55c851ee056d3250684afbf4fcd95 2344 turbogears_1.1.3-1.dsc
 967375612df09e5b8fc5a05302b73fc9e842003d 1207543 turbogears_1.1.3.orig.tar.gz
 58dc61f0b51b6d1950db4278ff9ed8ce3b16b882 10360 turbogears_1.1.3-1.debian.tar.gz
 f87f3d81d0d0b60adbcf3106dd880f379b3965e5 1184172 
python-turbogears_1.1.3-1_all.deb
Checksums-Sha256: 
 25da42ed5de8437408c8e6eaaa9a630556838ba13b68320ac190fa90a4dc9df1 2344 
turbogears_1.1.3-1.dsc
 051ac9f0d0aeca009ea8b2bc24a46c148dcb1f7df8335655bd4f672b6751d854 1207543 
turbogears_1.1.3.orig.tar.gz
 d4207af97ef1b97e77accdd7360ecc48b0e0fefe5281870d2d91a848b065612e 10360 
turbogears_1.1.3-1.debian.tar.gz
 9ce87f53120b57fd24ba338e9bf484d092bd94c788ba1dbb4a548b6a2bf47516 1184172 
python-turbogears_1.1.3-1_all.deb
Files: 
 ae89654ccd82c6c0dd8cbe8cfbae9f58 2344 python optional turbogears_1.1.3-1.dsc
 a2ed1c571290f7eea3330c240f15abf4 1207543 python optional 
turbogears_1.1.3.orig.tar.gz
 6258460eff9d82581714c97888c70e79 10360 python optional 
turbogears_1.1.3-1.debian.tar.gz
 8f054c403db0e0be29e4cea785d85493 1184172 python optional 
python-turbogears_1.1.3-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJPj188AAoJEIh7YGGLPBauaHQQALYtVKpkNH4MWyQDL3wAOj3F
RRL/JH6B7U+bvumO58CTgfffrov4zObCRmOgQ7YGteIM0xyd5TILNxceZQyZt76d
FFys3Tu1cX2b/Qjqun/n+OXJFYJ0i8Jrt2/SrNfoOFGkhr6PEnvNAFM4QJk58722
NgVq7+5jkV2u75kx3pIFhAnctFjPGtd+hpKJJJQ8QZtIeXxL73PnijlHb6oR0ulh
atXuwtw5N7ubVpbO2BsWXzK5B7KpfvaL9LVUYZ32dyAWq3hyi21VPBIEjejhtqio
p6ui7dVPHY+7aRdy5G5Nc2SXF1tMiNovoAew48misyKEAeQzCcSlptvfXFMPNaDo
ANEf7FVZtQJ4gBvsVMSTly4r2Pc3/BoWXQC8TVHn9P5tvCS3XsueifDLH0Edccge
nqlUqdi3m29mxcD4zHQ1/E5yeMMMZs5UnFj0ntHmCmHjI3ghP+LyVNLzW37EaN9u
rWz8+UslwpHJYsTqPI0s1bwNBl69waxRK04ICmHgHcdMaRQhVnUbrlzE6OddYYL+
6My4lsNPML3xSWllktE882kvJR0hERxweWBgYTcKmgA/utyZbYGh45SaJYPLdCDd
Jrm4mUufydnrDR8oCS6NnHlAPUCGOFD9mhOWlBTycHnE7BthS2tnYBEPcQqP/WdY
4TFHHridpAFwYtT68X8D
=cj+x
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to