From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e3ohh-0004AK-EI for guix-patches@gnu.org; Sun, 15 Oct 2017 15:36:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e3ohe-0000SI-BE for guix-patches@gnu.org; Sun, 15 Oct 2017 15:36:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33268) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e3ohe-0000SB-7i for guix-patches@gnu.org; Sun, 15 Oct 2017 15:36:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e3ohd-00010l-P6 for guix-patches@gnu.org; Sun, 15 Oct 2017 15:36:01 -0400 Subject: [bug#28783] Some of the python-autobahn dependencies Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171011104251.yreec2prh5akflkd@abyayala> <87fualwyys.fsf@gnu.org> <20171014153413.msh2bpzswm224gq2@abyayala> Date: Sun, 15 Oct 2017 21:34:57 +0200 In-Reply-To: <20171014153413.msh2bpzswm224gq2@abyayala> (ng0@infotropique.org's message of "Sat, 14 Oct 2017 15:34:13 +0000") Message-ID: <87h8v0urvi.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: ng0 Cc: 28783-done@debbugs.gnu.org ng0 skribis: > Ludovic Court=C3=A8s transcribed 0.9K bytes: >> ng0 skribis: >>=20 >> > From fb3fc419ee89f773ac2aed5c3be4a272cf073ac5 Mon Sep 17 00:00:00 2001 >> > From: ng0 >> > Date: Wed, 11 Oct 2017 09:59:36 +0000 >> > Subject: [PATCH 2/5] gnu: Add python-py-ubjson. >> > >> > * gnu/packages/web.scm (python-py-ubjson): New variable. >>=20 >> [...] >>=20 >> > From db0232d9bbfabd630bc4a222cbe9c3721fb2d510 Mon Sep 17 00:00:00 2001 >> > From: ng0 >> > Date: Wed, 11 Oct 2017 10:28:28 +0000 >> > Subject: [PATCH 3/5] gnu: Add python-pynacl. >> > >> > * gnu/packages/crypto.scm (python-pynacl): New variable. >>=20 >> [...] >>=20 >> > From 78fba0316ae80b0699f82f626d56ffcc2798c39d Mon Sep 17 00:00:00 2001 >> > From: ng0 >> > Date: Wed, 11 Oct 2017 10:38:46 +0000 >> > Subject: [PATCH 4/5] gnu: Add python-pyqrcode. >> > >> > * gnu/packages/python.scm (python-pyqrcode): New variable. >>=20 >> Applied! >>=20 >> BTW, should we provide =E2=80=98python2-=E2=80=99 variants of these? > > I have no idea. The whole purpose of this for myself > is to package Buildbot. Buildbot supports any current > python version (2.7 - 3.6), that's why I just used python 3. OK. Usually we provide both a =E2=80=98python2-=E2=80=99 and a =E2=80=98py= thon-=E2=80=99 variant of a given package, if that=E2=80=99s supported (info "(guix) Python Modules"). Could you add those if they work? TIA! Ludo=E2=80=99.