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 34f984e3720247d3599bc226b249e49205199408 Mon Sep 17 00:00:00 2001
Message-ID: <34f984e3720247d3599bc226b249e49205199408.1739583668.git.adam.faiz <at> disroot.org>
In-Reply-To: <41e55dc3f7a5b6a444cd81b641107ac5323a1303.1739583668.git.adam.faiz <at> disroot.org>
References: <41e55dc3f7a5b6a444cd81b641107ac5323a1303.1739583668.git.adam.faiz <at> disroot.org>
From: AwesomeAdam54321 <adam.faiz <at> disroot.org>
Date: Mon, 13 Nov 2023 11:42:35 +0800
Subject: [PATCH v4 3/5] gnu: Add python-pyscroll.
* gnu/packages/game-development.scm (python-pyscroll): New variable.
---
gnu/packages/game-development.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 810a03a7c2..0b0f873afc 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -558,6 +558,24 @@ (define-public python-sge
possible, and it also makes the SGE easy to learn.")
(license license:lgpl3+)))
+(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-tmx
(package
(name "python-tmx")
--
2.46.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.