Re: Future of pygame in Debian.

2018-10-12 Thread Dominik George
Hi, > […] tagged accordingly in the BTS […] Oops, you are right. There are still two FTBFS bugs I failed to tag (but not to fix). Cheers, Nik signature.asc Description: PGP signature

Re: Future of pygame in Debian.

2018-10-12 Thread Dominik George
Hi, > pygame in Debian testing is currently python2 only, I am sure I am not > alone in thinking this is not a good state of affairs given that pygame is > frequently used for introducing people to programming. > > pygame in sid has python3 support but is held back from migrating to > testing by

Re: Future of pygame in Debian.

2018-10-12 Thread Paul Wise
On Sat, Oct 13, 2018 at 9:36 AM peter green wrote: > The other two are testsuite failures on architectures where frankly I doubt > pygame has many users* ... > *Both are very expensive architectures driven by IBM. Raptor Computing sells (expensive but less than IBM) POWER9 desktops with GPUs so

Future of pygame in Debian.

2018-10-12 Thread peter green
pygame in Debian testing is currently python2 only, I am sure I am not alone in thinking this is not a good state of affairs given that pygame is frequently used for introducing people to programming. pygame in sid has python3 support but is held back from migrating to testing by three rc

Re: Joining DMPT and PAPT

2018-10-12 Thread eamanu15
Welcome! El vie., 12 de oct. de 2018 a la(s) 16:57, Ondrej Novy (n...@ondrej.org) escribió: > Hi, > > st 3. 10. 2018 v 12:39 odesílatel Peter Pentchev > napsal: > >> I find myself doing more and more Python work on my own, so I thought >> I might also contribute to the Debian packaging. The

Re: joining PAPT

2018-10-12 Thread eamanu15
Welcome! El vie., 12 de oct. de 2018 a la(s) 16:57, Ondrej Novy (n...@ondrej.org) escribió: > Hi, > > pá 12. 10. 2018 v 17:15 odesílatel Félix Sipma > napsal: > >> I'm already a member of DPMT, but I'd like to join PAPT to put some of the >> packages I maintain there (todoman and khard, and I

Re: joining PAPT

2018-10-12 Thread Ondrej Novy
Hi, pá 12. 10. 2018 v 17:15 odesílatel Félix Sipma napsal: > I'm already a member of DPMT, but I'd like to join PAPT to put some of the > packages I maintain there (todoman and khard, and I still plan to work on > these), and help in at least khal packaging. > welcome :) -- Best regards

Re: Joining DMPT and PAPT

2018-10-12 Thread Ondrej Novy
Hi, st 3. 10. 2018 v 12:39 odesílatel Peter Pentchev napsal: > I find myself doing more and more Python work on my own, so I thought > I might also contribute to the Debian packaging. The first benefit > would be to bring my gitless package under the PAPT umbrella, but > I also have a couple

RE:TypeError: ord() expected a character, but string of length 3 found (Was: Updated python-uncertainties)

2018-10-12 Thread PICCA Frederic-Emmanuel
You are right , I did not noticed, that setuptools was not part of the build dependencies...

Re: TypeError: ord() expected a character, but string of length 3 found (Was: Updated python-uncertainties)

2018-10-12 Thread Piotr Ożarowski
[PICCA Frederic-Emmanuel, 2018-10-12] > to my opinion, the code is modify in place with 2to3. > So the code on the source after the configuration is already converted to > python3. > And during the build process, with python2 the code is copied as it in the > .pybuild place for python2 > with

Re: Request to join DPMT & PAPT Team

2018-10-12 Thread Manas Kashyap
Thanks a lot. On Fri, Oct 12, 2018 at 5:36 PM eamanu15 wrote: > Welcome! =D > > El vie., 12 de oct. de 2018 a la(s) 04:12, Ondrej Novy (n...@ondrej.org) > escribió: > >> Hi, >> >> so 6. 10. 2018 v 17:53 odesílatel Manas Kashyap < >> manaskashyapt...@gmail.com> napsal: >> >>> ... i am asked to

RE:TypeError: ord() expected a character, but string of length 3 found (Was: Updated python-uncertainties)

2018-10-12 Thread PICCA Frederic-Emmanuel
Hello Andreas, it seems to me that the problem is due to the 2to3 conversion. I looked at the first failure when you re-activate the unit test[1] to my opinion, the code is modify in place with 2to3. So the code on the source after the configuration is already converted to python3. And during

joining PAPT

2018-10-12 Thread Félix Sipma
Hi, I'm already a member of DPMT, but I'd like to join PAPT to put some of the packages I maintain there (todoman and khard, and I still plan to work on these), and help in at least khal packaging. I still agree to follow the team policy. My login on salsa is felix-guest. Cheers,

RE:TypeError: ord() expected a character, but string of length 3 found (Was: Updated python-uncertainties)

2018-10-12 Thread PICCA Frederic-Emmanuel
Hello Andreas, during the test does it load the moduels from the source files or does it use the one under the build directory. Maybe there is a missmatch between python2 code and 2to3 python code targeting python3. did it helped ? Fred

Re: TypeError: ord() expected a character, but string of length 3 found (Was: Updated python-uncertainties)

2018-10-12 Thread Chris Lamb
Andreas, > Before I discuss this with upstream I'd like to share another observation: > There is some 2to3 magic applied to the source code which has the effect > that Assuming it's upstream's 2to3 magic, then I would speak to them. Alas, I am new to this package too — good luck and I hope I was

Re: TypeError: ord() expected a character, but string of length 3 found (Was: Updated python-uncertainties)

2018-10-12 Thread Andreas Tille
Hi again, On Fri, Oct 12, 2018 at 02:44:26PM +0200, Andreas Tille wrote: > > > > > > File "/usr/lib/python2.7/dist-packages/uncertainties/core.py", line > > > > 946, in > > > > ord(sup): normal for (normal, sup) in list(TO_SUPERSCRIPT.items())} > > > > Please always provide a minimal

Re: TypeError: ord() expected a character, but string of length 3 found (Was: Updated python-uncertainties)

2018-10-12 Thread Andreas Tille
Hi Chris, On Fri, Oct 12, 2018 at 12:32:18PM +0100, Chris Lamb wrote: > > > > File "/usr/lib/python2.7/dist-packages/uncertainties/core.py", line > > > 946, in > > > ord(sup): normal for (normal, sup) in list(TO_SUPERSCRIPT.items())} > > Please always provide a minimal testcase,

Re: Request to join DPMT & PAPT Team

2018-10-12 Thread eamanu15
Welcome! =D El vie., 12 de oct. de 2018 a la(s) 04:12, Ondrej Novy (n...@ondrej.org) escribió: > Hi, > > so 6. 10. 2018 v 17:53 odesílatel Manas Kashyap < > manaskashyapt...@gmail.com> napsal: > >> ... i am asked to join dpmt and papt team so i am requesting to take me >> in the team . >> > >

Re: Joining DMPT and PAPT

2018-10-12 Thread eamanu15
Welcome Joseph! =) El vie., 12 de oct. de 2018 a la(s) 04:12, Ondrej Novy (n...@ondrej.org) escribió: > Hi, > > st 3. 10. 2018 v 5:51 odesílatel Joseph Herlant > napsal: > >> I'm already in there as aerostitch-guest but I just got my DD account >> so I'd like to migrate my access to my new

Re: TypeError: ord() expected a character, but string of length 3 found (Was: Updated python-uncertainties)

2018-10-12 Thread Chris Lamb
Andreas, > > File "/usr/lib/python2.7/dist-packages/uncertainties/core.py", line 946, > > in > > ord(sup): normal for (normal, sup) in list(TO_SUPERSCRIPT.items())} Please always provide a minimal testcase, otherwise people have to do a lot of work simply to get where you are.. $ cat

TypeError: ord() expected a character, but string of length 3 found (Was: Updated python-uncertainties)

2018-10-12 Thread Andreas Tille
Hi again, I've now stumbled upon the `export PYBUILD_DISABLE=test` some Uploader had commited. This is now deactivated in Git[2]. Any idea how to get this working? Kind regards Andreas. [2] https://salsa.debian.org/debian/python-uncertainties On Fri, Oct 12, 2018 at 08:19:02AM

Re: Joining DMPT and PAPT

2018-10-12 Thread Ondrej Novy
Hi, pá 12. 10. 2018 v 5:50 odesílatel Joseph Herlant napsal: > I was just double-checking that my mail went through. I realized I forgot > to switch the subscription to debian-python@ to my debian email from my > old one ;) > sorry for waiting, I was a bit busy. -- Best regards Ondřej Nový

Re: Request to join DPMT & PAPT Team

2018-10-12 Thread Ondrej Novy
Hi, so 6. 10. 2018 v 17:53 odesílatel Manas Kashyap napsal: > ... i am asked to join dpmt and papt team so i am requesting to take me in > the team . > welcome :) -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B

Re: Joining DMPT and PAPT

2018-10-12 Thread Ondrej Novy
Hi, st 3. 10. 2018 v 5:51 odesílatel Joseph Herlant napsal: > I'm already in there as aerostitch-guest but I just got my DD account > so I'd like to migrate my access to my new account: aerostitch. > done. -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5

Re: joining PAPT

2018-10-12 Thread Ondrej Novy
Hi, ne 30. 9. 2018 v 8:08 odesílatel napsal: > I develop an equation editor in python3 > (https://github.com/daniel-molina/visualequation) and I would like to > mantain it within the team. > welcome :) -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090

Re: Updated python-uncertainties

2018-10-12 Thread Andreas Tille
Hi, I need help with an issue in python-uncertainties[2]. It only occures with Python 2: $ python Python 2.7.15+ (default, Aug 31 2018, 11:56:52) [GCC 8.2.0] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from uncertainties import core Traceback (most