File: control

package info (click to toggle)
subliminal 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 468 kB
  • ctags: 330
  • sloc: python: 2,237; makefile: 23
file content (91 lines) | stat: -rw-r--r-- 2,798 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
80
81
82
83
84
85
86
87
88
89
90
91
Source: subliminal
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Etienne Millon <me@emillon.org>,
 Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>,
Standards-Version: 3.9.8
Homepage: https://github.com/Diaoul/subliminal
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/subliminal.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/subliminal.git
Build-Depends:
 debhelper (>= 9),
 dh-python,
 help2man,
 python,
 python-setuptools,
 python3,
 python3-babelfish,
 python3-bs4,
 python3-click,
 python3-dogpile.cache,
 python3-enzyme,
 python3-guessit,
 python3-html5lib,
 python3-pysrt,
 python3-requests,
 python3-setuptools,
 python3-six,
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3

Package: python-subliminal
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
Description: Python library to search and download subtitles (python2 version)
 It comes with an easy to use CLI (command-line interface) suitable for direct
 use or cron jobs.
 .
 Subliminal uses multiple providers to give users a vast choice and have a
 better chance to find the best matching subtitles. Providers are extensible
 through a dedicated entry point.
 .
 This package contains only the python2 version.

Package: python3-subliminal
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Python library to search and download subtitles (python3 version)
 It comes with an easy to use CLI (command-line interface) suitable for direct
 use or cron jobs.
 .
 Subliminal uses multiple providers to give users a vast choice and have a
 better chance to find the best matching subtitles. Providers are extensible
 through a dedicated entry point.
 .
 This package contains the python3 version.

Package: subliminal
Section: video
Architecture: all
Depends:
 ${misc:Depends},
 python3,
 python3-subliminal
Description: Command-line tool to search and download subtitles
 This is an easy to use CLI (command-line interface) tool suitable for direct
 use or cron jobs.
 .
 Subliminal uses multiple providers to give users a vast choice and have a
 better chance to find the best matching subtitles. Providers are extensible
 through a dedicated entry point.

Package: subliminal-nautilus
Section: video
Architecture: all
Depends:
 ${misc:Depends},
 python-nautilus,
 python-subliminal,
Description: Nautilus extension to search and download subtitles
 Subliminal uses multiple providers to give users a vast choice and have a
 better chance to find the best matching subtitles. Providers are extensible
 through a dedicated entry point.
 .
 This package contains an extension for nautilus that makes it possible to
 download subtitles directly from the file explorer.