File: control

package info (click to toggle)
python-pyglew 0.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 6,072 kB
  • ctags: 160
  • sloc: python: 652; ansic: 321; cpp: 273; sh: 162; makefile: 93
file content (25 lines) | stat: -rw-r--r-- 1,154 bytes parent folder | download
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
Source: python-pyglew
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Sandro Tosi <matrixhasu@gmail.com>
Build-Depends: debhelper (>= 5), libglew-dev, python-central (>= 0.5.6), python, dpatch, python-all-dev
Standards-Version: 3.7.3
Homepage: http://www.cs.lth.se/home/Calle_Lejdfors/pygpu/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-pyglew/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-pyglew/trunk/?op=log
XS-Python-Version: all

Package: python-pyglew
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}
Description: GLEW bindings for Python
 PyGLEW is the Python-bindings for the excellent OpenGL Extension Wrangler
 (GLEW), a library that handles initiliazation of OpenGL extensions.
 .
 This Python wrapper over GLEW will let that library to initializate and check
 availability of extentions, and then to freely use them in a Python code.
 .
 In addition, there are many extentions needed by other tools, like pygpu.