1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

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

PyRoute2 is a pure Python netlink library.

This module provides minimal subset of pyroute2 modules. Only netlink parser,
basic netns management and some netlink protocols implementations.

WWW: https://github.com/svinota/pyroute2/tree/master/pyroute2.minimal
This commit is contained in:
Po-Chuan Hsieh 2021-06-21 04:43:55 +08:00
parent 42c316c631
commit ce3df07fb3
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 40 additions and 0 deletions

View File

@ -1076,6 +1076,7 @@
SUBDIR += py-pyroute2.core
SUBDIR += py-pyroute2.ethtool
SUBDIR += py-pyroute2.ipset
SUBDIR += py-pyroute2.minimal
SUBDIR += py-pysendfile
SUBDIR += py-pyshark
SUBDIR += py-pysmb

View File

@ -0,0 +1,30 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= pyroute2.minimal
PORTVERSION= 0.6.4
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python Netlink library: minimal installation
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.pre.mk>
.if ${PYTHON_REL} < 30800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1624189683
SHA256 (pyroute2.minimal-0.6.4.tar.gz) = f15fa3bd5301800ab14b307c0703e6d345b70cae058dc10283c469537ee5bcbe
SIZE (pyroute2.minimal-0.6.4.tar.gz) = 20962

View File

@ -0,0 +1,6 @@
PyRoute2 is a pure Python netlink library.
This module provides minimal subset of pyroute2 modules. Only netlink parser,
basic netns management and some netlink protocols implementations.
WWW: https://github.com/svinota/pyroute2/tree/master/pyroute2.minimal