From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:50924) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iUAHc-0004j6-FX for guix-patches@gnu.org; Mon, 11 Nov 2019 09:03:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iUAHX-000158-BV for guix-patches@gnu.org; Mon, 11 Nov 2019 09:03:08 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44516) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iUAHW-00014s-HU for guix-patches@gnu.org; Mon, 11 Nov 2019 09:03:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iUAHW-00014f-DN for guix-patches@gnu.org; Mon, 11 Nov 2019 09:03:02 -0500 Subject: [bug#38059] [PATCH 2/2] gnu: Add pagekite. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <2303a2c2-9d07-4986-9444-0f371592643f@www.fastmail.com> <87a7945625.fsf@gnu.org> Date: Mon, 11 Nov 2019 15:02:32 +0100 In-Reply-To: (Alex Griffin's message of "Mon, 11 Nov 2019 01:05:18 +0000") Message-ID: <87k186v7d3.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Alex Griffin Cc: 38059@debbugs.gnu.org Hi Alex, "Alex Griffin" skribis: > On Sun, Nov 10, 2019, at 11:22 AM, Ludovic Court=C3=A8s wrote: >> "Alex Griffin" skribis: >> > + (arguments >> > + `(#:python ,python-2 >>=20 >> Can it work with Python 3.x? It would be really great. Perhaps there >> are not-yet-upstreamed patches floating around for that? > > There are indeed some [WIP patches][1], but I couldn't get them working. = I think it's likely that PageKite will get Python 3 support before Python 2= is EOL. There's a discussion [here][2] with maintainers from both Fedora a= nd Debian expressing concern. At the moment, though, I don't think I can pa= ckage it with Python 3 unless I finish porting it myself. > > [1]: https://github.com/pagekite/PyPagekite/pull/71 > [2]: https://github.com/pagekite/PyPagekite/issues/40 OK, sounds good. Perhaps just add a comment referring to these two URLs for future reference, and we=E2=80=99ll leave at that for now. Thank you, Ludo=E2=80=99.