File: control

package info (click to toggle)
enzyme 0.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 396 kB
  • sloc: python: 1,403; xml: 222; makefile: 6
file content (32 lines) | stat: -rw-r--r-- 963 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
Source: enzyme
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Etienne Millon <me@emillon.org>,
 Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/Diaoul/enzyme
Vcs-Git: https://salsa.debian.org/python-team/packages/enzyme.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/enzyme

Package: python3-enzyme
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: video metadata parser (Python 3)
 Python module to parse metadata in video files.
 .
 enzyme extracts metadata such as the type and encoding of video streams, type,
 encoding and language of audio streams, chapters, tags and subtitle tracks
 from video files.
 .
 This package contains the Python 3 module.