Gentoo Archives: gentoo-catalyst

From: Brian Dolbec <dolsen@g.o>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] [PATCH 1/4] catalyst: Specify python2 rather than the generic python
Date: Fri, 11 Oct 2013 18:16:19
Message-Id: 1381515339.24205.73.camel@big_daddy.dol-sen.ca
In Reply to: [gentoo-catalyst] [PATCH 1/4] catalyst: Specify python2 rather than the generic python by Dylan Baker
1 On Fri, 2013-10-11 at 10:38 -0700, Dylan Baker wrote:
2 > This allows catalyst to work regardless of whether a user prefers that
3 > usr/bin/python be python 2.x or 3.x.
4 > ---
5 > catalyst | 2 +-
6 > 1 file changed, 1 insertion(+), 1 deletion(-)
7 >
8 > diff --git a/catalyst b/catalyst
9 > index 4550d05..11560fb 100755
10 > --- a/catalyst
11 > +++ b/catalyst
12 > @@ -1,4 +1,4 @@
13 > -#!/usr/bin/python -OO
14 > +#!/usr/bin/python2 -OO
15 >
16 > # Maintained in full by:
17 > # Catalyst Team <catalyst@g.o>
18
19
20 I'll reply to all 4 patches from this one.
21
22 This is not needed due to the way python apps are wrapped during
23 install. bin/catalyst is renamed to bin/catalyst-python2.x and a
24 python-exec script replaces the original bin/catalyst. This is only
25 good for running the code directly from the git checkout. Also, we plan
26 to make the code python-3 capable as soon as a few more main code
27 changes are done.
28
29 As for the other patches, that work is already done in my rewrite and
30 will be taking over the master branch soon. It is the 3.0 branch which
31 has been rebased to the rewrite-on-master branch. There are a couple
32 rebase errors to fix on it still.
33
34 http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git
35
36 I have also been working on rewriting the compress/decompress code in
37 catalyst. This new code, the compression type will be easily
38 configurable. Decompression will autodetect the type needed by
39 extension (also configurable). I still need to add the configure
40 portions of the code before merging that in.
41
42 my working code is at:
43 http://dev.gentoo.org/~dolsen/catalyst/
44
45
46 I have been unable to get any work done on it for awhile. I had a work
47 accident making things difficult. The we sold our house and moved. I'm
48 still getting settled in and unpacked.
49
50 I'll be getting back to it again very soon.
51
52 Join us in the #gentoo-releng channel. We can discuss what else can be
53 worked on. I need to update the todo list for the rewrite.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies