From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52150) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dArvO-0005GS-G5 for guix-patches@gnu.org; Wed, 17 May 2017 01:55:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dArvL-0006Cz-FF for guix-patches@gnu.org; Wed, 17 May 2017 01:55:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46784) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dArvL-0006Co-2E for guix-patches@gnu.org; Wed, 17 May 2017 01:55:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dArvK-0006DG-Js for guix-patches@gnu.org; Wed, 17 May 2017 01:55:02 -0400 Subject: bug#26401: [PATCH] python-tryton (with no modules) Resent-Message-ID: Message-Id: <9ad1f5d3.AEEAKq6kKpgAAAAAAAAAAAO8YckAAAACwQwAAAAAAAW9WABZG-Wd@mailjet.com> MIME-Version: 1.0 From: Arun Isaac Date: Wed, 17 May 2017 11:24:05 +0530 In-reply-to: References: <285e9165.AEMAKF1MYlQAAAAAAAAAAAO8YckAAAACwQwAAAAAAAW9WABZEIIR@mailjet.com> Content-Type: text/plain 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: Catonano Cc: 26401@debbugs.gnu.org >> In any case, tryton needs only python2-genshi. > > Out of curiosity: how can you say this ? > The Fedora package uses both Genshi and Relatorio with Python 3 I was looking at the Arch Linux packages in the AUR as a reference. Arch has tryton packaged with python 2. But, I just checked the "Programming Language" metadata in the setup.py of the tryton and trytond source tarballs. It seems that tryton supports python 2.7, while trytond supports python 2.7 and 3.5. So, yes, you're right. At least for trytond, we could use python 3.5. But, considering the complexity of packaging (patching and all) genshi for python 3.5, I think we should just wait for the python3.5 genshi to be properly ready and use python2 in the meantime. WDYT? =