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
Message #20 received at 67131 <at> debbugs.gnu.org (full text, mbox):
From 678efa89885960e51109d8e0d4064d8657c9d4dc Mon Sep 17 00:00:00 2001
Message-ID: <678efa89885960e51109d8e0d4064d8657c9d4dc.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 16:32:47 +0800
Subject: [PATCH 5/7] gnu: Add python-pyscroll.
* gnu/packages/game-development.scm (python-pyscroll): New variable.
---
gnu/packages/game-development.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index c06fa7f916..a463335cd2 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -506,6 +506,25 @@ (define-public python-neteria
(description
"This package is a game networking framework for Python.")
(license license:gpl3+)))
+
+(define-public python-pyscroll
+ (package
+ (name "python-pyscroll")
+ (version "2.31")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "pyscroll" version))
+ (sha256
+ (base32
+ "0w3c58mkkbsyvx9w9hwdizk20pbds800m7v9vg49ydw440dha0hr"))))
+ (build-system python-build-system)
+ (propagated-inputs (list python-pygame))
+ (home-page "https://github.com/bitcraft/pyscroll")
+ (synopsis "Fast scrolling maps library for pygame")
+ (description "@code{pyscroll} is a simple and fast module
+for animated scrolling maps for your new or existing game.")
+ (license license:lgpl3+)))
+
(define-public python-sge
(package
(name "python-sge")
--
2.41.0
This bug report was last modified 83 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.