blob: 6665350fa422d1bd7cfc1c019db90f4dbbaf594a (
plain)
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
|
Source: port-for
Section: python
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Original-Maintainer: David Kunz <david.kunz@dknet.ch>
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-mock,
python3-setuptools,
pybuild-plugin-pyproject,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://github.com/kmike/port-for
Vcs-Browser: https://salsa.debian.org/david.kunz/port-for
Vcs-Git: https://salsa.debian.org/david.kunz/port-for.git
Package: python3-port-for
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: local TCP ports management for Python
port-for is a utility that helps with local TCP ports management. It can find
an unused TCP localhost port and remember the association.
|