File: control

package info (click to toggle)
dockerpty 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 144 kB
  • ctags: 82
  • sloc: python: 433; makefile: 4
file content (41 lines) | stat: -rw-r--r-- 1,490 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
Source: dockerpty
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jason Pleau <jason@jpleau.ca>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9~),
               dh-python,
               python-all (>= 2.7),
               python-setuptools,
               python3-all (>= 3.3),
               python3-setuptools
Standards-Version: 3.9.7
Homepage: https://github.com/d11wtq/dockerpty
Vcs-Git: https://anonscm.debian.org/cgit/python-modules/packages/dockerpty.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/dockerpty.git
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3

Package: python-dockerpty
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
         python-six
Recommends: python-docker (>= 0.7.1)
Description: Pseudo-tty handler for docker Python client (Python 2.x)
 Provides the functionality needed to operate the pseudo-tty (PTY) allocated to
 a docker container, using the Python client.
 .
 This package provides Python 2.x version of dockerpty.

Package: python3-dockerpty
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-six
Recommends: python3-docker (>= 0.7.1)
Description: Pseudo-tty handler for docker Python client (Python 3.x)
 Provides the functionality needed to operate the pseudo-tty (PTY) allocated to
 a docker container, using the Python client.
 .
 This package provides Python 3.x version of dockerpty.