From owner-dev-commits-ports-main@freebsd.org Sun Jun 20 20:48:15 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 64D41658D31; Sun, 20 Jun 2021 20:48:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G7PrH2DXfz4kDJ; Sun, 20 Jun 2021 20:48:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2EE61104D5; Sun, 20 Jun 2021 20:48:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15KKmF3L041938; Sun, 20 Jun 2021 20:48:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15KKmFZd041937; Sun, 20 Jun 2021 20:48:15 GMT (envelope-from git) Date: Sun, 20 Jun 2021 20:48:15 GMT Message-Id: <202106202048.15KKmFZd041937@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 78c72c5e8cfc - main - net/py-pyroute2.nslink: Add py-pyroute2.nslink 0.6.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 78c72c5e8cfc25e0ee4760d3ef8040157c44e5db Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jun 2021 20:48:15 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=78c72c5e8cfc25e0ee4760d3ef8040157c44e5db commit 78c72c5e8cfc25e0ee4760d3ef8040157c44e5db Author: Po-Chuan Hsieh AuthorDate: 2021-06-20 20:44:24 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-20 20:44:24 +0000 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 --- net/Makefile | 1 + net/py-pyroute2.nslink/Makefile | 24 ++++++++++++++++++++++++ net/py-pyroute2.nslink/distinfo | 3 +++ net/py-pyroute2.nslink/pkg-descr | 5 +++++ 4 files changed, 33 insertions(+) diff --git a/net/Makefile b/net/Makefile index 50b858b12117..c6340b5ca8f2 100644 --- a/net/Makefile +++ b/net/Makefile @@ -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 diff --git a/net/py-pyroute2.nslink/Makefile b/net/py-pyroute2.nslink/Makefile new file mode 100644 index 000000000000..3d13f03d8551 --- /dev/null +++ b/net/py-pyroute2.nslink/Makefile @@ -0,0 +1,24 @@ +# Created by: Po-Chuan Hsieh + +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 diff --git a/net/py-pyroute2.nslink/distinfo b/net/py-pyroute2.nslink/distinfo new file mode 100644 index 000000000000..0def38893a0c --- /dev/null +++ b/net/py-pyroute2.nslink/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624189689 +SHA256 (pyroute2.nslink-0.6.4.tar.gz) = 33e68a9431cb5fa0663d508f3670ee4e20d5fabd8d0b0a6144c7f40276dee447 +SIZE (pyroute2.nslink-0.6.4.tar.gz) = 29576 diff --git a/net/py-pyroute2.nslink/pkg-descr b/net/py-pyroute2.nslink/pkg-descr new file mode 100644 index 000000000000..2888074f27d9 --- /dev/null +++ b/net/py-pyroute2.nslink/pkg-descr @@ -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