File: control

package info (click to toggle)
pygame-sdl2 7.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 29,188 kB
  • sloc: ansic: 9,664; python: 1,946; makefile: 11
file content (35 lines) | stat: -rw-r--r-- 1,062 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
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:
 cython3,
 debhelper-compat (= 13),
 dh-python,
 libsdl2-dev,
 libsdl2-image-dev,
 libsdl2-mixer-dev,
 libsdl2-ttf-dev,
 libjpeg-dev,
 libpng-dev,
 python3-all-dev,
 python3-setuptools
Standards-Version: 4.5.1
Homepage: https://github.com/renpy/pygame_sdl2
Vcs-Git: https://salsa.debian.org/games-team/pygame-sdl2.git
Vcs-Browser: https://salsa.debian.org/games-team/pygame-sdl2

Package: python3-pygame-sdl2
Architecture: any
Depends:
 fonts-dejavu-core,
 ${misc:Depends},
 ${python3: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.