diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-07-18 17:55:12 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-07-18 18:00:35 +0000 |
commit | f17870f4acd03888410703e44e1597b6b27ee07a (patch) | |
tree | fade242783232c1704c8618a6c7e756386e970b0 | |
parent | da608511a69040c055fa0928516a696f6770cf4c (diff) | |
download | ports-f17870f4acd03888410703e44e1597b6b27ee07a.tar.gz ports-f17870f4acd03888410703e44e1597b6b27ee07a.zip |
net/py-pyroute2.ethtool: Remove obsoleted port
Upstream moves back to single package layout (net/py-pyroute2).
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/py-pyroute2.ethtool/Makefile | 22 | ||||
-rw-r--r-- | net/py-pyroute2.ethtool/distinfo | 3 | ||||
-rw-r--r-- | net/py-pyroute2.ethtool/pkg-descr | 5 |
5 files changed, 1 insertions, 31 deletions
@@ -17509,3 +17509,4 @@ misc/ngraph||2022-07-15|Software is discontinued because its developer Nervana S math/hipmcl||2022-07-16|Discontinued: old versions aren't compatible with new combblas-2.0, latest versions require CUDA that is not available on FreeBSD security/base-audit|ports-mgmt/pkg|2022-07-17|Merged into ports-mgmt/pkg net/py-pyroute2.core|net/py-pyroute2|2022-07-18|Remove obsoleted port. Upstream moves back to single package layout (net/py-pyroute2) +net/py-pyroute2.ethtool|net/py-pyroute2|2022-07-18|Remove obsoleted port. Upstream moves back to single package layout (net/py-pyroute2) diff --git a/net/Makefile b/net/Makefile index fbac2ce0679b..3bd8b9978ed9 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1088,7 +1088,6 @@ SUBDIR += py-pypacker SUBDIR += py-pypcap SUBDIR += py-pyroute2 - SUBDIR += py-pyroute2.ethtool SUBDIR += py-pyroute2.ipset SUBDIR += py-pyroute2.minimal SUBDIR += py-pyroute2.ndb diff --git a/net/py-pyroute2.ethtool/Makefile b/net/py-pyroute2.ethtool/Makefile deleted file mode 100644 index 8b8a49428ece..000000000000 --- a/net/py-pyroute2.ethtool/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> - -PORTNAME= pyroute2.ethtool -PORTVERSION= 0.6.13 -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 deleted file mode 100644 index f30d5814abcd..000000000000 --- a/net/py-pyroute2.ethtool/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1656092952 -SHA256 (pyroute2.ethtool-0.6.13.tar.gz) = 0a687fea0fcd77d9074c7c18ba35d9b9f70e4217ebe68a687e200408473a3bd4 -SIZE (pyroute2.ethtool-0.6.13.tar.gz) = 29442 diff --git a/net/py-pyroute2.ethtool/pkg-descr b/net/py-pyroute2.ethtool/pkg-descr deleted file mode 100644 index f245a3f6ed31..000000000000 --- a/net/py-pyroute2.ethtool/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -PyRoute2 is a pure Python netlink library. - -This module provides Ethtool. - -WWW: https://github.com/svinota/pyroute2/tree/master/pyroute2.ethtool |