Re: Python 2 in the default installation -- progress made!

2016-12-30 Thread Julian Andres Klode
On Fri, Dec 30, 2016 at 06:52:37AM +0100, Matthias Klose wrote: > I don't know the rationale for having the apt and gpg bindings as Priority > standard, but if these can be made optional, then the depending packages can > be > made optional as well. python-apt is standard because it was used by a

Re: Wheezy plans

2010-10-23 Thread Julian Andres Klode
On Fr, 2010-10-22 at 14:18 -0400, Barry Warsaw wrote: > On Oct 22, 2010, at 07:52 PM, Julian Andres Klode wrote: > > >Tell that the Arch people: > >http://www.archlinux.org/news/python-is-now-python-3/ > > > >Yep, they switched /usr/bin/python to Python 3.X >

Re: Wheezy plans

2010-10-22 Thread Julian Andres Klode
nothing like a Python 3 “switch”. It is an incompatible > interpreter, that’s all. Tell that the Arch people: http://www.archlinux.org/news/python-is-now-python-3/ Yep, they switched /usr/bin/python to Python 3.X -- Julian Andres Klode - Debian Developer, Ubuntu Member See http://wiki.debi

Re: Bug#598432: python-apt: upgrade fails

2010-09-29 Thread Julian Andres Klode
On Mi, 2010-09-29 at 15:12 +0200, Julian Andres Klode wrote: > [CCed debian-python] > > On Mi, 2010-09-29 at 14:31 +0200, Stefan Fleischmann wrote: > > Just to clarify, the "quick fix" I posted here was supposed to help people > > to > > get rid of the bug

Re: Bug#598432: python-apt: upgrade fails

2010-09-29 Thread Julian Andres Klode
econd) month. You should have thought about it while python3 was still in experimental, not afterwards. -- Julian Andres Klode - Debian Developer, Ubuntu Member See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/. -- To UNSUBSCRIBE, email to debian-python-requ...@l

Re: Python3 experimental packages with destination squeeze

2010-09-17 Thread Julian Andres Klode
On Fr, 2010-09-17 at 13:36 +0200, Emilio Pozuelo Monfort wrote: > On 17/09/10 13:29, Julian Andres Klode wrote: > > On Fr, 2010-09-17 at 13:09 +0200, Piotr Ożarowski wrote: > >> [Julian Andres Klode, 2010-09-17] > >>> The python-apt package provides python3-ap

Re: Python3 experimental packages with destination squeeze

2010-09-17 Thread Julian Andres Klode
On Fr, 2010-09-17 at 13:09 +0200, Piotr Ożarowski wrote: > [Julian Andres Klode, 2010-09-17] > > The python-apt package provides python3-apt, I see no reason in adding a > > new package here. > > how about this one: on my phone, I want to install application written > i

Re: Python3 experimental packages with destination squeeze

2010-09-17 Thread Julian Andres Klode
e is not useful. I am in general not happy about the decision to treat python3 as totally separate from python. The first python3 releases in experimental were just a normal new version (with some exceptions), now it's like a completely different language; resulting in hacking the bui

Re: common issue: setlocale handling?

2010-08-22 Thread Julian Andres Klode
t; is not set properly and neither should stuff written in Python. Well, it does not really make sense to use invalid locales, so I see no problems if applications exit with a failure. Users should fix their environments instead. -- Julian Andres Klode - Debian Developer, Ubuntu Member See htt

Re: Policy for "Specifying Supported Versions" for Python3

2010-06-18 Thread Julian Andres Klode
-Python-Version: 2.5, 2.6, 3.1 (breaking meaning feature [3.1 modules] loss in package rebuild) Another reason against this would be that it will look stupid once there is no Python 2 anymore. -- Julian Andres Klode - Debian Developer, Ubuntu Member See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/. pgpiLdCGhehdU.pgp Description: PGP signature

Re: Is it worth back porting PEP 3147 to Python < 3.2?

2010-04-19 Thread Julian Andres Klode
ary/2to3.html#to3-reference) on the > Python scripts and actually compile the 2to3's output. Use build_py_2to3 from distutils.command.build_py, for example: if sys.version_info[0] == 3: from distutils.command.build_py import build_py_2to3 cmdclass['build_py']

Re: How to properly provide packages for python3.x

2010-04-14 Thread Julian Andres Klode
ooking at converting python-apt to python-support, which I tried until I realized that python-support did not meet the requirements of python-apt. -- Julian Andres Klode - Debian Developer, Ubuntu Member See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/. pgpuHiWAsikv1.pgp Description: PGP signature

Re: Python packaging

2009-09-16 Thread Julian Andres Klode
On Tue, Sep 15, 2009 at 03:21:41PM +0200, Alessandro Dentella wrote: > On Tue, Sep 15, 2009 at 09:27:23AM +0200, Julian Andres Klode wrote: > > On Tue, Sep 15, 2009 at 09:12:54AM +0200, Alessandro Dentella wrote: > > > On Tue, Sep 15, 2009 at 07:02:23AM +0200, Adria

Re: Python packaging

2009-09-15 Thread Julian Andres Klode
atch your application to add that to sys.path... Installing scripts into /usr/share/ and symlinking them to /usr/{s,}bin is a bit easier. -- Julian Andres Klode - Debian Developer, Ubuntu Member See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/. -- To UNSUBSCRIBE, ema

Re: Bug#520834: dh_auto_{build,install,clean} should support different python versions

2009-04-11 Thread Julian Andres Klode
pends contains python-all (or python-all-dev): => Build using all requested versions (pyversions -r) else: => Build using the current version (pyversions -d) Could this be implemented? -- Julian Andres Klode - Free Software Developer Debian Developer - Contributing

Re: Bug#520834: dh_auto_{build,install,clean} should support different python versions

2009-04-10 Thread Julian Andres Klode
On Fri, Apr 10, 2009 at 03:50:05PM -0400, Joey Hess wrote: > Julian Andres Klode wrote: > > Change the behaviour of the dh_auto_* scripts to get the requested > > Python versions from `pyversions -r` and build for all of them, instead > > of just the current Python version