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 #8 received at 67131 <at> debbugs.gnu.org (full text, mbox):
From 946366ee7f4e87a167eae7a4fc53cd6a35286edd Mon Sep 17 00:00:00 2001
Message-ID: <946366ee7f4e87a167eae7a4fc53cd6a35286edd.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:16:40 +0800
Subject: [PATCH 1/7] gnu: Add python-neteria.
* gnu/packages/game-development.scm (python-neteria): 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 c4616877a1..abc7b35c25 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -488,6 +488,24 @@ (define-public python-nbt
and it's container the RegionFile.")
(license license:expat)))
+(define-public python-neteria
+ (package
+ (name "python-neteria")
+ (version "1.0.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "neteria" version))
+ (sha256
+ (base32 "1azlix80a6vns2i3z0bdbqk32kx8s2gjh2nvshab235fd9h85yv7"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ (list python-rsa))
+ (home-page "https://pypi.org/project/neteria/")
+ (synopsis "Simple game networking library")
+ (description
+ "This package is a game networking framework for Python.")
+ (license license:gpl3+)))
(define-public python-sge
(package
(name "python-sge")
--
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.