From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 10/13] gnu: Add python-pycairo. Date: Fri, 21 Nov 2014 23:11:15 +0100 Message-ID: <871townr0c.fsf@gnu.org> References: <1416548468-28421-1-git-send-email-bavier@member.fsf.org> <1416548468-28421-11-git-send-email-bavier@member.fsf.org> 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]:39433) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrwQL-0004DV-EM for guix-devel@gnu.org; Fri, 21 Nov 2014 17:11:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XrwQC-0000uR-DC for guix-devel@gnu.org; Fri, 21 Nov 2014 17:11:29 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:36062) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrwQC-0000uN-64 for guix-devel@gnu.org; Fri, 21 Nov 2014 17:11:20 -0500 In-Reply-To: <1416548468-28421-11-git-send-email-bavier@member.fsf.org> (Eric Bavier's message of "Thu, 20 Nov 2014 23:41:05 -0600") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Eric Bavier Cc: guix-devel@gnu.org, Eric Bavier Eric Bavier skribis: > * gnu/packages/python.scm (python-pycairo, python2-py2cairo): New variabl= es. [...] > + (synopsis "Python bindings for cairo") > + (description > + "Pycairo is a set of Python bindings for the cairo graphics library= .") Should be =E2=80=9CCairo=E2=80=9D. OK to push with that! Ludo=E2=80=99.