File: control

package info (click to toggle)
python-portpicker 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 200 kB
  • ctags: 101
  • sloc: python: 680; makefile: 22; sh: 14
file content (41 lines) | stat: -rw-r--r-- 1,496 bytes parent folder | download | duplicates (2)
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: python-portpicker
Section: python
Priority: optional
Maintainer: Sascha Steinbiss <satta@debian.org>
Build-Depends: debhelper (>= 9),
               help2man,
               dh-python,
               python-all,
               python-setuptools,
               python-mock (>= 1.0),
               python3-all,
               python3-setuptools,
               python3-mock (>= 1.0)
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/collab-maint/python-portpicker.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-portpicker.git
Homepage: https://github.com/google/python_portpicker

Package: python-portpicker
Architecture: all
Depends: ${python:Depends},
         ${misc:Depends}
Description: Python 2 module to find unused network ports to bind to
 Portpicker provides an API to find and return an available network port for
 an application to bind to. Ideally suited for use from unittests or for test
 harnesses that launch local servers.
 .
 This package installs the Python 2 version.

Package: python3-portpicker
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Description: Python 3 module to find unused network ports to bind to
 Portpicker provides an API to find and return an available network port for
 an application to bind to. Ideally suited for use from unittests or for test
 harnesses that launch local servers.
 .
 This package installs the Python 3 version.