Re: qscintilla2: package Python 3 bindings

2012-03-13 Thread Scott Kitterman
On Tuesday, March 13, 2012 11:27:01 PM Thomas Kluyver wrote: > Following on from tornado, the attached patch updates the packaging for > qscintilla2 to build Python 3 bindings. It's roughly following the > python-qt4 packaging (which it depends on). I did have to make some additional changes, such

Re: qscintilla2: package Python 3 bindings

2012-03-13 Thread Scott Kitterman
On Tuesday, March 13, 2012 11:27:01 PM Thomas Kluyver wrote: > Following on from tornado, the attached patch updates the packaging for > qscintilla2 to build Python 3 bindings. It's roughly following the > python-qt4 packaging (which it depends on). Except for the Python/Python 2 parts (it's a non

qscintilla2: package Python 3 bindings

2012-03-13 Thread Thomas Kluyver
Following on from tornado, the attached patch updates the packaging for qscintilla2 to build Python 3 bindings. It's roughly following the python-qt4 packaging (which it depends on). Thanks, Thomas qscintilla2-2.6.1-4.patch Description: Binary data

Heads-up: recursive-include in Python 2.7

2012-03-13 Thread Jakub Wilk
I noticed that distutils in Python 2.7 processed recursive-include directives differently than older versions. This don't work anymore: recursive-include foo/ *.py Instead, you must omit trailing slash from the directory name: recursive-include foo *.py I'm not sure whether this change is int

Re: python-tornado & Python 3

2012-03-13 Thread Yaroslav Halchenko
Thank you guys! pushed very minor change for my own sanity ;) I will upload (to Debian sid/unstable) shortly if I would not run into any showstopper Cheers! >On 13 March 2012 21:40, Julian Taylor <[1]jtaylor.deb...@googlemail.com> >wrote: > thanks for the patch, I have applied it

Re: python-tornado & Python 3

2012-03-13 Thread Thomas Kluyver
On 13 March 2012 21:40, Julian Taylor wrote: > thanks for the patch, I have applied it to the team repository along > with some more minor fixes to other parts of the package. > > http://anonscm.debian.org/viewvc/python-modules/packages/python-tornado/trunk/ > Great, thanks Julian. > I think i

Re: python-tornado & Python 3

2012-03-13 Thread Julian Taylor
On 03/12/2012 08:39 PM, Thomas Kluyver wrote: > On 12 March 2012 14:49, Yaroslav Halchenko > wrote: > > well -- it might be beneficial meanwhile to share your changes one way > or another (patch, git, mentors) so someone could review them > > > OK, I've att