diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-07-18 17:55:17 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-07-18 18:00:37 +0000 |
commit | 708a974a9463b96e2d27870b741b6fc6bb153efa (patch) | |
tree | 26482ea7c6b176a480af24116fd31eb97aa3c2e6 | |
parent | d9bbebb707f20bc177f34f89eb463f4b490ef77e (diff) | |
download | ports-708a974a9463b96e2d27870b741b6fc6bb153efa.tar.gz ports-708a974a9463b96e2d27870b741b6fc6bb153efa.zip |
net/py-pyroute2.nslink: 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.nslink/Makefile | 24 | ||||
-rw-r--r-- | net/py-pyroute2.nslink/distinfo | 3 | ||||
-rw-r--r-- | net/py-pyroute2.nslink/pkg-descr | 5 |
5 files changed, 1 insertions, 33 deletions
@@ -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 |