File: control

package info (click to toggle)
python-portpicker 1.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 208 kB
  • sloc: python: 943; makefile: 21; sh: 7
file content (32 lines) | stat: -rw-r--r-- 1,223 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-portpicker
Section: python
Priority: optional
Maintainer: Sascha Steinbiss <satta@debian.org>
Build-Depends: debhelper-compat (= 13),
               help2man,
               dh-python,
               python3-all,
               python3-setuptools,
               python3-psutil,
               python3-mock (>= 1.0)
Standards-Version: 4.5.1
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Vcs-Git: https://salsa.debian.org/debian/python-portpicker.git
Vcs-Browser: https://salsa.debian.org/debian/python-portpicker
Homepage: https://github.com/google/python_portpicker

Package: python3-portpicker
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         python3-pkg-resources
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.
 .
 It also contains an optional portserver that can be used to coordinate
 allocation of network ports on a single build/test farm host across all
 processes willing to use a port server aware port picker library such as
 this one.