File: control

package info (click to toggle)
python-librtmp 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 252 kB
  • sloc: ansic: 1,255; python: 858; makefile: 7
file content (32 lines) | stat: -rw-r--r-- 1,045 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: python-librtmp
Maintainer: Debian Python Team <team+python@tracker.debian.org>,
Uploaders: Stefan Breunig <stefan-debian@yrden.de>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               librtmp-dev,
               python3-all-dev,
               python3-cffi,
               python3-setuptools,
               python3
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-librtmp
Vcs-Git: https://salsa.debian.org/python-team/packages/python-librtmp.git
Homepage: https://pythonhosted.org/python-librtmp/

Package: python3-librtmp
Architecture: any
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends},
         python3-cffi,
         python3,
         librtmp1
Provides: ${python3:Provides}
Description: librtmp binding for Python 3
 librtmp allows one to dump the media content streamed over
 the RTMP protocol.
 .
 This package provides the binding for Python 3.