14
0

Accepting request 627115 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/627115
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sge-pygame?expand=0&rev=2
This commit is contained in:
2018-08-03 10:38:41 +00:00
committed by Git OBS Bridge
2 changed files with 13 additions and 7 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jul 26 15:01:55 UTC 2018 - jengelh@inai.de
- Trim bias from description, add a few mentions of what "details"
SGE takes care of.
-------------------------------------------------------------------
Sat Jul 21 21:33:19 UTC 2018 - mardnh@gmx.de

View File

@@ -13,19 +13,20 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-sge-pygame
Version: 1.5
Release: 0
License: LGPL-3.0+
Summary: A 2-D game engine for Python
Url: http://stellarengine.nongnu.org
License: LGPL-3.0-or-later
Group: Development/Languages/Python
Url: http://stellarengine.nongnu.org
Source: https://files.pythonhosted.org/packages/source/s/sge-pygame/sge-pygame-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
Requires: python-pygame >= 1.9.1
Requires: python-six >= 1.4.0
BuildRequires: fdupes
@@ -33,10 +34,9 @@ BuildArch: noarch
%python_subpackages
%description
The SGE Game Engine ("SGE", pronounced like "Sage") is a general-purpose
2-D game engine. It takes care of several details for 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.
The SGE Game Engine is a general-purpose 2-D game engine. It takes
care of several details, such as window size management, collision
detection, parallax scrolling, image transformation.
This implementation of the SGE uses Pygame as a backend.