From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 18BDF1381F3 for ; Fri, 11 Oct 2013 18:16:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83610E0AF9; Fri, 11 Oct 2013 18:16:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 090F2E0AF9 for ; Fri, 11 Oct 2013 18:16:14 +0000 (UTC) Received: from [192.168.1.210] (S010600222de111ff.vc.shawcable.net [96.49.5.156]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id C720D33EFCA for ; Fri, 11 Oct 2013 18:16:13 +0000 (UTC) Message-ID: <1381515339.24205.73.camel@big_daddy.dol-sen.ca> Subject: Re: [gentoo-catalyst] [PATCH 1/4] catalyst: Specify python2 rather than the generic python From: Brian Dolbec To: gentoo-catalyst@lists.gentoo.org Date: Fri, 11 Oct 2013 11:15:39 -0700 In-Reply-To: <1381513107-17483-1-git-send-email-baker.dylan.c@gmail.com> References: <1381513107-17483-1-git-send-email-baker.dylan.c@gmail.com> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-4nBXDYu7VapAk0wY1iJR" X-Mailer: Evolution 3.6.4 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org Mime-Version: 1.0 X-Archives-Salt: 7f22ed1e-ebd1-4e4a-ba87-a1b96fbba6ac X-Archives-Hash: 3deaf952d7ccbd699a878cf617a59b2e --=-4nBXDYu7VapAk0wY1iJR Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Fri, 2013-10-11 at 10:38 -0700, Dylan Baker wrote: > This allows catalyst to work regardless of whether a user prefers that > usr/bin/python be python 2.x or 3.x. > --- > catalyst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/catalyst b/catalyst > index 4550d05..11560fb 100755 > --- a/catalyst > +++ b/catalyst > @@ -1,4 +1,4 @@ > -#!/usr/bin/python -OO > +#!/usr/bin/python2 -OO > =20 > # Maintained in full by: > # Catalyst Team I'll reply to all 4 patches from this one. This is not needed due to the way python apps are wrapped during install. bin/catalyst is renamed to bin/catalyst-python2.x and a python-exec script replaces the original bin/catalyst. This is only good for running the code directly from the git checkout. Also, we plan to make the code python-3 capable as soon as a few more main code changes are done. As for the other patches, that work is already done in my rewrite and will be taking over the master branch soon. It is the 3.0 branch which has been rebased to the rewrite-on-master branch. There are a couple rebase errors to fix on it still. =20 http://git.overlays.gentoo.org/gitweb/?p=3Dproj/catalyst.git I have also been working on rewriting the compress/decompress code in catalyst. This new code, the compression type will be easily configurable. Decompression will autodetect the type needed by extension (also configurable). I still need to add the configure portions of the code before merging that in. my working code is at: http://dev.gentoo.org/~dolsen/catalyst/ I have been unable to get any work done on it for awhile. I had a work accident making things difficult. The we sold our house and moved. I'm still getting settled in and unpacked. =20 I'll be getting back to it again very soon. Join us in the #gentoo-releng channel. We can discuss what else can be worked on. I need to update the todo list for the rewrite. --=-4nBXDYu7VapAk0wY1iJR Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (GNU/Linux) iQF8BAABCgBmBQJSWEBMXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4Njg4RkQxQ0M3MUMxQzA0RUFFQTQyMzcy MjE0RDkwQTAxNEYxN0NCAAoJECIU2QoBTxfLdygIAM/oJkOt3aQhR+RK5gLR+hlb PZHwkzZkTNs2+7pYM5fwl90R9SR+ytB5LM8+T7NwrVlClsaqEYiN9xazGcEZHYyy 9knk757g7ac50OKncKxjzpKsddIuLHiVuQEszWZ4Bd2pqMArdhcBRusvZj2VfINV ANMGDsZ2+ApQHEZItbMx0gH4TIc14+8ul3lEbZfgvFUJ/neCCCHcxvhWjQrwHCCK 5glMvqTFcjDiJxrnLjOEZmFgbZSYYDLf5iT1Nw15CVg+3iJFR6D3xKGozigg8hHV SIvSxVTd7ByKWF+iSwx7KPTJNubP3yOwjhkWHEUn10XzP0DFCDLJTN8JCQrR7UE= =TQ5P -----END PGP SIGNATURE----- --=-4nBXDYu7VapAk0wY1iJR--