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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
Source: pysdl2
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Victor Fayvel <fayvel@web.de>
Standards-Version: 3.9.6
Homepage: https://github.com/marcusva/py-sdl2
Build-Depends:
debhelper-compat (= 13),
dia,
dh-python,
libgl1-mesa-dri,
libgl1-mesa-glx | libgl1,
libsdl2-2.0-0,
libsdl2-gfx-1.0-0,
libsdl2-image-2.0-0,
libsdl2-mixer-2.0-0,
libsdl2-ttf-2.0-0,
imagemagick,
python3-sphinx,
python3-all (>= 3.2~),
python3-pytest,
python3-numpy,
python3-setuptools,
librsvg2-bin,
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/python-team/packages/pysdl2
Vcs-Git: https://salsa.debian.org/python-team/packages/pysdl2.git
Testsuite: autopkgtest-pkg-python
Package: python3-sdl2
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
libsdl2-2.0-0,
libsdl2-gfx-1.0-0,
libsdl2-image-2.0-0,
libsdl2-mixer-2.0-0,
libsdl2-ttf-2.0-0,
Recommends:
python3-numpy,
Suggests: pysdl2-doc
Description: Python bindings to the SDL2 C-library (Python 3 build)
PySDL2 is a ctypes based wrapper around the Simple DirectMedia Layer 2 library
to allow portable low level access to a video framebuffer, audio output, mouse
and keyboard.
.
This module is built for Python version 3.x.
Package: pysdl2-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Suggests: python3-wand
Description: Python bindings to the SDL2 C-library - documentation
PySDL2 is a ctypes based wrapper around the Simple DirectMedia Layer 2 library
to allow portable low level access to a video framebuffer, audio output, mouse
and keyboard.
.
This package includes documentation for PySDL2.
|