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 82f89ba8aa785b2fb0bec1283053b462eba8d28d Mon Sep 17 00:00:00 2001
Message-ID: <82f89ba8aa785b2fb0bec1283053b462eba8d28d.1699848337.git.adam.faiz <at> disroot.org>
In-Reply-To: <c3534b088236ae688d64aa91046c24774ac259a6.1699848337.git.adam.faiz <at> disroot.org>
References: <c3534b088236ae688d64aa91046c24774ac259a6.1699848337.git.adam.faiz <at> disroot.org>
From: AwesomeAdam54321 <adam.faiz <at> disroot.org>
Date: Mon, 13 Nov 2023 11:42:35 +0800
Subject: [PATCH v2 5/7] 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 2222183970..ad29931b72 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -507,6 +507,24 @@ (define-public python-neteria
"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.