File: control

package info (click to toggle)
port-for 0.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 232 kB
  • sloc: python: 1,549; makefile: 9
file content (26 lines) | stat: -rw-r--r-- 735 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
Source: port-for
Section: python
Priority: optional
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.1
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
Section: python
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.