From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dO84H-0007mj-Ou for guix-patches@gnu.org; Thu, 22 Jun 2017 15:47:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dO84E-0001eX-Fg for guix-patches@gnu.org; Thu, 22 Jun 2017 15:47:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59055) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dO84E-0001eH-BF for guix-patches@gnu.org; Thu, 22 Jun 2017 15:47:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dO84D-0004sm-UX for guix-patches@gnu.org; Thu, 22 Jun 2017 15:47:01 -0400 Subject: [bug#27440] [PATCH 1/4] gnu: python: Add python2-pyopengl. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <2197677c7e5c479f7f4c3f7dbab9c8a3@mykolab.com> Date: Thu, 22 Jun 2017 21:46:16 +0200 In-Reply-To: (Rutger Helling's message of "Wed, 21 Jun 2017 13:05:01 +0200") Message-ID: <87h8z7rek7.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: Rutger Helling Cc: 27440@debbugs.gnu.org Hi Rutger, Rutger Helling skribis: > + (description > + "PyOpenGL is the most common cross platform Python binding > to OpenGL > +and related APIs. The binding is created using the standard ctypes > library.") It seems your patches were somehow mangled on the way, with lines wrapped as in the example above. Could you resend them to this address, preferably with =E2=80=98git send-em= ail=E2=80=99? I would also suggest merging patches 2 and 3, and expounding a bit on the =E2=80=98description=E2=80=99 of Xpra in patch 4. Apart from that it l= ooks alright! Thanks, Ludo=E2=80=99.