git: 708a974a9463 - main - net/py-pyroute2.nslink: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Jul 2022 18:01:12 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=708a974a9463b96e2d27870b741b6fc6bb153efa commit 708a974a9463b96e2d27870b741b6fc6bb153efa Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-18 17:55:17 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-18 18:00:37 +0000 net/py-pyroute2.nslink: Remove obsoleted port Upstream moves back to single package layout (net/py-pyroute2). --- MOVED | 1 + net/Makefile | 1 - net/py-pyroute2.nslink/Makefile | 24 ------------------------ net/py-pyroute2.nslink/distinfo | 3 --- net/py-pyroute2.nslink/pkg-descr | 5 ----- 5 files changed, 1 insertion(+), 33 deletions(-) diff --git a/MOVED b/MOVED index f8d6f1d4672d..72226fc14860 100644 --- a/MOVED +++ b/MOVED @@ -17513,3 +17513,4 @@ net/py-pyroute2.ethtool|net/py-pyroute2|2022-07-18|Remove obsoleted port. Upstre net/py-pyroute2.ipset|net/py-pyroute2|2022-07-18|Remove obsoleted port. Upstream moves back to single package layout (net/py-pyroute2) net/py-pyroute2.ndb|net/py-pyroute2|2022-07-18|Remove obsoleted port. Upstream moves back to single package layout (net/py-pyroute2) net/py-pyroute2.nftables|net/py-pyroute2|2022-07-18|Remove obsoleted port. Upstream moves back to single package layout (net/py-pyroute2) +net/py-pyroute2.nslink|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 b5034866fc6a..d3aecc8c2a11 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1089,7 +1089,6 @@ SUBDIR += py-pypcap SUBDIR += py-pyroute2 SUBDIR += py-pyroute2.minimal - SUBDIR += py-pyroute2.nslink SUBDIR += py-pyroute2.protocols SUBDIR += py-pysendfile SUBDIR += py-pyshark diff --git a/net/py-pyroute2.nslink/Makefile b/net/py-pyroute2.nslink/Makefile deleted file mode 100644 index 20e966b105a4..000000000000 --- a/net/py-pyroute2.nslink/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> - -PORTNAME= pyroute2.nslink -PORTVERSION= 0.6.13 -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 <bsd.port.mk> diff --git a/net/py-pyroute2.nslink/distinfo b/net/py-pyroute2.nslink/distinfo deleted file mode 100644 index 8bb06ac37bee..000000000000 --- a/net/py-pyroute2.nslink/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1656092962 -SHA256 (pyroute2.nslink-0.6.13.tar.gz) = 86ed506cadccb154cd27aebb3dbf73ebb723c391104e7f0f3bc2c4a39c62366c -SIZE (pyroute2.nslink-0.6.13.tar.gz) = 30660 diff --git a/net/py-pyroute2.nslink/pkg-descr b/net/py-pyroute2.nslink/pkg-descr deleted file mode 100644 index 2888074f27d9..000000000000 --- a/net/py-pyroute2.nslink/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -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