File: control

package info (click to toggle)
pycg 0.14.1-2
  • links: PTS, VCS
  • area: contrib
  • in suites: squeeze
  • size: 184 kB
  • ctags: 17
  • sloc: sh: 124; makefile: 71; python: 28
file content (25 lines) | stat: -rw-r--r-- 1,242 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: pycg
Section: contrib/python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Sandro Tosi <morph@debian.org>
Build-Depends: debhelper (>= 5), python-support (>= 1.0), python (>= 2.5.4-1~), dpatch, python-all-dev, swig, nvidia-cg-toolkit, python-numpy, mesa-common-dev, libgl1-mesa-dev, python-numpy-dbg
Standards-Version: 3.8.1
Homepage: http://www.cs.lth.se/home/Calle_Lejdfors/pygpu/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pycg/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pycg/trunk/
XS-Python-Version: all

Package: python-cg
Architecture: amd64 i386
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, nvidia-cg-toolkit, python-numpy
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}
Description: nVidia Cg driver binding for Python
 nVidia Cg is a toolkit that provides a compiler for the Cg language,
 runtime libraries for use with both leading graphics APIs and runtime
 libraries, supporting over 24 different OpenGL and DirectX profile
 targets.
 .
 The package contains a Python wrapper for nVidia Cg Library to allow
 Python programs to interact with nVidia graphic cards using Cg.