[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: python-pygame: Reword description.
From: |
guix-commits |
Subject: |
04/06: gnu: python-pygame: Reword description. |
Date: |
Sat, 31 Dec 2022 02:25:46 -0500 (EST) |
lilyp pushed a commit to branch master
in repository guix.
commit 7a562e7f01924b6f2e9c2a452ba4ef2f05eed3f0
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Thu Dec 22 21:45:24 2022 +0100
gnu: python-pygame: Reword description.
* gnu/packages/game-development.scm (python-pygame)[description]: Join
sentences describing functionality. Capitalize “Python”.
Cut down the marketing talk.
---
gnu/packages/game-development.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/game-development.scm
b/gnu/packages/game-development.scm
index 31bc76d4fd..0f96784dd3 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1247,8 +1247,8 @@ interface (API).")
(home-page "https://www.pygame.org")
(synopsis "SDL wrapper for Python")
(description "Pygame is a set of Python modules designed for writing games.
-Pygame adds functionality on top of the excellent SDL library. This allows you
-to create fully featured games and multimedia programs in the python
language.")
+It adds functionality on top of the SDL library, allowing you to create games
+and multimedia programs in the Python language.")
(license (list license:bsd-2
;; python numeric license as listed by Debian looks like
;; an Expat-style license with a warranty disclaimer for
- branch master updated (8e883dc821 -> c39db91e51), guix-commits, 2022/12/31
- 01/06: gnu: dino: Fix icons when used in pure shells., guix-commits, 2022/12/31
- 03/06: gnu: python-pygame: Use G-Expressions and new-style inputs., guix-commits, 2022/12/31
- 04/06: gnu: python-pygame: Reword description.,
guix-commits <=
- 06/06: gnu: samba/fixed: Update to 4.15.13., guix-commits, 2022/12/31
- 02/06: gnu: python-pygame: Update to 2.1.2., guix-commits, 2022/12/31
- 05/06: gnu: samba: Update to 4.16.8., guix-commits, 2022/12/31