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
|
Source: python-moderngl-window
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Timo Röhling <roehling@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
dh-sequence-numpy3,
dh-sequence-python3,
dh-sequence-sphinxdoc <!nodoc>,
libx11-dev <!nocheck>,
libgl-dev <!nocheck>,
pybuild-plugin-pyproject,
python3-all,
python3-moderngl,
python3-pyglet,
python3-numpy,
python3-pil,
python3-pyrr,
python3-pytest,
python3-pywavefront,
python3-setuptools,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
xauth <!nocheck>,
xvfb <!nocheck>,
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/python-team/packages/python-moderngl-window.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-moderngl-window
Homepage: https://github.com/moderngl/moderngl
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
Description: Cross-platform utility library for ModernGL
moderngl_window simplifies window creation and resource loading for
OpenGL programs. It interoperates with a wide range of toolkits, such as
pyglet, pygame, PySide2, GLFW, SLD2, and PyQt5 and can be extended with
custom loaders, resource finders, and windows.
Package: python3-moderngl-window
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Suggests:
python3-pywavefront,
Description: ${source:Synopsis}
${source:Extended-Description}
Package: python-moderngl-window-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: ${source:Synopsis} (documentation)
${source:Extended-Description}
.
This package installs the API documentation.
|