File: control

package info (click to toggle)
pyglet 2.0.17%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,560 kB
  • sloc: python: 80,579; xml: 50,988; ansic: 171; makefile: 146
file content (79 lines) | stat: -rw-r--r-- 2,101 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Source: pyglet
Section: python
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.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:
 debhelper-compat (= 13),
 dh-sequence-python3,
 flit,
 libavcodec-dev,
 libavformat-dev,
 libavutil-dev,
 libfontconfig-dev,
 libfreetype-dev,
 libgl-dev,
 libgl1-mesa-dri,
 libglu1-mesa,
 libpulse-dev,
 libswresample-dev,
 libswscale-dev,
 libx11-dev,
 libxext-dev,
 libxi-dev,
 libxinerama-dev,
 libxxf86vm-dev,
 pybuild-plugin-pyproject,
 python3-all,
 python3-png,
 python3-pytest,
 python3-setuptools,
 xauth,
 xvfb,
Standards-Version: 4.7.0
Homepage: http://www.pyglet.org
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/pyglet.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyglet

Package: python3-pyglet
Architecture: all
Depends:
 libfontconfig1,
 libfreetype6,
 libgl1 | libgl1-mesa-swx11,
 libglu1 | libglu1-mesa,
 libx11-6,
 libxext6,
 libxi6,
 libxinerama1,
 libxxf86vm1,
 python3-pillow,
 python3-png,
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Recommends:
 libopenal1,
 libpulse0,
Suggests:
 libavcodec60 | libavcodec59 | libavcodec58,
 libavformat60 | libavformat59 | libavformat58,
 libavutil58 | libavutil57 | libavutil56,
 libswresample4 | libswresample3,
 libswscale7 | libswscale6 | libswscale5,
Description: cross-platform windowing and multimedia library (Python 3)
 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.
 .
 This is the Python 3 version.