From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:47737) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iTyAZ-0002AF-Tb for guix-patches@gnu.org; Sun, 10 Nov 2019 20:07:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iTyAY-0008EI-VG for guix-patches@gnu.org; Sun, 10 Nov 2019 20:07:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44045) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iTyAY-0008EC-SC for guix-patches@gnu.org; Sun, 10 Nov 2019 20:07:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iTyAY-00033o-KU for guix-patches@gnu.org; Sun, 10 Nov 2019 20:07:02 -0500 Subject: [bug#38059] [PATCH 2/2] gnu: Add pagekite. Resent-Message-ID: Mime-Version: 1.0 Message-Id: In-Reply-To: <87a7945625.fsf@gnu.org> References: <2303a2c2-9d07-4986-9444-0f371592643f@www.fastmail.com> <87a7945625.fsf@gnu.org> Date: Mon, 11 Nov 2019 01:05:18 +0000 From: "Alex Griffin" 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 38059@debbugs.gnu.org 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 Pyth= on 2 is EOL. There's a discussion [here][2] with maintainers from both F= edora and Debian expressing concern. At the moment, though, I don't thin= k I can package 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 --=20 Alex Griffin