git: f17870f4acd0 - main - net/py-pyroute2.ethtool: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Jul 2022 18:01:07 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f17870f4acd03888410703e44e1597b6b27ee07a commit f17870f4acd03888410703e44e1597b6b27ee07a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-18 17:55:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-18 18:00:35 +0000 net/py-pyroute2.ethtool: Remove obsoleted port Upstream moves back to single package layout (net/py-pyroute2). --- MOVED | 1 + net/Makefile | 1 - net/py-pyroute2.ethtool/Makefile | 22 ---------------------- net/py-pyroute2.ethtool/distinfo | 3 --- net/py-pyroute2.ethtool/pkg-descr | 5 ----- 5 files changed, 1 insertion(+), 31 deletions(-) diff --git a/MOVED b/MOVED index a549015d64be..82b5313770bf 100644 --- a/MOVED +++ b/MOVED @@ -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