Source: pysdl2 Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Victor Fayvel Standards-Version: 4.6.2 Homepage: https://github.com/py-sdl/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, 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}, fonts-tuffy, 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 and examples for PySDL2.