1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

net/py-pyroute2.core: Add py-pyroute2.core 0.6.4

PyRoute2 is a pure Python netlink library.

This is the core package, it implements the netlink parser and several netlink
sockets, including RTNL (IPRoute), WireGuard, MPTCP etc.

WWW: https://github.com/svinota/pyroute2/tree/master/pyroute2.core
This commit is contained in:
Po-Chuan Hsieh 2021-06-21 04:43:26 +08:00
parent 5560319b8d
commit 580738d09c
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 32 additions and 0 deletions

View File

@ -1073,6 +1073,7 @@
SUBDIR += py-pynsq
SUBDIR += py-pypcap
SUBDIR += py-pyroute2
SUBDIR += py-pyroute2.core
SUBDIR += py-pysendfile
SUBDIR += py-pyshark
SUBDIR += py-pysmb

View File

@ -0,0 +1,22 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= pyroute2.core
PORTVERSION= 0.6.4
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python Netlink library: the core
LICENSE= APACHE20 GPLv2+
LICENSE_COMB= dual
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.Apache.v2
LICENSE_FILE_GPLv2+ = ${WRKSRC}/LICENSE.GPL.v2
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1624189677
SHA256 (pyroute2.core-0.6.4.tar.gz) = 453dee5241e32994fb0ccad4c1a54fc98353fec35690653ccf95617b54e3a5cd
SIZE (pyroute2.core-0.6.4.tar.gz) = 208533

View File

@ -0,0 +1,6 @@
PyRoute2 is a pure Python netlink library.
This is the core package, it implements the netlink parser and several netlink
sockets, including RTNL (IPRoute), WireGuard, MPTCP etc.
WWW: https://github.com/svinota/pyroute2/tree/master/pyroute2.core