git: 8420be871a73 - main - net/py-pyroute2.protocols: Add py-pyroute2.protocols 0.6.4
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jun 20 20:48:16 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8420be871a7356546afe35d410226d7710f96860
commit 8420be871a7356546afe35d410226d7710f96860
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-20 20:44:33 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-20 20:44:33 +0000
net/py-pyroute2.protocols: Add py-pyroute2.protocols 0.6.4
PyRoute2 is a pure Python netlink library.
Supplementary module with some related protocols.
WWW: https://github.com/svinota/pyroute2/tree/master/pyroute2.protocols
---
net/Makefile | 1 +
net/py-pyroute2.protocols/Makefile | 24 ++++++++++++++++++++++++
net/py-pyroute2.protocols/distinfo | 3 +++
net/py-pyroute2.protocols/pkg-descr | 5 +++++
4 files changed, 33 insertions(+)
diff --git a/net/Makefile b/net/Makefile
index c6340b5ca8f2..bf451b76d1f7 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -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
diff --git a/net/py-pyroute2.protocols/Makefile b/net/py-pyroute2.protocols/Makefile
new file mode 100644
index 000000000000..08202d035048
--- /dev/null
+++ b/net/py-pyroute2.protocols/Makefile
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+
+PORTNAME= pyroute2.protocols
+PORTVERSION= 0.6.4
+CATEGORIES= net python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet at 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>
diff --git a/net/py-pyroute2.protocols/distinfo b/net/py-pyroute2.protocols/distinfo
new file mode 100644
index 000000000000..ecfa08c906ae
--- /dev/null
+++ b/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
diff --git a/net/py-pyroute2.protocols/pkg-descr b/net/py-pyroute2.protocols/pkg-descr
new file mode 100644
index 000000000000..d0f5fc996eb9
--- /dev/null
+++ b/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
More information about the dev-commits-ports-all
mailing list