Re: Indeed, python-concurrent.futures is the same

2014-02-04 Thread Andrey Rahmatullin
On Tue, Feb 04, 2014 at 06:35:56PM +0800, Thomas Goirand wrote: > > Sandro has orphaned python-concurrent.futures: > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736714 > > > > Since it is team maintained, I don't think it really makes sense. Should > > we just close the bug report and remo

Re: Indeed, python-concurrent.futures is the same

2014-02-04 Thread Thomas Goirand
On 01/31/2014 03:20 PM, Vincent Bernat wrote: > [...] > > Sandro has orphaned python-concurrent.futures: > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736714 > > Since it is team maintained, I don't think it really makes sense. Should > we just close the bug report and remove Sandro from th

Re: Indeed, python-concurrent.futures is the same

2014-01-31 Thread Clint Byrum
Excerpts from Piotr Ożarowski's message of 2014-01-31 02:05:43 -0800: > [Vincent Bernat, 2014-01-31] > > Sandro has orphaned python-concurrent.futures: > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736714 > > sorry to see that, unfortunately people who do something also have to > have thic

Re: Indeed, python-concurrent.futures is the same

2014-01-31 Thread Luca Falavigna
2014-01-26 Barry Warsaw : > I do think we should be switching all team maintained packages to dh_py2 and > finally getting rid of py-support and py-central (!). python-central is no longer a problem, see #717091 :) -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subjec

Re: Indeed, python-concurrent.futures is the same

2014-01-31 Thread Piotr Ożarowski
[Vincent Bernat, 2014-01-31] > Sandro has orphaned python-concurrent.futures: > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736714 sorry to see that, unfortunately people who do something also have to have thick skin to ignore people who talk much > Since it is team maintained, I don't thin

Re: Indeed, python-concurrent.futures is the same

2014-01-31 Thread Jakub Wilk
* Vincent Bernat , 2014-01-31, 08:20: Sandro has orphaned python-concurrent.futures: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736714 Since it is team maintained, I don't think it really makes sense. Given that he was the only uploader, this makes perfect sense. Should we just close th

Re: Indeed, python-concurrent.futures is the same

2014-01-30 Thread Vincent Bernat
[...] Sandro has orphaned python-concurrent.futures: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736714 Since it is team maintained, I don't think it really makes sense. Should we just close the bug report and remove Sandro from the Uploaders field? -- panic("Oh boy, that early out of memo

Re: Making packaging Python modules fun again (was: Re: Indeed, python-concurrent.futures is the same)

2014-01-27 Thread Elena ``of Valhalla''
On 2014-01-27 at 00:14:12 +0100, Nicolas Dandrimont wrote: > It has been a while since I have been meaning to post a message like this. I Thanks for writing this > - Be more welcoming to newcomers. I think that the "proof of previous work" >policy is a hurdle that we would be better off with

Re: Making packaging Python modules fun again (was: Re: Indeed, python-concurrent.futures is the same)

2014-01-26 Thread Thomas Kluyver
On 26 Jan 2014 16:33, "Paul Tagliamonte" wrote: > > On Mon, Jan 27, 2014 at 12:14:12AM +0100, Nicolas Dandrimont wrote: > > [ awesome points here ] > > > Cheers, > > Nicolas Dandrimont > > Hear, Hear! Ditto - I agree with just about everything Nicolas said. I'd love to see this become a cooperati

Re: Making packaging Python modules fun again (was: Re: Indeed, python-concurrent.futures is the same)

2014-01-26 Thread Paul Tagliamonte
On Mon, Jan 27, 2014 at 12:14:12AM +0100, Nicolas Dandrimont wrote: [ awesome points here ] > Cheers, > Nicolas Dandrimont Hear, Hear! Cheers, Paul -- .''`. Paul Tagliamonte | Proud Debian Developer : :' : 4096R / 8F04 9AD8 2C92 066C 7352 D28A 7B58 5B30 807C 2A87 `. `'` http://peop

Making packaging Python modules fun again (was: Re: Indeed, python-concurrent.futures is the same)

2014-01-26 Thread Nicolas Dandrimont
* Barry Warsaw [2014-01-26 13:24:38 -0800]: > I do think we should be switching all team maintained packages to dh_py2 and > finally getting rid of py-support and py-central (!). For the sake of > consistency, I'd love to see the latter two just disappear completely, but at > least we here can w

Re: Indeed, python-concurrent.futures is the same

2014-01-26 Thread Barry Warsaw
On Jan 26, 2014, at 03:50 AM, Thomas Goirand wrote: >[1] https://wiki.debian.org/Python/TransitionToDHPython2 has: >"The two traditionally popular Python helpers, python-support and >python-central have both been deprecated in favor of dh_python2." > >So if someone do not agree with this, it shoul

Re: Indeed, python-concurrent.futures is the same

2014-01-26 Thread Vincent Bernat
❦ 26 janvier 2014 02:49 CET, Thomas Goirand  : >>> > Modules managed by python-support are installed in another directory >>> > which is added to the sys.path using the .pth mechanism. >> https://www.debian.org/doc/packaging-manuals/python-policy/ch-python.html#s-paths > > Oh ok. Thanks! However,

Re: Indeed, python-concurrent.futures is the same

2014-01-25 Thread Dimitri John Ledkov
On 25 January 2014 17:21, Sandro Tosi wrote: >> Huh? Thomas seemed to be doing the right thing per the DPMT standards >> etc; > > if you change the python helper, you HAVE TO contact who's maintaining > the package and have they ack the change, that's the team standard. > No, one does not within

Re: Indeed, python-concurrent.futures is the same

2014-01-25 Thread Thomas Goirand
On 01/26/2014 05:52 AM, Andrew Starr-Bochicchio wrote: > Also from Python Policy: > >> > Modules managed by python-support are installed in another directory >> > which is added to the sys.path using the .pth mechanism. > https://www.debian.org/doc/packaging-manuals/python-policy/ch-python.html#s-

Re: Indeed, python-concurrent.futures is the same

2014-01-25 Thread Thomas Goirand
Thanks for your comments Jakub, On 01/26/2014 05:47 AM, Jakub Wilk wrote: > $ PYTHONWARNINGS=d python -c 'import futures' > /usr/lib/python2.7/dist-packages/futures/__init__.py:24: > DeprecationWarning: The futures package has been deprecated. Use the > concurrent.futures package instead. >Dep

Re: Indeed, python-concurrent.futures is the same

2014-01-25 Thread Andrew Starr-Bochicchio
On Sat, Jan 25, 2014 at 3:53 PM, Thomas Goirand wrote: > I'm however confused how "import concurrent" works, even if there's > nothing in /usr/lib/python2.7/dist-packages in this package. How come? Take a look at /usr/share/doc/python-support/README.gz > * Public modules (.py files that should

Re: Indeed, python-concurrent.futures is the same

2014-01-25 Thread Jakub Wilk
* Thomas Goirand , 2014-01-26, 04:53: - No file shipped into /usr/lib/python2.x/dist-packages (well, 2.7 for Sid, and 2.x if you consider an eventual backport). Now, I'm saying: "sorry what?" like on your 1st mail. This breaks the package for everybody (and not "only my case"). It has always w

Re: Indeed, python-concurrent.futures is the same

2014-01-25 Thread Thomas Goirand
On 01/26/2014 01:21 AM, Sandro Tosi wrote: >> if you don't want the package to be team maintained, perhaps take >> it out of team maintenance? > > lecturing is not required, thanks Actually, it seems it's required here. From this page: https://wiki.debian.org/Teams/PythonModulesTeam/HowToJoin on

Re: Indeed, python-concurrent.futures is the same

2014-01-25 Thread Thomas Goirand
On 01/26/2014 04:29 AM, Jakub Wilk wrote: > * Thomas Goirand , 2014-01-26, 03:50: >> - No file shipped into /usr/lib/python2.x/dist-packages (well, 2.7 for >> Sid, and 2.x if you consider an eventual backport). Now, I'm saying: >> "sorry what?" like on your 1st mail. This breaks the package for >>

Re: Indeed, python-concurrent.futures is the same

2014-01-25 Thread Jakub Wilk
* Thomas Goirand , 2014-01-26, 03:50: - No file shipped into /usr/lib/python2.x/dist-packages (well, 2.7 for Sid, and 2.x if you consider an eventual backport). Now, I'm saying: "sorry what?" like on your 1st mail. This breaks the package for everybody (and not "only my case"). It has always

Re: Indeed, python-concurrent.futures is the same

2014-01-25 Thread Thomas Goirand
Sandro, I sent you a nice and long email explaining you the ins and outs of this package, and why/how I did what I did. Now I think you've going really too far, and crossed the line, IMO. On 01/26/2014 01:57 AM, Sandro Tosi wrote: >> This kind of message saddens me. > > the same holds for callin

Re: Indeed, python-concurrent.futures is the same

2014-01-25 Thread Sandro Tosi
> This kind of message saddens me. the same holds for calling my packages as having "lots of problems" (none of them ever being reported as bugs by any of the current users, nor even by you) of accusing me of having done something without thinking. > I'm not expecting this kind of > interaction,

Re: Indeed, python-concurrent.futures is the same

2014-01-25 Thread Thomas Kluyver
On 25 Jan 2014 07:37, "Thomas Goirand" wrote: > > On 01/25/2014 06:01 PM, Sandro Tosi wrote: > > Sorry, what? and you didn't think to contact me first to almost > > rewrite the package? If there's problems, open bugs. Revert your > > changes or I'll do at the first occasion. and mainly, why don't

Re: Indeed, python-concurrent.futures is the same

2014-01-25 Thread Sandro Tosi
> Huh? Thomas seemed to be doing the right thing per the DPMT standards > etc; if you change the python helper, you HAVE TO contact who's maintaining the package and have they ack the change, that's the team standard. > if you don't want the package to be team maintained, perhaps take > it out of

Re: Indeed, python-concurrent.futures is the same

2014-01-25 Thread Thomas Goirand
On 01/25/2014 06:01 PM, Sandro Tosi wrote: > Sorry, what? and you didn't think to contact me first to almost > rewrite the package? If there's problems, open bugs. Revert your > changes or I'll do at the first occasion. and mainly, why don't you go > away from DPMT once and for all? you're doing mo

Re: Indeed, python-concurrent.futures is the same

2014-01-25 Thread Robert Collins
On 25 January 2014 23:01, Sandro Tosi wrote: > Sorry, what? and you didn't think to contact me first to almost > rewrite the package? If there's problems, open bugs. Revert your > changes or I'll do at the first occasion. and mainly, why don't you go > away from DPMT once and for all? you're doing

Re: Indeed, python-concurrent.futures is the same

2014-01-25 Thread Sandro Tosi
Sorry, what? and you didn't think to contact me first to almost rewrite the package? If there's problems, open bugs. Revert your changes or I'll do at the first occasion. and mainly, why don't you go away from DPMT once and for all? you're doing more harm than good here. you're not welcome here. O