"only declare Provides when"

2006-08-14 Thread Bruce Sass
On Mon August 14 2006 00:03, Steve Langasek wrote: > ... my premise > that pure python modules should only declare Provides when something > exists in the archive which actually *needs* them... What of stuff which will never be in the archive? ["ask for it" is an obvious answer, so...] Any though

Fwd: Re: multiple pythons and the default

2006-05-10 Thread Bruce Sass
opps, should have sent this one to the list Sorry for the dup, Marc. -- Forwarded Message -- Subject: Re: multiple pythons and the default Date: Wed May 10 2006 14:31 From: Bruce Sass <[EMAIL PROTECTED]> To: Marc Dequènes (Duck) <[EMAIL PROTECTED]> On Wed May 1

Re: multiple pythons and the default

2006-05-07 Thread Bruce Sass
On Sun May 7 2006 10:49, Martin v. Löwis wrote: > Bruce Sass wrote: > That impression is incorrect. There was a technical reason when the > default was defined: it was the most recent version that tat time. > The next default will have the same property: it will be the most recent &

Re: multiple pythons and the default

2006-05-07 Thread Bruce Sass
On Sun May 7 2006 01:46, Josselin Mouette wrote: > Le dimanche 07 mai 2006 à 01:18 -0600, Bruce Sass a écrit : > > With that in mind, is detecting and compiling for other interpreters still > > much too error prone? > > > > - find a bin/pythonX.Y > > - check

Re: multiple pythons and the default

2006-05-07 Thread Bruce Sass
On Sat May 6 2006 06:55, Josselin Mouette wrote: > Le samedi 06 mai 2006 à 04:29 -0600, Bruce Sass a écrit : > > Is it unreasonable to want to install a module package which should work > > with any Python and have *.pyc's automatically compiled for an > > interpreter

Re: multiple pythons and the default

2006-05-06 Thread Bruce Sass
On Sat May 6 2006 05:11, Raphael Hertzog wrote: > On Sat, 06 May 2006, Bruce Sass wrote: > > I am wondering what defines the "default python", is it the one any > > /usr/bin/python provided by the "python" package. Right now it's 2.3.5. So it is arbit

multiple pythons and the default

2006-05-06 Thread Bruce Sass
Hi, I am wondering what defines the "default python", is it the one any Python using Debian-native package must depend on, the one used by python-support[1], the one all python dependent packages are urged to work with, one meeting some other criteria, an arbitrary choice? As I try to catch up

Re: Thoughts on apps supporting multiple versions of python

2006-04-29 Thread Bruce Sass
On Sat April 29 2006 16:01, Steve Langasek wrote: > On Sat, Apr 29, 2006 at 06:28:32PM -0300, Gustavo Noronha Silva wrote: > > Also, to make python-gtk2 support more than one version, we could > > only achieve that by providing the extensions in a single package > > or building them on install time

Re: Second report: latest python in unstable broke my packages

2001-10-16 Thread Bruce Sass
Hi, On 16 Oct 2001, Jérôme Marant wrote: <...> > I installed both python1.5 and python2.1. And installing both on the same > system broke _all_ my python 1.5 packages: this is the alternative issue > Perl people have warned us about. > > I discovered that /usr/bin/python is pointing to pyt

Re: Python packages in incoming

2001-10-14 Thread Bruce Sass
On 14 Oct 2001, Jérôme Marant wrote: > Matthias Klose <[EMAIL PROTECTED]> writes: > > Jérôme Marant writes: > > > What about proposal and policy from Neil and his efforts? > > > > - the proposed packaging scheme doesn't allow smooth upgrades between > > one python version and a next version. co

Re: I'm trying experimental packages for 2.1

2001-09-21 Thread Bruce Sass
On Fri, 21 Sep 2001, Zooko wrote: > I read the entire huge thread regarding Python 2.1, without really > understanding the details. Then I looked at: > > http://people.debian.org/~nas/woody/ > > 06-Sep-2001 14:08 > > http://people.debian.org/~flight/python2/ > > 17-Jun-2001 14:24 > > http://people

Re: Experimental Python packages

2001-09-06 Thread Bruce Sass
On Thu, 6 Sep 2001, Neil Schemenauer wrote: > Bruce Sass wrote: > > The python-base package gives me python->python2.1, from Python-2.1.1. > > What happens when I point python to python3.0, will pydoc still work. > > What happens when I point /usr/bin/perl to Perl 4? I t

Re: Experimental Python packages

2001-09-06 Thread Bruce Sass
On Thu, 6 Sep 2001, Neil Schemenauer wrote: > dman wrote: > > I think the admin should be able to choose which python implementation > > is referred to by /usr/bin/python independent of which python (or > > python-base if you prefer) packages are installed (the alternatives > > mechanism may be a g

Re: Experimental Python packages

2001-09-06 Thread Bruce Sass
On Thu, 6 Sep 2001, Neil Schemenauer wrote: > Bruce Sass wrote: > > On Thu, 6 Sep 2001, Neil Schemenauer wrote: > > > Again the package is python-base, not python2.2-base. pydoc depends on > > > python-base_2.1.1 and uses #!/usr/bin/python. I don't see a problem

Re: Question for the transition

2001-09-06 Thread Bruce Sass
On 6 Sep 2001, Mikael Hedin wrote: > So file bug on the packages in question. They could also depend on > python(>=1.5), python(<<1.6). See my other postings on this. I see it as the difference between putting a gate on the corral, and running around trying to round up the livestock whenever th

Re: Updated idea for transition

2001-09-06 Thread Bruce Sass
On 6 Sep 2001, Mikael Hedin wrote: > What about doing as gcc? Produce python-1.5, python-2.1 and so on > forever. And then have a package python that just drags in the > official version, and links /usr/bin/python. If we nuke python-base, > all old modules get upgradrd I think. (Similar for py

Re: Experimental Python packages

2001-09-06 Thread Bruce Sass
On Thu, 6 Sep 2001, Neil Schemenauer wrote: > Again the package is python-base, not python2.2-base. pydoc depends on > python-base_2.1.1 and uses #!/usr/bin/python. I don't see a problem > with that. Except you don't know which Python /usr/bin/python is. If you do: /usr/bin/python2.1 or /usr/bin

Re: Question for the transition

2001-09-06 Thread Bruce Sass
On Thu, 6 Sep 2001, Neil Schemenauer wrote: > Bruce Sass wrote: > > Any program that exists with Python dependent versions will need > > multiple versions of Python packages. Maybe Zope today, who knows > > what tomorrow. Either Debian supports multiple installed versions

Re: Question for the transition

2001-09-05 Thread Bruce Sass
On Tue, 4 Sep 2001, Neil Schemenauer wrote: > Jérôme Marant: > > The major question is: do we still need to ship 1.5.2? Unfortunately, > > the old python seems to be necessary since some old packages are not > > compatible with 2.x versions. > > Do you know of any? If you can point them out

Re: Intent for NMU of python-2.1 packages

2001-09-05 Thread Bruce Sass
On 4 Sep 2001, David Maslen wrote: > Gregor Hoffleit <[EMAIL PROTECTED]> writes: > > How does that sound ? > > I think it sounds like an awful lot of work. I still don't really > understand why we keep python1.5, but presumably there are some good > reasons, and I trust the debian team to have thr

Re: Status report on python2 transition (possible solution)

2001-07-14 Thread Bruce Sass
On Sat, 14 Jul 2001, D-Man wrote: > On Sat, Jul 14, 2001 at 04:05:56PM +1200, Carey Evans wrote: > | D-Man <[EMAIL PROTECTED]> writes: > | > | > Yes. Maybe each extension should just depend on a single version of > | > python and need to be rebuilt for each new python release. > | > | It makes thi

Re: Status report on python2 transition (possible solution)

2001-07-13 Thread Bruce Sass
On Fri, 13 Jul 2001, D-Man wrote: > On Fri, Jul 13, 2001 at 11:30:28PM +0200, Carel Fellinger wrote: > | On Fri, Jul 13, 2001 at 03:25:20PM -0400, D-Man wrote: > | ... > | > o The #! line should look something like > | > #!/usr/bin/deb_py_ver 1.5.2 - > | > | I can't get things like this t

Re: Status report on python2 transition

2001-07-12 Thread Bruce Sass
On Thu, 12 Jul 2001, Chris Lawrence wrote: > On Jul 12, Bruce Sass wrote: > > bin/python. > > and > > bin/python > > > > as hardlinks... > > > > ...calling "python-wrapper" to execute the program is definately not > > portab

Re: Status report on python2 transition

2001-07-12 Thread Bruce Sass
On Thu, 12 Jul 2001, Carel Fellinger wrote: > On Thu, Jul 12, 2001 at 09:03:07AM +0200, Jérôme Marant wrote: > > Bruce Sass <[EMAIL PROTECTED]> writes: > > > > > Surely adopting a convention of... > > > > > > #!/usr/bin/env python[major.minor] >

Re: Status report on python2 transition

2001-07-12 Thread Bruce Sass
On 12 Jul 2001, Jérôme Marant wrote: > Bruce Sass <[EMAIL PROTECTED]> writes: > > > Surely adopting a convention of... > > > > #!/usr/bin/env python[major.minor] > > > > ...is preferable. > > > > It does the same thing without additiona

Re: Status report on python2 transition

2001-07-11 Thread Bruce Sass
On Wed, 11 Jul 2001, Gregor Hoffleit wrote: <...> > > How to do this: > > - Executables use #!/usr/bin/python-wrapper (*) > > - Have a file /var/lib/python/wrapper-config (*) with > > executable: version1, version2, ... > > This is written by the postinst. > > - Have a p

Re: Status report on python2 transition

2001-07-05 Thread Bruce Sass
On Thu, 5 Jul 2001, Bruce Sass wrote: > The problem with both the FAQ and Debian's Python is that they have > been assuming nobody will ever have more than one Python on the > system, and it will always be as recent as the most recent program... > as long as the language is bac

Re: Status report on python2 transition

2001-07-05 Thread Bruce Sass
On Thu, 5 Jul 2001, D-Man wrote: > On Thu, Jul 05, 2001 at 06:43:08PM +0100, Aquarius wrote: > | In article <[EMAIL PROTECTED]> you wrote: > | > I just browsed /usr/bin and /usr/sbin, and indeed there are plenty of > | > scripts that use "#!/usr/bin/env python". If we consider the possibility > | >

Re: Status report on python2 transition

2001-07-05 Thread Bruce Sass
On Wed, 4 Jul 2001, Gregor Hoffleit wrote: > First of all the good news: You have managed to talk me into making the > big step, and going right to the 2.1.1 CVS branch. Thomas Wouters > (release czar for Python 2.1.1) assured me that 2.1.1 will be released > before the freeze, and Guido heavily s

Re: Python 2.0.1; transition plans for woody

2001-06-25 Thread Bruce Sass
On Mon, 25 Jun 2001, Gregor Hoffleit wrote: > On Mon, Jun 25, 2001 at 05:37:36PM +0200, Radovan Garabik wrote: > > I agree, but... why not wait until python 2.1.1 is released? > > (or, if we just discuss things a bit, it will be > > released before any action is taken and we can jump right > > to i

writing gnumeric functions in python (fwd)

2001-06-07 Thread Bruce Sass
Hi All, Sorry 'bout the To: header... but it is (hmmm) inter-disciplinary, and the topic appears neglected enough to warrant such drastic a action. [feel free to give me a virtual slap-upside-the-head if I'm wrong] -- Forwarded message -- Date: Mon, 4 Jun 2001 21:58:42 -0500 From

usr/share/apps/konsole/python*.desktop

2001-04-26 Thread Bruce Sass
Hi, Here are a couple of files I've found useful and would like to see included in the python*-base packages... -8<--- /usr/share/apps/konsole/python-1.5.2.desktop - [Desktop Entry] Type=KonsoleApplication Name=Python interpreter version 1.5.2 Comment=Python 1.5.2 Exec=/usr/bin/python1.5

Re: RFC: python-base, debconf and py/pyc files

2001-03-24 Thread Bruce Sass
On Sat, 24 Mar 2001, Moshe Zadka wrote: <...> > I do think we need somewhere where all the .pyc's are "registered", "locate .pyc"; or maybe locate .py, .pyc, and .pyo files, then reconcile the three lists. > so when > a new version of Python comes along, it can recompile them, since pycs > are no

RE: Python(x) + Qt(y) + PyQt/sip(2.3)

2001-02-08 Thread Bruce Sass
On Thu, 8 Feb 2001, Sean 'Shaleh' Perry wrote: > > Has anyone compiled PyQt-2.3, what versions of Python and Qt did you > > get it to work with? > > I played with -2.2. Someone just needs to make debian packages of these. I > keep meaning to do so, but until pyKDE is updated to kde 1.2 level, I h

Python(x) + Qt(y) + PyQt/sip(2.3)

2001-02-08 Thread Bruce Sass
Hi, I've just had an unsuccesful battle with x=ActivePython-2.0 and y=Qt-2.2.3, the PyQt author figures ActivePython is the problem... so, not only do they have really ugly .debs for potato (I appreciate that they have provided them, too bad they are so badly done), they don't seem to work with th

Re: [Python-Dev] Status of Python in the Red Hat 7.1 beta

2001-02-07 Thread Bruce Sass
On Wed, 7 Feb 2001, Moshe Zadka wrote: > On Wed, 07 Feb 2001 02:39:11 -0500, Guido van Rossum <[EMAIL PROTECTED]> > wrote: > > The binaries should be called python1.5 and python2.0, and python > > should be a symlink to whatever is the default one. > > No they shouldn't. Joey Hess wrote to debian-

Re: Proposal: Reorganizing Python for Python2 (and fixes for the previous proposal)

2001-01-16 Thread Bruce Sass
On Tue, 16 Jan 2001, Anthony Towns wrote: > On Sun, Jan 14, 2001 at 09:32:49PM +0200, Moshe Zadka wrote: > > On Sat, 13 Jan 2001 16:25:44 -0800, Joey Hess <[EMAIL PROTECTED]> wrote: > > > Is it possible for a program to use deprecated 1.5 things and > > > not work with 2.0? > > Possible, but extre

Re: Proposal: Reorganizing Python for Python2 (and fixes for the previous proposal)

2001-01-15 Thread Bruce Sass
On Mon, 15 Jan 2001, Peter Eckersley wrote: > On Sun, Jan 14, 2001 at 02:10:25PM -0800, Joey Hess wrote: > > You mean all python programs will work with 2.0 until 2.1 is out and > > programs start using its features. At that point every problem I predicted > > is going to bite you. > > > > Exactl

Re: py2.0

2001-01-04 Thread Bruce Sass
On Thu, 4 Jan 2001, Radovan Garabik wrote: > On Thu, Jan 04, 2001 at 12:30:49PM -0700, Bruce Sass wrote: > > What's the story with Python 2.0... > > a long one, about licences and gpl compatibility... Ya, well, in my mind "free license" is an oxymoron. It makes no

py2.0

2001-01-04 Thread Bruce Sass
Hi, What's the story with Python 2.0... are there any .debs around for Potato, or even the debianized source (a quick peek showed only 1.5.2 in potato, testing and unstable)? Have I missed a message about the location of py2.0 for Debian, or was I struck blind when I checked the archives? later,

Re: Policy for naming python packages

2000-06-10 Thread Bruce Sass
On 10 Jun 2000, Andreas Voegele wrote: > >> In my opinion, packages like "pygtk" and "pyqt" that add new > >> modules to Python should always be renamed to "python-*" [...] > > > [...] > > > As far as finding stuff in dselect goes... try "/". > > That is what I'm doing. But dsele

Re: Policy for naming python packages

2000-06-09 Thread Bruce Sass
On 9 Jun 2000, Andreas Voegele wrote: > someone wrote: > > I would rather not go for renaming upstream packages, to avoid > > confusion. > > In my opinion, packages like "pygtk" and "pyqt" that add new modules > to Python should always be renamed to "python-*" since it is much > easier to

Re: Do we prefer Tk8.0 or 8.2 ? (for python-tk, that is)

2000-01-11 Thread Bruce Sass
On Tue, 11 Jan 2000, Gregor Hoffleit wrote: > I have a quite urgent problem while polishing the new Python packages: > > Do we prefer our packages to use tk8.2 or on tk8.0 ? <...> > Any opinions ? A quick peek at www.python.org reveals references to nothing later than tk8.0.5, so tk8.0 would b