Re: pybuild (Re: image-file-in-usr-lib)

2015-05-11 Thread Simon McVittie
On 11/05/15 08:03, Ole Streicher wrote: > What is the rationale between having all this in /usr/lib? Conversely, it might be informative to consider the rationale for /usr/lib and /usr/share being separate: """ This hierarchy is intended to be shareable among all architecture platforms of a given

pybuild --pytest: empty directory?

2015-05-11 Thread Ole Streicher
Hi, I am trying to automatically run pytest from pybuild (by specifying "dh_auto_test -- --test-pytest" in override_dh_auto_test). However, the tests do not run. When I look into the log, I see: I: pybuild base:170: cd /.pybuild/pythonX.Y_2.7/build; python2. = test se

Bug#785048: ITP: python-pyramid-chameleon -- Chameleon templating addon for the Pyramid web application framework

2015-05-11 Thread Ansgar Burchardt
Package: wnpp Severity: wishlist Owner: Ansgar Burchardt * Package name: python-pyramid-chameleon Version : 0.3 Upstream Author : Pylons Project and Contributors, http://www.pylonsproject.org/ * URL : http://docs.pylonsproject.org/projects/pyramid-

Re: Filesystem layout choices in Distutils

2015-05-11 Thread Ben Finney
Matthias Klose writes: > On 05/11/2015 04:27 AM, Ben Finney wrote: > > Can you please show a URL to a specific discussion you think would > > benefit from a Debian contribution? > > https://mail.python.org/pipermail/distutils-sig/2015-April/026114.html > https://mail.python.org/pipermail/distutil

[DPMT] I would like to join the team

2015-05-11 Thread Julien Puydt
Hi, I would like to join the Debian Python Modules Team. I already have an account on alioth (jpuydt-guest) and I already maintain a few packages under the debian-science team umbrella. I have made a package for mistune (a new dep in ipython 3) (bug #779472), and contributed the necessary pa

Bug#785015: ITP: wcsaxes -- Framework for plotting astronomical and geospatial data

2015-05-11 Thread Ole Streicher
Package: wnpp Owner: Ole Streicher Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org,debian-as...@lists.debian.org,debian-python@lists.debian.org * Package name: WCSAxes Version : 0.3 Upstream Author : Thomas Robitaille * URL : https://github.com/astrofr

Re: Membership in PAPT alioth group

2015-05-11 Thread Balasankar C
On 2015-05-09 02:44, Ben Finney wrote: Balasankar C writes: I am packaging GNUKhata (http://gnukhata.org), a free accounting software which can be used as an alternative to Tally. Did you check the Work Needing and Prospective Packages list https://bugs.debian.org/wnpp>? According to https:

Re: pybuild (Re: image-file-in-usr-lib)

2015-05-11 Thread Ole Streicher
Charles Plessy writes: > indeed, this is a recent change in the Policy (see > bugs.debian.org/741304). Putting pure python packages (Architecture: all) into /usr/lib is IMO still not coved by the Debian Policy. > Probably Lintian is lagging behind. Maybe somebody can ping bug #415558 ? I'll do

Re: pybuild (Re: image-file-in-usr-lib)

2015-05-11 Thread Ole Streicher
Matthias Klose writes: > The FHS never talks about putting *code* into /usr/share. So pybuild > is right from my point of view to put it in /usr/lib. I think the Debian Policy is quite clear here: | [...] However, when a directory is entirely composed of | architecture-independent files, it shou

Re: Filesystem layout choices in Distutils

2015-05-11 Thread Matthias Klose
On 05/11/2015 04:27 AM, Ben Finney wrote: > Matthias Klose writes: > >> there are some discussions on the distutils SIG where to move certain >> types of files. > > Can you please show a URL to a specific discussion you think would > benefit from a Debian contribution? https://mail.python.org/p

Re: pybuild (Re: image-file-in-usr-lib)

2015-05-11 Thread Matthias Klose
On 05/11/2015 09:03 AM, Ole Streicher wrote: > Ben Finney writes: >> Ole Streicher writes: >> Installing the non-program files to ‘/usr/share/foopackage/images/’ (for >> example) is simple enough, using ‘dh_install’. > > I am using pybuild, and I am wondering why it doesn't do this > automatical

Re: pybuild (Re: image-file-in-usr-lib)

2015-05-11 Thread Charles Plessy
Le Mon, May 11, 2015 at 09:03:53AM +0200, Ole Streicher a écrit : > > The Debian Policy [4] states (9.1.1): > > | 1. The FHS requirement that architecture-independent application- > | specific static files be located in /usr/share is relaxed to a > | suggestion. In particular, a subdirectory of /

Re: pybuild (Re: image-file-in-usr-lib)

2015-05-11 Thread Ben Finney
Ole Streicher writes: > Ben Finney writes: > > Ole Streicher writes: > > Installing the non-program files to ‘/usr/share/foopackage/images/’ (for > > example) is simple enough, using ‘dh_install’. > > I am using pybuild, and I am wondering why it doesn't do this > automatically (maybe with some

pybuild (Re: image-file-in-usr-lib)

2015-05-11 Thread Ole Streicher
Ben Finney writes: > Ole Streicher writes: > Installing the non-program files to ‘/usr/share/foopackage/images/’ (for > example) is simple enough, using ‘dh_install’. I am using pybuild, and I am wondering why it doesn't do this automatically (maybe with some help)? Generally: pybuild seem to i