[Python-modules-team] Bug#571114: namebench: wrong section

2010-02-23 Thread Éric Araujo
Package: namebench Version: 1.1+dfsg-1 Severity: minor Hello Even though namebench happends to be written in Python, it seems to me that it would be more useful (i.e. easier to find) to sort it in the “net” section than in “python”. Regards -- System Information: Debian Release: squeeze APT

[Python-modules-team] Bug#570258: python-graphy: depends on non-free software

2010-02-17 Thread Éric Araujo
Package: python-graphy Severity: normal Hello I’ve noticed the python-graphy package in testing today. If I understand correctly, it depends on the Google Graph service to function. python-graphy itself is free, but the software behind the Google service seems not free. (I followed a link from

[Python-modules-team] Bug#568757: PyXDG

2010-02-08 Thread Éric Araujo
Package: python-xdg Version: 0.18-1 Severity: normal Ok, just saw you had already forwarded it. Perfect! Happy hacking -- System Information: Debian Release: squeeze APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core)

[Python-modules-team] Bug#568757: python-xdg: xdg .BaseDirectory doesn’t follow the spec in one corner case

2010-02-08 Thread Éric Araujo
Howdy Thanks for committing the patch. Will you forward it upstream too? Regards ___ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#568757: PyXDG and the BaseDir Spec

2010-02-07 Thread Éric Araujo
Package: pyxdg Severity: normal Two precisions. First, I hope I chose the right severity for the bug; it seems to me that not respecting the spec in this sem-corner case is really bad for the official XDG Python package. Second, I changed os.getenv('HOME') to os.path.expanduser('~') because $HOME

[Python-modules-team] Bug#568757: python-xdg: xdg .BaseDirectory doesn’t follow the spec in one corner case

2010-02-07 Thread Éric Araujo
Package: python-xdg Version: 0.18-1 Severity: important Tags: patch Hello According to the XDG BaseDir Spec at : If $XDG_DATA_HOME is either not set or empty, a default equal to $HOME/.local/share should be used. Howe