Received: (at submit) by debbugs.gnu.org; 16 May 2021 15:52:24 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Sun May 16 11:52:24 2021 Received: from localhost ([127.0.0.1]:51360 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1liJ44-0000ui-9E for submit <at> debbugs.gnu.org; Sun, 16 May 2021 11:52:24 -0400 Received: from lists.gnu.org ([209.51.188.17]:50102) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <rndd@HIDDEN>) id 1liJ42-0000ub-B4 for submit <at> debbugs.gnu.org; Sun, 16 May 2021 11:52:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52660) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <rndd@HIDDEN>) id 1liJ3y-00073N-Kr for guix-patches@HIDDEN; Sun, 16 May 2021 11:52:20 -0400 Received: from w4.tutanota.de ([81.3.6.165]:48944) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <rndd@HIDDEN>) id 1liJ3w-00087N-BU for guix-patches@HIDDEN; Sun, 16 May 2021 11:52:18 -0400 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 9833B106015F for <guix-patches@HIDDEN>; Sun, 16 May 2021 15:52:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1621180330; s=s1; d=tuta.io; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=554dIUNHGx3LR1bWN2j/1ALRJiJbTlPoVCkK6mDE1FM=; b=B9/iQ3ZqTZNNjT6L+Ativ/He1QDuPYkKRaDYCrVX4jLWEGYyiYWbtLJLisFtRS/Y 2dhgKkRMdSvssS0qkF4iSy3V3zgBFrLCWKnSeHqXpuyMdfVVdJzZsysew3QgQJ2ruS8 D5YDq8LMqZNRcPFHf7hcI5u/EZJOs3GagWtSWAGhp2sv7UhMrP1SOvTr1sb11YtbURa uf6zZMg8m/tSfPu4cfLRdU1ip9Y+/irhGXXWo73e1qNRcEFhryuj5nKLdlFIWVAvRit w2RXLq6wAzm4ymxsEymaOCx8cG56RXoWo+YB9ghiekTVzV9ENGv0dfU7f8nY7aByRIS BSu1ddSsvA== Date: Sun, 16 May 2021 17:52:10 +0200 (CEST) From: Adam Kandur <rndd@HIDDEN> To: Guix Patches <guix-patches@HIDDEN> Message-ID: <M_ps9xo--3-2@HIDDEN> Subject: [PATCH] gnu: Add python-pyglet. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=81.3.6.165; envelope-from=rndd@HIDDEN; helo=w4.tutanota.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.4 (--) From 4804e417e9e131022a1f9f4a155b30cf85cc5eec Mon Sep 17 00:00:00 2001 From: Adam Kandur <rndd@HIDDEN> Date: Sun, 16 May 2021 18:47:39 +0300 Subject: [PATCH] gnu: Add python-pyglet. * gnu/packages/python-xyz.scm (python-pyglet): New variable. --- gnu/packages/python-xyz.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f79fc54e24..b1d51b6a26 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -4022,6 +4022,32 @@ text styles of documentation.") =C2=A0=C2=A0=C2=A0=C2=A0 (description "This package installs Github custom = lexers to Pygments.") =C2=A0=C2=A0=C2=A0=C2=A0 (license license:bsd-3))) +(define-public python-pyglet +=C2=A0=C2=A0=C2=A0 (package +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (name "python-pyglet") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;; as mentioned in README, this is the stab= le branch +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (version "pyglet-1.5-maintenance") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (source +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (origin +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (method git-fetch) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (uri (git-reference +=09=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (url "https://github.com/pyglet/py= glet") +=09=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (commit version))) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (file-name (git-file-name= name version)) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (sha256 +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (base32 "1f90pc21x4= rq1qp0qddk111h4kyivhhcfc8k0mx67k89rz9hcrm2")))) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (build-system python-build-system) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (arguments +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 '(#:tests? #f)) ; FIXME: tests are fa= iling. +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (native-inputs +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 `(("python-setuptools" ,python-setupt= ools))) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (home-page "https://github.com/pyglet/pygle= t") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (synopsis "pyglet is a cross-platform windo= wing and multimedia library for Python") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (description "This library is intended for = developing games and other visually rich applications.=C2=A0 +It supports windowing, user interface event handling, Joysticks, OpenGL gr= aphics, loading images and videos, +and playing sounds and music.") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (license license:bsd-3))) + (define-public python-bump2version =C2=A0=C2=A0 (package =C2=A0=C2=A0=C2=A0=C2=A0 (name "python-bump2version") -- 2.31.1
Adam Kandur <rndd@HIDDEN>
:guix-patches@HIDDEN
.
Full text available.guix-patches@HIDDEN
:bug#48467
; Package guix-patches
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.