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 65 66 67 68 69 70
  
     | 
    
      Source: pysdl2
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Victor Fayvel <fayvel@web.de>
Standards-Version: 4.7.0
Homepage: https://github.com/py-sdl/py-sdl2
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-sphinx,
Build-Depends-Indep:
 dia,
 libgl1-mesa-dri,
 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-all,
 python3-pytest,
 python3-numpy,
 python3-pil,
 python3-setuptools,
 python3-sphinx-rtd-theme,
 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,
 python3-pil,
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.
 
     |