File: control

package info (click to toggle)
pyglet 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 14,348 kB
  • sloc: python: 112,214; makefile: 9
file content (46 lines) | stat: -rw-r--r-- 1,736 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Source: pyglet
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Michael Hanke <michael.hanke@gmail.com>,
           Per B. Sederberg <psederberg@gmail.com>,
           Stephan Peijnik <debian@sp.or.at>,
           Yaroslav Halchenko <debian@onerussian.com>
Build-Depends: cdbs,
               debhelper (>= 9),
               dh-python,
               libfontconfig1,
               libgl1-mesa-dev,
               libgl1-mesa-dri,
               libglu1-mesa,
               python,
               python-pytest,
               python-setuptools,
               xauth,
               xvfb
Standards-Version: 3.9.8
Homepage: http://www.pyglet.org
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pyglet.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pyglet.git

Package: python-pyglet
Architecture: all
Depends: libgl1 | libgl1-mesa-swx11,
         libglu1 | libglu1-mesa,
         libgtk2.0-0,
         python-ctypes | python (>= 2.5),
         python-future,
         ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends}
Recommends: libasound2 | libopenal1
Provides: ${python:Provides}
Description: cross-platform windowing and multimedia library
 This library provides an object-oriented programming interface for developing
 games and other visually-rich applications with Python.
 pyglet has virtually no external dependencies. For most applications and game
 requirements, pyglet needs nothing else besides Python, simplifying
 distribution and installation. It also handles multiple windows and
 fully aware of multi-monitor setups.
 .
 pyglet might be seen as an alternative to PyGame.