SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python3-port-for rpm build for : OpenSuSE. For other distributions click python3-port-for.

Name : python3-port-for
Version : 0.4 Vendor : openSUSE
Release : bp157.1.2 Date : 2024-08-19 10:34:05
Group : Development/Languages/Python Source RPM : python-port-for-0.4-bp157.1.2.src.rpm
Size : 0.12 MB
Packager : https://bugs_opensuse_org
Summary : Utility that helps with local TCP ports managment
Description :
port-for is a command-line utility and a python library that
helps with local TCP ports management.

It can find an unused TCP localhost port and remember the association::

$ sudo port-for foo
37987

This can be useful when you are installing a stack of software
with multiple parts needing port numbers.

There are several rules port-for is trying to follow to find and
return a new unused port:

1) Port must be unused: port-for checks this by trying to connect
to the port and to bind to it.

2) Port must be IANA unassigned and otherwise not well-known:
this is acheived by maintaining unassigned ports list
(parsed from IANA and Wikipedia).

3) Port shouldn\'t be inside ephemeral port range.
This is important because ports from ephemeral port range can
be assigned temporary by OS (e.g. by machine\'s IP stack) and
this may prevent service restart in some circumstances.
``port-for`` doesn\'t return ports from ephemeral port ranges
configured at the current machine.

4) Other heuristics are also applied: ``port-for`` tries to return
a port from larger port ranges; it also doesn\'t return ports that are
too close to well-known ports.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15-SP7/standard/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python3-port-for-0.4-bp157.1.2.noarch.rpm
     

Provides :
python3-port-for

Requires :
/bin/sh
/bin/sh
/usr/bin/python3.6
python(abi) = 3.6
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
update-alternatives
update-alternatives


Content of RPM :
/etc/alternatives/port-for
/usr/bin/port-for
/usr/bin/port-for-3.6
/usr/lib/python3.6/site-packages/port_for
/usr/lib/python3.6/site-packages/port_for-0.4-py3.6.egg-info
/usr/lib/python3.6/site-packages/port_for-0.4-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/port_for-0.4-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/port_for-0.4-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/port_for-0.4-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/port_for/__init__.py
/usr/lib/python3.6/site-packages/port_for/__pycache__
/usr/lib/python3.6/site-packages/port_for/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/port_for/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/port_for/__pycache__/_download_ranges.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/port_for/__pycache__/_download_ranges.cpython-36.pyc
/usr/lib/python3.6/site-packages/port_for/__pycache__/_ranges.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/port_for/__pycache__/_ranges.cpython-36.pyc
/usr/lib/python3.6/site-packages/port_for/__pycache__/api.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/port_for/__pycache__/api.cpython-36.pyc
/usr/lib/python3.6/site-packages/port_for/__pycache__/docopt.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/port_for/__pycache__/docopt.cpython-36.pyc
/usr/lib/python3.6/site-packages/port_for/__pycache__/ephemeral.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/port_for/__pycache__/ephemeral.cpython-36.pyc
/usr/lib/python3.6/site-packages/port_for/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/port_for/__pycache__/exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/port_for/__pycache__/store.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/port_for/__pycache__/store.cpython-36.pyc
/usr/lib/python3.6/site-packages/port_for/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/port_for/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/port_for/_download_ranges.py
There is 11 files more in these RPM.

 
ICM