Request to join the PAPT to help maintain frescobaldi

2014-01-08 Thread Anthony Fok
Hello!

Hello!  I would like to join the Python Application Packaging Team so
that I could help maintain the Frescobaldi package, which is already
co-maintained by PAPT:

Maintainer: Ryan Kavanagh 
Uploaders: Python Applications Packaging Team


Thanks to Frescobaldi Debian package maintainer Ryan Kavanagh who
first suggested committing the changes to PAPT SVN to me.

Please see:

Bug#729688 frescobaldi: New upstream release 2.0.11 available since 2013-10-16
http://bugs.debian.org/729688

The new version of Frescobaldi 2.0.13 package for Debian is now ready,
but I think it would be better if I could commit the change to SVN
repository first before I make the final build with svn-buildpackage.

My account on Alioth is "foka", same as my Debian email address.
And a Request to Join has been sent on Alioth, awaiting acceptance by
the admins.  :-)

Thanks again!

Cheers,
Anthony


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAB0DyeE7LzL=csuyzjns04l2japkha0mogkdfktwudyxy9u...@mail.gmail.com



About access to git.debian.org and the DPMT

2014-01-08 Thread Sylvain Pineau

Hi.

I'd like to join the Debian python modules team.

My goal is to maintain a set of packages related to PlainBox [1]
I'm in the process of preparing packaging for Ubuntu 14.04 and I'd like 
to prepare one for Debian as well.
I'm also working on getting some PlainBox extra to Debian such as 
xlsxwriter [2].


My alioth username is spineau-guest.

Best regards
Sylvain Pineau


[1] http://packages.debian.org/fr/source/sid/plainbox 


[2] http://mentors.debian.net/package/xlsxwriter


Re: Request to join the PAPT to help maintain frescobaldi

2014-01-08 Thread Piotr Ożarowski
Hi Anthony,

[Anthony Fok, 2014-01-08]
> My account on Alioth is "foka", same as my Debian email address.
> And a Request to Join has been sent on Alioth, awaiting acceptance by
> the admins.  :-)

done. Welcome! :)
-- 
Piotr Ożarowski Debian GNU/Linux Developer
www.ozarowski.pl  www.griffith.cc   www.debian.org
GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20140108210336.gb4...@sts0.p1otr.com



Re: About access to git.debian.org and the DPMT

2014-01-08 Thread Piotr Ożarowski
[Sylvain Pineau, 2014-01-08]
> I'd like to join the Debian python modules team.
> 
> My goal is to maintain a set of packages related to PlainBox [1]
> I'm in the process of preparing packaging for Ubuntu 14.04 and I'd
> like to prepare one for Debian as well.
> I'm also working on getting some PlainBox extra to Debian such as
> xlsxwriter [2].
> 
> My alioth username is spineau-guest.

Welcome on board!
-- 
Piotr Ożarowski Debian GNU/Linux Developer
www.ozarowski.pl  www.griffith.cc   www.debian.org
GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20140108210432.gc4...@sts0.p1otr.com



ABI change that causes PyQwt and PyQwt3d to segfault

2014-01-08 Thread Gudjon I. Gudjonsson
Hi list
I got a bug report regarding PyQwt (see below). Once again
it segfaults and when I test PyQwt3d it segfaults as well.
   The problem is fixed by a new upload but my problem is that
I cannot request a binNMU unless I know what ABI change 
causes the problem. Does anyone know what causes it and if
the soname of some library was not bumped this time?

Regards
Gudjon 

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731437


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/29567278.LvCfQmpAoo@hekla



Problem with dh_python3

2014-01-08 Thread Gudjon I. Gudjonsson
Hi list
   I do have a problem with eric5 and dh_python3. There are files that are 
intended for python2 and I want to exclude them from dh_python3 but I
get the following errors when I install the package:

"""
Setting up eric (5.4.0-1) ...
  File "/usr/share/eric/modules/DebugClients/Python/DebugClientBase.py", line 
791
exec code in _globals, _locals
^
SyntaxError: invalid syntax

  File "/usr/share/eric/modules/DebugClients/Python/DebugBase.py", line 228
print 'DebugBase.trace_dispatch: unknown debugging event:', repr(event)
 ^
SyntaxError: invalid syntax

  File "/usr/share/eric/modules/UtilitiesPython2/CodeStyleChecker.py", line 69
print "ERROR"
"""

In the rules file I use the following line:
dh_python3 -XDebugClients/Python/ -XUtilitiesPython2
but it doesn't exclude the directories.

If you don't see the error, do you know about any other package with mixed
python2 and python3 code that I can take a look at?

Regards
Gudjon


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2388216.fT1PmC5Z4W@hekla



Re: ABI change that causes PyQwt and PyQwt3d to segfault

2014-01-08 Thread Scott Kitterman
On Wednesday, January 08, 2014 23:22:40 Gudjon I. Gudjonsson wrote:
> Hi list
> I got a bug report regarding PyQwt (see below). Once again
> it segfaults and when I test PyQwt3d it segfaults as well.
>The problem is fixed by a new upload but my problem is that
> I cannot request a binNMU unless I know what ABI change
> causes the problem. Does anyone know what causes it and if
> the soname of some library was not bumped this time?
> 
> Regards
> Gudjon
> 
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731437

That bug is fixed by an upload already.  Is there still a problem?

Scott K


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/10293455.c0rMyuSmsu@scott-latitude-e6320



Re: ABI change that causes PyQwt and PyQwt3d to segfault

2014-01-08 Thread Dmitry Shachnev
There were API bumps in sip4 4.14.7 and 4.15. Maybe it's a regression
caused by one of them.

I've tried to report the issue upstream, but they didn't know anything
about that. See the thread starting at
http://www.riverbankcomputing.com/pipermail/pyqt/2013-November/033428.html.

Anyway, now that you fixed that by rebuild, we can not care anymore.

On Thu, Jan 9, 2014 at 2:22 AM, Gudjon I. Gudjonsson  wrote:
> Hi list
> I got a bug report regarding PyQwt (see below). Once again
> it segfaults and when I test PyQwt3d it segfaults as well.
>The problem is fixed by a new upload but my problem is that
> I cannot request a binNMU unless I know what ABI change
> causes the problem. Does anyone know what causes it and if
> the soname of some library was not bumped this time?
>
> Regards
> Gudjon
>
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731437

--
Dmitry Shachnev


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cakimphu0dybfkscruby1sz-hdqtikgnezuqicpza-1ajd8v...@mail.gmail.com