Name: pgzero Version: 1.1 Release: 1%{?dist} Summary: A zero-boilerplate 2D games framework License: LGPLv3 and ASL 2.0 and CC-BY-SA and CC0 and MIT and OFL # pgzero module and runner under LGPLv3 # examples/basic/fonts/Cherry_Cream_Soda and Roboto_Condensed under ASL 2.0 # examples/lander/lander.py under CC-BY-SA # examples/basic/fonts/bubblegum_sans.ttf under CC0 # examples/memory/ under MIT # examples/basic/fonts/Boogaloo and Bubblegum_Sans under OFL URL: http://pypi.python.org/pypi/pgzero Source0: https://bitbucket.org/lordmauve/%{name}/get/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pygame %{?python_provide:%python_provide python3-%{name}} Requires: python3-pygame Requires: python3-setuptools %description Pygame Zero A zero boilerplate games programming framework for Python 3, based on Pygame. Pygame Zero consists of a runner pgzrun that will run a Pygame Zero script with a full game loop and a range of useful builtins. %prep %autosetup -n %{name}-%{version} # Remove bundled egg-info rm -rf %{name}.egg-info %build %py3_build %install %py3_install %check # Some tests cannot be run in a headles environment without display rm test/test_screen.py test/test_actor.py test/test_sound_formats.py %{__python3} -m unittest %files %license COPYING %doc README.txt examples %{_bindir}/pgzrun %{python3_sitelib}/%{name} %{python3_sitelib}/%{name}-%{version}-py?.?.egg-info %changelog * Sun Aug 20 2017 Lumir Balhar - 1.1-1 - Initial package.