Skip to content

Commit

Permalink
net/py-pyroute2.protocols: Add py-pyroute2.protocols 0.6.4
Browse files Browse the repository at this point in the history
PyRoute2 is a pure Python netlink library.

Supplementary module with some related protocols.

WWW: https://github.com/svinota/pyroute2/tree/master/pyroute2.protocols
  • Loading branch information
sunpoet committed Jun 20, 2021
1 parent 78c72c5 commit 8420be8
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions net/Makefile
Expand Up @@ -1080,6 +1080,7 @@
SUBDIR += py-pyroute2.ndb
SUBDIR += py-pyroute2.nftables
SUBDIR += py-pyroute2.nslink
SUBDIR += py-pyroute2.protocols
SUBDIR += py-pysendfile
SUBDIR += py-pyshark
SUBDIR += py-pysmb
Expand Down
24 changes: 24 additions & 0 deletions net/py-pyroute2.protocols/Makefile
@@ -0,0 +1,24 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME= pyroute2.protocols
PORTVERSION= 0.6.4
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python Netlink library: supplementary protocols

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>
3 changes: 3 additions & 0 deletions net/py-pyroute2.protocols/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1624189691
SHA256 (pyroute2.protocols-0.6.4.tar.gz) = 887b3075e83113fab20e319c43b200a842418f7915dae9a8828e84a66bc8653d
SIZE (pyroute2.protocols-0.6.4.tar.gz) = 26854
5 changes: 5 additions & 0 deletions net/py-pyroute2.protocols/pkg-descr
@@ -0,0 +1,5 @@
PyRoute2 is a pure Python netlink library.

Supplementary module with some related protocols.

WWW: https://github.com/svinota/pyroute2/tree/master/pyroute2.protocols

0 comments on commit 8420be8

Please sign in to comment.