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 92 93 94 95 96 97
|
Source: subliminal
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,
Build-Depends-Indep:
python3-html5lib,
python3-guessit (>= 2.0.1),
python3-babelfish,
python3-enzyme,
python3-bs4,
python3-requests,
python3-click,
python3-dogpile.cache,
python3-stevedore,
python3-chardet,
python3-rarfile,
python3-platformdirs,
python3-click-option-group,
python3-srt,
python3-tomli,
# python3-vcr,
python3-pysubs2,
# python3-pytest,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/subliminal.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/subliminal
Homepage: https://github.com/Diaoul/subliminal
Package: python3-subliminal
Architecture: all
Depends:
python3-html5lib,
python3-guessit (>= 2.0.1),
python3-babelfish,
python3-enzyme,
python3-bs4,
python3-requests,
python3-click,
python3-dogpile.cache,
python3-stevedore,
python3-chardet,
python3-rarfile,
python3-platformdirs,
python3-click-option-group,
python3-srt,
python3-tomli,
${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:
python3-subliminal (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
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:
# python3-nautilus,
# python3-subliminal (= ${binary:Version}),
# ${misc:Depends},
#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.
|