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

2015-05-11 Thread Ole Streicher
Ben Finney ben+deb...@benfinney.id.au writes: Ole Streicher oleb...@debian.org 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

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

2015-05-11 Thread Ben Finney
Ole Streicher oleb...@debian.org writes: Ben Finney ben+deb...@benfinney.id.au writes: Ole Streicher oleb...@debian.org 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

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 Matthias Klose
On 05/11/2015 09:03 AM, Ole Streicher wrote: Ben Finney ben+deb...@benfinney.id.au writes: Ole Streicher oleb...@debian.org 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

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

2015-05-11 Thread Ole Streicher
Matthias Klose d...@debian.org 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

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

2015-05-11 Thread Ole Streicher
Charles Plessy ple...@debian.org 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

Re: Filesystem layout choices in Distutils

2015-05-11 Thread Matthias Klose
On 05/11/2015 04:27 AM, Ben Finney wrote: Matthias Klose d...@debian.org 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?

Re: Membership in PAPT alioth group

2015-05-11 Thread Balasankar C
On 2015-05-09 02:44, Ben Finney wrote: Balasankar C balasank...@autistici.org 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

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

2015-05-11 Thread Ole Streicher
Package: wnpp Owner: Ole Streicher oleb...@debian.org 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 thomas.robitai...@gmail.com

[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

Re: Filesystem layout choices in Distutils

2015-05-11 Thread Ben Finney
Matthias Klose d...@debian.org 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

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 ans...@debian.org * Package name: python-pyramid-chameleon Version : 0.3 Upstream Author : Pylons Project and Contributors, http://www.pylonsproject.org/ * URL :

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 builddir/.pybuild/pythonX.Y_2.7/build; python2. =