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

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

PyRoute2 is a pure Python netlink library.

This module provides NetNS, NSPopen and RemoteSocket classes.

WWW: https://github.com/svinota/pyroute2/tree/master/pyroute2.nslink
This commit is contained in:
Po-Chuan Hsieh 2021-06-21 04:44:24 +08:00
parent 89717eb680
commit 78c72c5e8c
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 33 additions and 0 deletions

View File

@ -1079,6 +1079,7 @@
SUBDIR += py-pyroute2.minimal
SUBDIR += py-pyroute2.ndb
SUBDIR += py-pyroute2.nftables
SUBDIR += py-pyroute2.nslink
SUBDIR += py-pysendfile
SUBDIR += py-pyshark
SUBDIR += py-pysmb

View File

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

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1624189689
SHA256 (pyroute2.nslink-0.6.4.tar.gz) = 33e68a9431cb5fa0663d508f3670ee4e20d5fabd8d0b0a6144c7f40276dee447
SIZE (pyroute2.nslink-0.6.4.tar.gz) = 29576

View File

@ -0,0 +1,5 @@
PyRoute2 is a pure Python netlink library.
This module provides NetNS, NSPopen and RemoteSocket classes.
WWW: https://github.com/svinota/pyroute2/tree/master/pyroute2.nslink