File: control

package info (click to toggle)
pygame-sdl2 6.99.12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 18,016 kB
  • ctags: 31,692
  • sloc: ansic: 9,655; python: 1,896; makefile: 10
file content (36 lines) | stat: -rw-r--r-- 1,092 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Source: pygame-sdl2
Section: python
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders:
 Markus Koschany <apo@debian.org>
Build-Depends:
 cython,
 debhelper (>= 10),
 dh-python,
 libsdl2-dev,
 libsdl2-image-dev,
 libsdl2-mixer-dev,
 libsdl2-ttf-dev,
 libjpeg-dev,
 libpng-dev,
 python-all-dev,
 python-setuptools
Standards-Version: 3.9.8
Homepage: https://github.com/renpy/pygame_sdl2
XS-Python-Version: >= 2.6
Vcs-Git: https://anonscm.debian.org/git/pkg-games/pygame-sdl2.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/pygame-sdl2.git

Package: python-pygame-sdl2
Architecture: any
Depends:
 fonts-dejavu-core,
 ${misc:Depends},
 ${python:Depends},
 ${shlibs:Depends}
Description: reimplementation of the Pygame API using SDL2
 Pygame_sdl2 is a reimplementation of the Pygame API using SDL2 and related
 libraries. The initial goal of this project is to allow games written using
 the pygame API to run on SDL2 on desktop and mobile platforms. The API will be
 evolved to expose SDL2-provided functionality in a pythonic manner.