* bug#26865: [PATCH] gnu: Add python-sge-pygame.
@ 2017-05-10 16:29 Kei Kebreau
2017-05-10 20:07 ` Marius Bakke
0 siblings, 1 reply; 3+ messages in thread
From: Kei Kebreau @ 2017-05-10 16:29 UTC (permalink / raw)
To: 26865; +Cc: Kei Kebreau
* gnu/packages/game-development.scm (python-sge-pygame, python2-sge-pygame):
New variables.
---
gnu/packages/game-development.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 41d85aac8..e47b556c0 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -187,6 +187,33 @@ and network communications. A very thin client library can be embedded to
provide connectivity for client applications written in any language.")
(license license:gpl3+)))
+(define-public python-sge-pygame
+ (package
+ (name "python-sge-pygame")
+ (version "1.4.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "sge-pygame" version))
+ (sha256
+ (base32
+ "1qhrcja1igqkjjn1w425ni5f41mijdq5dpq0ymkhl29xxrf8hnx8"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-pygame" ,python-pygame)
+ ("python-six" ,python-six)))
+ (home-page "http://stellarengine.nongnu.org")
+ (synopsis "A 2-D game engine for Python")
+ (description
+ "The SGE Game Engine (\"SGE\", pronounced like \"Sage\") is a
+general-purpose 2-D game engine. It takes care of several details fro you so
+you can focus on the game itself. This makes more rapid game development
+possible, and it also makes the SGE easy to learn.")
+ (license license:lgpl3+)))
+
+(define-public python2-sge-pygame
+ (package-with-python2 python-sge-pygame))
+
(define-public tiled
(package
(name "tiled")
--
2.12.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#26865: [PATCH] gnu: Add python-sge-pygame.
2017-05-10 16:29 bug#26865: [PATCH] gnu: Add python-sge-pygame Kei Kebreau
@ 2017-05-10 20:07 ` Marius Bakke
2017-05-11 0:04 ` Kei Kebreau
0 siblings, 1 reply; 3+ messages in thread
From: Marius Bakke @ 2017-05-10 20:07 UTC (permalink / raw)
To: Kei Kebreau, 26865
[-- Attachment #1: Type: text/plain, Size: 281 bytes --]
Kei Kebreau <kei@openmailbox.org> writes:
> * gnu/packages/game-development.scm (python-sge-pygame, python2-sge-pygame):
> New variables.
[...]
> + (synopsis "A 2-D game engine for Python")
s/A // should make the linter happy. I'd also remove the dash here.
The rest LGTM!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#26865: [PATCH] gnu: Add python-sge-pygame.
2017-05-10 20:07 ` Marius Bakke
@ 2017-05-11 0:04 ` Kei Kebreau
0 siblings, 0 replies; 3+ messages in thread
From: Kei Kebreau @ 2017-05-11 0:04 UTC (permalink / raw)
To: Marius Bakke; +Cc: 26865-done
[-- Attachment #1: Type: text/plain, Size: 402 bytes --]
Marius Bakke <mbakke@fastmail.com> writes:
> Kei Kebreau <kei@openmailbox.org> writes:
>
>> * gnu/packages/game-development.scm (python-sge-pygame, python2-sge-pygame):
>> New variables.
>
> [...]
>
>> + (synopsis "A 2-D game engine for Python")
>
> s/A // should make the linter happy. I'd also remove the dash here.
>
> The rest LGTM!
Thanks! Pushed as 1b775fd1df9e4c4f96e9acdf5485d04a74730153.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-05-11 0:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-10 16:29 bug#26865: [PATCH] gnu: Add python-sge-pygame Kei Kebreau
2017-05-10 20:07 ` Marius Bakke
2017-05-11 0:04 ` Kei Kebreau
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).