File: control

package info (click to toggle)
python-mpegdash 0.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 216 kB
  • ctags: 139
  • sloc: python: 776; makefile: 5
file content (49 lines) | stat: -rw-r--r-- 1,686 bytes parent folder | download | duplicates (2)
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
Source: python-mpegdash
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ondřej Kobližek <koblizeko@gmail.com>,
           Ondřej Nový <onovy@debian.org>,
Section: python
Priority: optional
Build-Depends: debhelper (>= 9~),
               dh-python,
               python-all,
               python-setuptools,
               python3-all,
               python3-setuptools,
Build-Depends-Indep: python-future,
                     python-unittest2,
                     python3-future,
                     python3-unittest2,
Standards-Version: 3.9.8
Homepage: https://github.com/caststack/python-mpegdash
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-mpegdash.git/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-mpegdash.git
Testsuite: autopkgtest-pkg-python

Package: python-mpegdash
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
Description: Python MPEG-DASH parser - Python 2.x
 mpd library can load and parse MPEG-DASH MPD(Media Presentation Description)
 metafile
 .
 The basic usage is to create a metafile object from uri, file path or
 directly from a string.
 .
 This package contains the Python 2.x module.

Package: python3-mpegdash
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: Python MPEG-DASH parser - Python 3.x
 mpd library can load and parse MPEG-DASH MPD(Media Presentation Description)
 metafile
 .
 The basic usage is to create a playlist object from uri, file path or
 directly from a string.
 .
 This package contains the Python 3.x module.