mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
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
This commit is contained in:
parent
580738d09c
commit
ca87f9b768
@ -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
|
||||
|
22
net/py-pyroute2.ethtool/Makefile
Normal file
22
net/py-pyroute2.ethtool/Makefile
Normal file
@ -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>
|
3
net/py-pyroute2.ethtool/distinfo
Normal file
3
net/py-pyroute2.ethtool/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1624189679
|
||||
SHA256 (pyroute2.ethtool-0.6.4.tar.gz) = fa848c8a04eba0a4ce454c0ab5a5be4f10d6dc6fd19dc92a93bae561ade89d13
|
||||
SIZE (pyroute2.ethtool-0.6.4.tar.gz) = 28449
|
5
net/py-pyroute2.ethtool/pkg-descr
Normal file
5
net/py-pyroute2.ethtool/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user