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
|
Source: python-moderngl-glcontext
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-python3,
libegl-dev,
libpython3-all-dev,
libx11-dev,
libgl-dev,
pybuild-plugin-pyproject,
python3-all-dev:any,
python3-setuptools,
python3-pytest <!nocheck>,
python3-psutil <!nocheck>,
xauth <!nocheck>,
xvfb <!nocheck>,
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/python-team/packages/python-moderngl-glcontext.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-moderngl-glcontext
Homepage: https://github.com/moderngl/glcontext
Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no
Package: python3-glcontext
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: Python 3 abstraction layer for OpenGL contexts
This package provides a framework for the platform-dependent OpenGL
initialization code and is primarily used by ModernGL. The modularization
makes it simple to add additional platform support.
|