| 12
 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
 
 | Source: python-portend
Homepage: https://github.com/jaraco/portend
Section: python
Priority: optional
Maintainer: Jeroen Ploemen <jcfp@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 pybuild-plugin-pyproject,
 python3-pytest <!nocheck>,
 python3-setuptools,
 python3-setuptools-scm,
 python3-tempora <!nocheck>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/jcfp/python-portend.git
Vcs-Browser: https://salsa.debian.org/jcfp/python-portend
Rules-Requires-Root: no
Package: python3-portend
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python module to monitor TCP port states
 Portend is a module to monitor TCP ports for bound or unbound states.
 It provides routines to wait for a port to become free or occuopied,
 check the current state of a port, or identify a suitable port
 available for binding locally.
 |