Port details |
- py-pyroute2 Python Netlink library
- 0.7.12 net =2 0.7.12Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2020-01-08 14:48:46
- Last Update: 2024-02-21 15:07:56
- Commit Hash: 481eeef
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20 GPLv2+
- WWW:
- https://pyroute2.org/
- https://github.com/svinota/pyroute2
- Description:
- Pyroute2 is a pure Python netlink library. It requires only Python stdlib, no
3rd party libraries. The library was started as an RTNL protocol implementation,
so the name is pyroute2, but now it supports many netlink protocols. Some
supported netlink families and protocols:
- rtnl, network settings --- addresses, routes, traffic controls
- nfnetlink --- netfilter API: ipset, nftables, ...
- ipq --- simplest userspace packet filtering, iptables QUEUE target
- devlink --- manage and monitor devlink-enabled hardware
- generic --- generic netlink families
- nl80211 --- wireless functions API (basic support)
- taskstats --- extended process statistics
- acpi_events --- ACPI events monitoring
- thermal_events --- thermal events monitoring
- VFS_DQUOT --- disk quota events monitoring
Starting with 0.5.2 the library supports also PF_ROUTE sockets on BSD systems.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pyroute2>0:net/py-pyroute2@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net/py-pyroute2/ && make install clean
- To add the package, run one of these commands:
- pkg install net/py-pyroute2
- pkg install py39-pyroute2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-pyroute2 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-pyroute2
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1708449418
SHA256 (pyroute2-0.7.12.tar.gz) = 54d226fc3ff2732f49bac9b26853c50c9d05be05a4d9daf09c7cf6d77301eff3
SIZE (pyroute2-0.7.12.tar.gz) = 423519
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=0 : devel/py-setuptools@py39
- py39-wheel>=0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- devel/py-os-vif
- net/py-pyroute2.protocols
Configuration Options:
- ===> The following configuration options are available for py39-pyroute2-0.7.12:
SS2=off: Socket statistics
===> Use 'make config' to modify these settings
- Options name:
- net_py-pyroute2
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7.12 21 Feb 2024 15:07:56 |
Po-Chuan Hsieh (sunpoet) |
net/py-pyroute2: Update to 0.7.12
- Update WWW
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.rst |
0.7.10 01 Dec 2023 22:11:46 |
Po-Chuan Hsieh (sunpoet) |
net/py-pyroute2: Update to 0.7.10
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.rst
https://github.com/svinota/pyroute2/commits/master |
0.7.9 18 Jul 2023 00:53:09 |
Charlie Li (vishwin) |
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358 |
0.7.9 30 Jun 2023 07:04:23 |
Po-Chuan Hsieh (sunpoet) |
net/py-pyroute2: Remove outdated PYTHON_REL check after lang/python37 removal |
0.7.9 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.7.9 05 Jun 2023 18:47:20 |
Po-Chuan Hsieh (sunpoet) |
net/py-pyroute2: Update to 0.7.9
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.rst |
0.7.8 07 May 2023 21:13:42 |
Po-Chuan Hsieh (sunpoet) |
net/py-pyroute2: Update to 0.7.8
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.rst |
0.7.7 18 Apr 2023 21:38:25 |
Po-Chuan Hsieh (sunpoet) |
net/py-pyroute2: Update to 0.7.7
- Convert to USE_PYTHON=pep517
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.rst |
0.7.6 05 Apr 2023 17:30:47 |
Po-Chuan Hsieh (sunpoet) |
net/py-pyroute2: Update to 0.7.6
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.rst |
0.7.5 21 Mar 2023 19:21:12 |
Po-Chuan Hsieh (sunpoet) |
net/py-pyroute2: Update to 0.7.5
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.rst |
0.7.4 05 Feb 2023 15:48:04 |
Po-Chuan Hsieh (sunpoet) |
net/py-pyroute2: Update to 0.7.4
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.rst |
0.7.3 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
0.7.3 10 Sep 2022 16:06:24 |
Po-Chuan Hsieh (sunpoet) |
net/py-pyroute2: Update to 0.7.3
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.rst |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.7.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.7.2 30 Jul 2022 05:58:11 |
Po-Chuan Hsieh (sunpoet) |
net/py-pyroute2: Update to 0.7.2
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.rst |
0.7.1 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.7.1 18 Jul 2022 18:00:44 |
Po-Chuan Hsieh (sunpoet) |
net/py-pyroute2: Update to 0.7.1
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.rst |
0.6.13 29 Jun 2022 16:32:43 |
Po-Chuan Hsieh (sunpoet) |
net/py-pyroute2: Update to 0.6.13
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.md |
0.6.12 16 Jun 2022 14:00:14 |
Po-Chuan Hsieh (sunpoet) |
net/py-pyroute2: Update to 0.6.12
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.md |
0.6.11 09 Jun 2022 23:16:09 |
Po-Chuan Hsieh (sunpoet) |
net/py-pyroute2: Update to 0.6.11
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.md |
0.6.10 09 Jun 2022 10:58:43 |
Po-Chuan Hsieh (sunpoet) |
net/py-pyroute2: Update to 0.6.10
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.md |
0.6.9 30 Mar 2022 22:21:15 |
Po-Chuan Hsieh (sunpoet) |
net/py-pyroute2: Update to 0.6.9
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.md |
0.6.8 25 Mar 2022 13:37:07 |
Po-Chuan Hsieh (sunpoet) |
net/py-pyroute2: Update to 0.6.8
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.md |
0.6.7 07 Mar 2022 18:11:22 |
Po-Chuan Hsieh (sunpoet) |
net/py-pyroute2: Update to 0.6.7
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.md |
0.6.5 21 Sep 2021 22:23:36 |
Po-Chuan Hsieh (sunpoet) |
net/py-pyroute2: Update to 0.6.5
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.md |
0.6.4 20 Jun 2021 20:46:38 |
Po-Chuan Hsieh (sunpoet) |
net/py-pyroute2: Update to 0.6.4
- Exclude pyroute2.ipdb [1]
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.md
Reference: https://github.com/svinota/pyroute2/discussions/788 [1] |
0.5.19 18 May 2021 19:28:31 |
Po-Chuan Hsieh (sunpoet) |
net/py-pyroute2: Update to 0.5.19
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.md |
0.5.18 25 Apr 2021 20:35:33 |
Po-Chuan Hsieh (sunpoet) |
net/py-pyroute2: Update to 0.5.18
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.md |
0.5.16 18 Apr 2021 05:43:57 |
Po-Chuan Hsieh (sunpoet) |
net/py-pyroute2: Update to 0.5.16
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.md |
0.5.14 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5.14 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.5.14 12 Sep 2020 12:08:11 |
sunpoet |
Update to 0.5.14
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.md |
0.5.13 08 Aug 2020 10:20:28 |
sunpoet |
Update to 0.5.13
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.md |
0.5.12 21 Apr 2020 19:39:31 |
sunpoet |
Update to 0.5.12
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.md |
0.5.11 02 Apr 2020 21:30:31 |
sunpoet |
Add SS2 option |
0.5.11 31 Mar 2020 23:04:02 |
sunpoet |
Update to 0.5.11
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.md |
0.5.10 28 Mar 2020 12:54:43 |
sunpoet |
Update to 0.5.10
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.md |
0.5.9 16 Feb 2020 18:01:37 |
sunpoet |
Update to 0.5.9
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.md |
0.5.8 14 Feb 2020 19:49:38 |
sunpoet |
Update to 0.5.8
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.md |
0.5.7 08 Jan 2020 14:48:12 |
sunpoet |
Add py-pyroute2 0.5.7
Pyroute2 is a pure Python netlink library. It requires only Python stdlib, no
3rd party libraries. The library was started as an RTNL protocol implementation,
so the name is pyroute2, but now it supports many netlink protocols. Some
supported netlink families and protocols:
- rtnl, network settings --- addresses, routes, traffic controls
- nfnetlink --- netfilter API: ipset, nftables, ...
- ipq --- simplest userspace packet filtering, iptables QUEUE target
- devlink --- manage and monitor devlink-enabled hardware
- generic --- generic netlink families
- nl80211 --- wireless functions API (basic support)
- taskstats --- extended process statistics
- acpi_events --- ACPI events monitoring
- thermal_events --- thermal events monitoring
- VFS_DQUOT --- disk quota events monitoring
Starting with 0.5.2 the library supports also PF_ROUTE sockets on BSD systems.
WWW: https://github.com/svinota/pyroute2 |