GNU bug report logs -
#67131
[PATCH 0/7] gnu: Add tuxemon.
Previous Next
Reported by: Adam Faiz <adam.faiz <at> disroot.org>
Date: Sun, 12 Nov 2023 17:04:01 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
From 945f787ec2972b18ecc1da56e1362f484a2a355e Mon Sep 17 00:00:00 2001
Message-ID: <945f787ec2972b18ecc1da56e1362f484a2a355e.1699806997.git.adam.faiz <at> disroot.org>
In-Reply-To: <cover.1699806997.git.adam.faiz <at> disroot.org>
References: <cover.1699806997.git.adam.faiz <at> disroot.org>
From: AwesomeAdam54321 <adam.faiz <at> disroot.org>
Date: Sun, 12 Nov 2023 17:26:04 +0800
Subject: [PATCH 2/7] gnu: Add python-pyglet.
* gnu/packages/game-development.scm (python-pyglet): New variable.
---
gnu/packages/game-development.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index abc7b35c25..1cf46464b9 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1395,6 +1395,30 @@ (define-public python-pygame
license:public-domain
license:lgpl2.1+))))
+(define-public python-pyglet
+ (package
+ (name "python-pyglet")
+ (version "2.0.10")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pyglet" version ".zip"))
+ (sha256
+ (base32 "1jdraqr7i3bz64m7yvhcnn3av5mnavn13fp5vzmmnz6n7cdynar4"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list unzip))
+ (arguments
+ ;; TypeError: don't know how to make test from:
+ ;; <pyglet._ModuleProxy object at 0x7ffff697df90>
+ (list #:tests? #f))
+ (home-page "http://pyglet.readthedocs.org/en/latest/")
+ (synopsis "Windowing and multimedia library")
+ (description "@code{pyglet} is a windowing and multimedia library for Python,
+intended for developing games and other visually rich applications.
+It supports windowing, user interface event handling, game controllers
+and joysticks, OpenGL graphics, loading images and videos, and playing sounds
+and music.")
+ (license license:bsd-3)))
(define-public python-pygame-sdl2
(let ((real-version "2.1.0")
(renpy-version "8.1.0"))
--
2.41.0
This bug report was last modified 82 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.