From mboxrd@z Thu Jan 1 00:00:00 1970 From: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) Subject: Re: [PATCH 2/4] gnu: Add python-qrcode. Date: Sun, 22 Jan 2017 13:52:15 +0800 Message-ID: <87y3y3skts.fsf@member.fsf.org> References: <20170102133238.17811-3-carlo@zancanaro.id.au> <20170121043526.5610-1-carlo@zancanaro.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60117) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cVB6k-00034A-3P for guix-devel@gnu.org; Sun, 22 Jan 2017 00:54:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cVB6f-0001D6-Br for guix-devel@gnu.org; Sun, 22 Jan 2017 00:54:30 -0500 Received: from lb1.openmailbox.org ([5.79.108.160]:57098) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cVB6f-0001Ch-4y for guix-devel@gnu.org; Sun, 22 Jan 2017 00:54:25 -0500 In-Reply-To: <20170121043526.5610-1-carlo@zancanaro.id.au> (Carlo Zancanaro's message of "Sat, 21 Jan 2017 15:35:26 +1100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Carlo Zancanaro Cc: guix-devel@gnu.org Carlo Zancanaro writes: > * gnu/packages/python.scm (python-qrcode, python2-qrcode): New variables. > --- > gnu/packages/python.scm | 25 +++++++++++++++++++++++++ > 1 file changed, 25 insertions(+) > Thank you! I applied it with adding =E2=80=98python-lxml=E2=80=99, =E2=80=98python-pil= low=E2=80=99 and =E2=80=98python-six=E2=80=99 as =E2=80=98propagated-inputs=E2=80=99. It can also use =E2=80=98python-pymaging=E2=80=99 for pure python PNG outpu= t (instead of PIL or Pillow which use native system libraries), but we don=E2=80=99t have pymaging packaged yet and I think it=E2=80=99s not useful if we already mak= e PIL available.