Source: pyopengl Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Torsten Marek Build-Depends: debhelper (>= 9), dh-python, python-all (>= 2.6.6-3~), python-setuptools, python3-all (>= 3.2), python3-setuptools # generateraw.py # ,python-ctypeslib Standards-Version: 3.9.5 Homepage: http://pyopengl.sourceforge.net Vcs-Git: https://salsa.debian.org/python-team/modules/pyopengl.git Vcs-Browser: https://salsa.debian.org/python-team/modules/pyopengl Package: python-opengl Architecture: all Depends: ${python:Depends}, python-ctypes, libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, freeglut3, ${misc:Depends} Suggests: python-tk, python-numpy, libgle3 Description: Python bindings to OpenGL (Python 2) PyOpenGL is a cross-platform open source Python binding to the standard OpenGL API providing 2D and 3D graphic drawing. PyOpenGL supports the GL, GLU, GLE, and GLUT libraries. The library can be used with the Tkinter, wxPython, FxPy, and Win32GUI windowing libraries (or almost any Python windowing library which can provide an OpenGL context). . This is the Python 2 version of the package. Package: python3-opengl Architecture: all Depends: ${python3:Depends}, libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, freeglut3, ${misc:Depends} Suggests: python3-tk, python3-numpy, libgle3 Description: Python bindings to OpenGL (Python 3) PyOpenGL is a cross-platform open source Python binding to the standard OpenGL API providing 2D and 3D graphic drawing. PyOpenGL supports the GL, GLU, GLE, and GLUT libraries. The library can be used with the Tkinter, wxPython, FxPy, and Win32GUI windowing libraries (or almost any Python windowing library which can provide an OpenGL context). . This is the Python 3 version of the package.