summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 231d79a99c83d6943adce30d1f0583c806da8841 (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
27
28
Source: port-for
Section: python
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: David Kunz <david.kunz@dknet.ch>
Bugs: mailto:maintainers@lists.progress-linux.org
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.