File: control

package info (click to toggle)
python-moderngl 5.7.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,124 kB
  • sloc: python: 13,650; cpp: 11,664; makefile: 15
file content (60 lines) | stat: -rw-r--r-- 1,877 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
Source: python-moderngl
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Timo Röhling <roehling@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 dh-sequence-python3,
 dh-sequence-sphinxdoc <!nodoc>,
 libegl-dev <!nocheck>,
 pybuild-plugin-pyproject,
 python3-all-dev,
 python3-glcontext,
 python3-numpy <!nocheck>,
 python3-pycodestyle <!nocheck>,
 python3-pytest <!nocheck>,
 python3-scipy <!nocheck>,
 python3-setuptools,
 python3-sphinx <!nodoc>,
 python3-sphinx-copybutton <!nodoc>,
 python3-sphinx-rtd-theme <!nodoc>,
 xauth <!nocheck>,
 xvfb <!nocheck>,
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/python-team/packages/python-moderngl.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-moderngl
Homepage: https://github.com/moderngl/moderngl
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
Description: Python 3 wrapper for OpenGL 3.3+
 ModernGL is an OpenGL wrapper that simplifies the creation of simple graphics
 applications like scientific simulations, games or user interfaces. Usually,
 acquiring in-depth knowledge of OpenGL requires a steep learning curve. In
 contrast, ModernGL is easy to learn and use, moreover it is capable of
 rendering with high performance and quality, with less code written. The
 majority of the ModernGL code base is also written in C++ for high
 performance.

Package: python3-moderngl
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: ${source:Synopsis}
 ${source:Extended-Description}

Package: python-moderngl-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: ${source:Synopsis} (documentation)
 ${source:Extended-Description}
 .
 This package provides the API documentation of ModernGL.