File: control

package info (click to toggle)
python-pyglm 2.8.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,008 kB
  • sloc: cpp: 53,029; python: 3,683; makefile: 7
file content (35 lines) | stat: -rw-r--r-- 1,031 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
Source: python-pyglm
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,
 libglm-dev (>= 1.0.0),
 libpython3-all-dev,
 python3-all-dev:any,
 python3-pytest,
 python3-setuptools,
Homepage: https://github.com/Zuzu-Typ/PyGLM
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pyglm.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pyglm
Testsuite: autopkgtest-pkg-pybuild
Description: OpenGL Mathematics (GLM) bindings for Python
 PyGLM is a Python extension written in C++. By using GLM by G-Truc under the
 hood, it manages to bring glm's features to Python.

Package: python3-pyglm
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: ${source:Synopsis}
 ${source:Extended-Description}
 .
 This package installs the Python 3 module.