Re: python-central 0.4

2002-09-29 Thread Donovan Baarda
On Sun, Sep 29, 2002 at 12:26:30AM +0200, Bastian Kleineidam wrote: Hi, uploaded the new version 0.4 at http://people.debian.org/~calvin/python-central/ python-central (0.4) unstable; urgency=low * renamed register-python-package to python-register, this way its prefixed with

Re: python-central 0.4

2002-09-29 Thread Bastian Kleineidam
On Sun, Sep 29, 2002 at 11:29:02PM +1000, Donovan Baarda wrote: I've just had a look at this and it looks good. It perfectly meets the requirement of allowing pure python module packages to support multiple pythonX.Y python packages simultaniously. The only problem is we are still missing

Mailman and python-central

2002-09-29 Thread Bastian Kleineidam
Hi, to put the code where my mouth was I tried to make a patch for mailman using the python-register utility. It was just moving files around - so I could fire up python and do an 'import Mailman'. Unfortunately, I cannot test more of mailman at this time. Its always like this, you want to patch

Re: python-central 0.4

2002-09-29 Thread Donovan Baarda
On Sun, Sep 29, 2002 at 05:51:30PM +0200, Bastian Kleineidam wrote: On Sun, Sep 29, 2002 at 11:29:02PM +1000, Donovan Baarda wrote: I've just had a look at this and it looks good. It perfectly meets the requirement of allowing pure python module packages to support multiple pythonX.Y python

Re: python-central 0.4

2002-09-29 Thread Derrick 'dman' Hudson
On Mon, Sep 30, 2002 at 08:19:49AM +1000, Donovan Baarda wrote: | On Mon, Sep 30, 2002 at 08:13:23AM +1200, Carey Evans wrote: | It also makes it easier for users to modify if a Python package's | dependencies are incorrect, and it stops compiling under a newer version | of Python, making