BioPython: Different test suite results when debuild and pdebuild

2014-04-25 Thread Andreas Tille
Hi, I have started anyother try to finalise BioPython which is prepared at Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-biopython/trunk/ I try to run as much tests of the test suite as possible in the build process and I also added autopkgtest based on upstream's unit

Re: BioPython: Different test suite results when debuild and pdebuild

2014-04-25 Thread Etienne Millon
Hi Andreas, File /usr/lib/python3.3/encodings/ascii.py, line 26, in decode return codecs.ascii_decode(input, self.errors)[0] That's may be because pdebuild sets LC_ALL=C (see #376404). Python3 uses it to determine how it needs to print unicode. Here it tries to decode it as ascii but

Re: BioPython: Different test suite results when debuild and pdebuild

2014-04-25 Thread Andreas Tille
On Fri, Apr 25, 2014 at 10:57:33AM +0200, Etienne Millon wrote: LC_ALL=C.UTF-8 dh_auto_tests -- ... Works! Thanks a lot for this really helpful hint Andreas. -- http://fam-tille.de -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe.

BioPython: Some Python modules not found in tests at package build time

2014-04-25 Thread Andreas Tille
Hi, as I wrote in my last mail I have started anyother try to finalise BioPython which is prepared at Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-biopython/trunk/ I hope the final problem with the tests is that I get output like test_GraphicsBitmaps ... skipping.

Re: BioPython: Some Python modules not found in tests at package build time

2014-04-25 Thread Andreas Tille
Hi, On Fri, Apr 25, 2014 at 03:05:42PM +0200, Andreas Tille wrote: Hi, as I wrote in my last mail I have started anyother try to finalise BioPython which is prepared at Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-biopython/trunk/ I hope the final problem

Re: BioPython: Some Python modules not found in tests at package build time

2014-04-25 Thread Andreas Tille
[Debian Python Modules Team python-modules-t...@lists.alioth.debian.org in CC since it maintains python-reportlab] Hi again, On Fri, Apr 25, 2014 at 03:32:21PM +0200, Andreas Tille wrote: test_GraphicsBitmaps ... Warn: Can't find .pfb for face 'Times-Roman' skipping. Check the fonts

Re: RFS: python-ebooklib

2014-04-25 Thread Daniel James
Hi Zygmunt, I think you are quite welcome to join DPMT https://wiki.debian.org/Teams/PythonModulesTeam/HowToJoin Thanks, I have sent a request via the web interface. I have also helped upstream create some Sphinx documentation and re-uploaded the package to include it. Cheers! Daniel On

InVesalius - arch-dependent-file-in-usr-share

2014-04-25 Thread Thiago Franco Moraes
Hi all, I'm one of developer of InVesalius [1], an open source medical software. InVesalius is already packaged to Debian thanks to Debian med. Now I'm updating the package [2] to the last release of InVesalius. Until the penultimate version, InVesalius was developed exclusively in Python and