Source: python-webvtt
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 docbook-to-man,
 python3-all,
 python3-docopt,
 python3-setuptools,
 python3-sphinx,
 python3-sphinx-rtd-theme,
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-webvtt
Vcs-Git: https://salsa.debian.org/python-team/modules/python-webvtt.git
Homepage: https://github.com/glut23/webvtt-py/
Rules-Requires-Root: no

Package: python-webvtt-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: Read, write and segment WebVTT caption files (Documentation)
 Python module for reading/writing WebVTT caption files. It also features
 caption segmentation useful when captioning HLS videos.
 .
 Converting captions from other formats is supported for:
  * SubRip (.srt)
  * YouTube SBV (.sbv)
 .
 This package contains the documentation.

Package: python3-webvtt
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-webvtt-doc,
Description: Read, write and segment WebVTT caption files (Python3 version)
 Python module for reading/writing WebVTT caption files. It also features
 caption segmentation useful when captioning HLS videos.
 .
 Converting captions from other formats is supported for:
  * SubRip (.srt)
  * YouTube SBV (.sbv)
 .
 This package contains the Python 3 version of the library.

Package: webvtt
Architecture: all
Section: utils
Depends:
 python3-webvtt (= ${binary:Version}),
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-webvtt-doc,
Description: Read, write and segment WebVTT caption files
 Python module for reading/writing WebVTT caption files. It also features
 caption segmentation useful when captioning HLS videos.
 .
 Converting captions from other formats is supported for:
  * SubRip (.srt)
  * YouTube SBV (.sbv)
