Date: Sun, 20 Jun 2021 20:48:09 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ca87f9b76879 - main - net/py-pyroute2.ethtool: Add py-pyroute2.ethtool 0.6.4 Message-ID: <202106202048.15KKm9dW041813@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca87f9b768790555d6949b412affefba141e7aff commit ca87f9b768790555d6949b412affefba141e7aff Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-20 20:43:36 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-20 20:43:36 +0000 net/py-pyroute2.ethtool: Add py-pyroute2.ethtool 0.6.4 PyRoute2 is a pure Python netlink library. This module provides Ethtool. WWW: https://github.com/svinota/pyroute2/tree/master/pyroute2.ethtool --- net/Makefile | 1 + net/py-pyroute2.ethtool/Makefile | 22 ++++++++++++++++++++++ net/py-pyroute2.ethtool/distinfo | 3 +++ net/py-pyroute2.ethtool/pkg-descr | 5 +++++ 4 files changed, 31 insertions(+) diff --git a/net/Makefile b/net/Makefile index 9219219bf21a..8d7cef62056f 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1074,6 +1074,7 @@ SUBDIR += py-pypcap SUBDIR += py-pyroute2 SUBDIR += py-pyroute2.core + SUBDIR += py-pyroute2.ethtool SUBDIR += py-pysendfile SUBDIR += py-pyshark SUBDIR += py-pysmb diff --git a/net/py-pyroute2.ethtool/Makefile b/net/py-pyroute2.ethtool/Makefile new file mode 100644 index 000000000000..2d9b1ef25f3e --- /dev/null +++ b/net/py-pyroute2.ethtool/Makefile @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> + +PORTNAME= pyroute2.ethtool +PORTVERSION= 0.6.4 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python Netlink library: ethtool + +LICENSE= APACHE20 GPLv2+ +LICENSE_COMB= dual +LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.Apache.v2 +LICENSE_FILE_GPLv2+ = ${WRKSRC}/LICENSE.GPL.v2 + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/net/py-pyroute2.ethtool/distinfo b/net/py-pyroute2.ethtool/distinfo new file mode 100644 index 000000000000..c6241a0e36c6 --- /dev/null +++ b/net/py-pyroute2.ethtool/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624189679 +SHA256 (pyroute2.ethtool-0.6.4.tar.gz) = fa848c8a04eba0a4ce454c0ab5a5be4f10d6dc6fd19dc92a93bae561ade89d13 +SIZE (pyroute2.ethtool-0.6.4.tar.gz) = 28449 diff --git a/net/py-pyroute2.ethtool/pkg-descr b/net/py-pyroute2.ethtool/pkg-descr new file mode 100644 index 000000000000..f245a3f6ed31 --- /dev/null +++ b/net/py-pyroute2.ethtool/pkg-descr @@ -0,0 +1,5 @@ +PyRoute2 is a pure Python netlink library. + +This module provides Ethtool. + +WWW: https://github.com/svinota/pyroute2/tree/master/pyroute2.ethtool
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106202048.15KKm9dW041813>