Re: kdev-python move to extragear -- once more

2013-04-04 Thread Sven Brauch
Hi, kdev-python has been moved to extragear. https://projects.kde.org/projects/extragear/kdevelop/plugins/kdev-python Thank you for your support. Cheers, Sven 2013/4/3 Albert Astals Cid : > El Dimecres, 3 d'abril de 2013, a les 10:53:32, Sven Brauch va escriure: >> Hi list, >> >> kdev-python ha

Re: kdev-python move to extragear -- once more

2013-04-03 Thread Albert Astals Cid
El Dimecres, 3 d'abril de 2013, a les 10:53:32, Sven Brauch va escriure: > Hi list, > > kdev-python has been in kdereview for almost four months now, and > still no decision has been reached. Since I'm the person asking for > review, I can't decide anything. > What's the policy for a reviewed appl

Re: Re: kdev-python move to extragear -- once more

2013-04-03 Thread Martin Gräßlin
Hi, I don't know whether there are rules for such cases, but I would say in such a situation it should be decided by the relevant developer team - that is kdevelop. I don't see how I as a workspace developer can properly judge the situation. Given the thread I see a clear "yes" from the kdevel

Re: kdev-python move to extragear -- once more

2013-04-03 Thread Aleix Pol
Hi, I'd say it's ok for you to move it. If there are ideas on how to actually fix the issues, we have plenty of channels to keep improving kdev-python, starting from the kdevelop-devel mailing list and bugs.kde.org. Aleix On Wed, Apr 3, 2013 at 10:53 AM, Sven Brauch wrote: > Hi list, > > kdev-p

Re: kdev-python move to extragear -- once more

2013-04-03 Thread Sven Brauch
Hi list, kdev-python has been in kdereview for almost four months now, and still no decision has been reached. Since I'm the person asking for review, I can't decide anything. What's the policy for a reviewed application when there's voices for and against accepting it? If the application should b

Re: kdev-python move to extragear -- once more

2013-03-21 Thread Milian Wolff
On Wednesday 20 March 2013 20:20:19 Albert Astals Cid wrote: > El Dimecres, 20 de març de 2013, a les 10:27:55, Sven Brauch va escriure: > > Hi, > > > > my patch to python [1] was merged recently, so I could start working > > on porting kdev-python away from the python fork. [2] is a branch > > whi

Re: kdev-python move to extragear -- once more

2013-03-21 Thread Todd
On Wed, Mar 20, 2013 at 11:13 PM, Alexander Dymo wrote: > I mean what can't be fixed, can't be fixed. At the end if Pino thinks the >> python 2 fork is insecure he's always free to not package it in Debian. >> > > If I was Sven, I'd drop Python2 support. But it's his call. I also think > kdev-pyt

Re: kdev-python move to extragear -- once more

2013-03-20 Thread Alexander Dymo
I mean what can't be fixed, can't be fixed. At the end if Pino thinks the python 2 fork is insecure he's always free to not package it in Debian. If I was Sven, I'd drop Python2 support. But it's his call. I also think kdev-python should go forward.

Re: kdev-python move to extragear -- once more

2013-03-20 Thread Aleix Pol
On Wed, Mar 20, 2013 at 8:20 PM, Albert Astals Cid wrote: > El Dimecres, 20 de març de 2013, a les 10:27:55, Sven Brauch va escriure: > > Hi, > > > > my patch to python [1] was merged recently, so I could start working > > on porting kdev-python away from the python fork. [2] is a branch > > whic

Re: kdev-python move to extragear -- once more

2013-03-20 Thread Albert Astals Cid
El Dimecres, 20 de març de 2013, a les 10:27:55, Sven Brauch va escriure: > Hi, > > my patch to python [1] was merged recently, so I could start working > on porting kdev-python away from the python fork. [2] is a branch > which is up-to-date with master and works without the fork, it just > links

Re: kdev-python move to extragear -- once more

2013-03-20 Thread Sven Brauch
Hi, my patch to python [1] was merged recently, so I could start working on porting kdev-python away from the python fork. [2] is a branch which is up-to-date with master and works without the fork, it just links against the system's python 3.4. It's not perfect yet, but neither was the old python

Re: kdev-python move to extragear -- once more

2013-03-12 Thread Sven Brauch
Hi, >> And the rest of the Python library API, like the stuff in Python/* and >> Object/*? > Those aren't being used. Only the parser is used. I'm sorry, I forgot that the AST stuff is in Python/ (it has been a while). So, the ast-related stuff from Python/ is being used too. Thus, diffing Parser

Re: kdev-python move to extragear -- once more

2013-03-12 Thread Todd
On Tue, Mar 12, 2013 at 10:57 AM, Pino Toscano wrote: > Hi, > > Alle sabato 9 marzo 2013, Sven Brauch ha scritto: > > considering kdev-python is only using the Parser part of python, this > > is actually all that has changed in the two years between 2.7.1 and > > 2.7.3: > > http://paste.kde.org/6

Re: kdev-python move to extragear -- once more

2013-03-12 Thread Milian Wolff
On Tuesday 12 March 2013 10:57:57 Pino Toscano wrote: > Hi, > > Alle sabato 9 marzo 2013, Sven Brauch ha scritto: > > considering kdev-python is only using the Parser part of python, this > > is actually all that has changed in the two years between 2.7.1 and > > 2.7.3: > > http://paste.kde.org/69

Re: kdev-python move to extragear -- once more

2013-03-12 Thread Pino Toscano
Hi, Alle sabato 9 marzo 2013, Sven Brauch ha scritto: > considering kdev-python is only using the Parser part of python, this > is actually all that has changed in the two years between 2.7.1 and > 2.7.3: > http://paste.kde.org/691184/ > As far as I can see, there's not a single change which would

Re: kdev-python move to extragear -- once more

2013-03-12 Thread Milian Wolff
On Saturday 09 March 2013 12:13:08 Pino Toscano wrote: > Hi, > > Alle sabato 16 febbraio 2013, Sven Brauch ha scritto: > > A while ago, I asked for a review of kdev-python, in order for it to > > be moved from playground to extragear. There was some (legitimate) > > objection about the fork of the

Re: kdev-python move to extragear -- once more

2013-03-09 Thread Sven Brauch
Hi Pino, considering kdev-python is only using the Parser part of python, this is actually all that has changed in the two years between 2.7.1 and 2.7.3: http://paste.kde.org/691184/ As far as I can see, there's not a single change which would affect the behavior of kdev-python in any way. And I d

Re: kdev-python move to extragear -- once more

2013-03-09 Thread Albert Astals Cid
El Dissabte, 9 de març de 2013, a les 12:13:08, Pino Toscano va escriure: > Hi, > > Alle sabato 16 febbraio 2013, Sven Brauch ha scritto: > > A while ago, I asked for a review of kdev-python, in order for it to > > be moved from playground to extragear. There was some (legitimate) > > objection ab

Re: kdev-python move to extragear -- once more

2013-03-09 Thread Pino Toscano
Hi, Alle sabato 16 febbraio 2013, Sven Brauch ha scritto: > A while ago, I asked for a review of kdev-python, in order for it to > be moved from playground to extragear. There was some (legitimate) > objection about the fork of the python parser code the plugin > contains, which is why the move ha

Re: kdev-python move to extragear -- once more

2013-03-09 Thread Sven Brauch
Hey, this is still not resolved. If I'm not hearing any objection soon-ish, then I'll assume you're okay with moving kdev-python to extragear, and continue working on the python fork issue from there. Python 3.4 is scheduled for early 2014, and I think the python people's idea of merging my patch

kdev-python move to extragear -- once more

2013-02-17 Thread Sven Brauch
Hello, A while ago, I asked for a review of kdev-python, in order for it to be moved from playground to extragear. There was some (legitimate) objection about the fork of the python parser code the plugin contains, which is why the move has not taken place yet, and kdev-python is still residing in