git: d9bbebb707f2 - main - net/py-pyroute2.nftables: Remove obsoleted port

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 18 Jul 2022 18:01:11 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d9bbebb707f20bc177f34f89eb463f4b490ef77e

commit d9bbebb707f20bc177f34f89eb463f4b490ef77e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-07-18 17:55:15 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-07-18 18:00:36 +0000

    net/py-pyroute2.nftables: Remove obsoleted port
    
    Upstream moves back to single package layout (net/py-pyroute2).
---
 MOVED                              |  1 +
 net/Makefile                       |  1 -
 net/py-pyroute2.nftables/Makefile  | 24 ------------------------
 net/py-pyroute2.nftables/distinfo  |  3 ---
 net/py-pyroute2.nftables/pkg-descr |  5 -----
 5 files changed, 1 insertion(+), 33 deletions(-)

diff --git a/MOVED b/MOVED
index 2f54d559aae0..f8d6f1d4672d 100644
--- a/MOVED
+++ b/MOVED
@@ -17512,3 +17512,4 @@ net/py-pyroute2.core|net/py-pyroute2|2022-07-18|Remove obsoleted port. Upstream
 net/py-pyroute2.ethtool|net/py-pyroute2|2022-07-18|Remove obsoleted port. Upstream moves back to single package layout (net/py-pyroute2)
 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)
diff --git a/net/Makefile b/net/Makefile
index 1a46d615c9be..b5034866fc6a 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1089,7 +1089,6 @@
     SUBDIR += py-pypcap
     SUBDIR += py-pyroute2
     SUBDIR += py-pyroute2.minimal
-    SUBDIR += py-pyroute2.nftables
     SUBDIR += py-pyroute2.nslink
     SUBDIR += py-pyroute2.protocols
     SUBDIR += py-pysendfile
diff --git a/net/py-pyroute2.nftables/Makefile b/net/py-pyroute2.nftables/Makefile
deleted file mode 100644
index cdf0a9b5a852..000000000000
--- a/net/py-pyroute2.nftables/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-
-PORTNAME=	pyroute2.nftables
-PORTVERSION=	0.6.13
-CATEGORIES=	net python
-MASTER_SITES=	CHEESESHOP
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Python Netlink library: nftables
-
-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.nftables/distinfo b/net/py-pyroute2.nftables/distinfo
deleted file mode 100644
index 63054352b55a..000000000000
--- a/net/py-pyroute2.nftables/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1656092960
-SHA256 (pyroute2.nftables-0.6.13.tar.gz) = c94bd740d50b03a1a8d9654f769e77afc77a75e05fc5887dd0551e3970f86592
-SIZE (pyroute2.nftables-0.6.13.tar.gz) = 27004
diff --git a/net/py-pyroute2.nftables/pkg-descr b/net/py-pyroute2.nftables/pkg-descr
deleted file mode 100644
index 03da1ce86402..000000000000
--- a/net/py-pyroute2.nftables/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-PyRoute2 is a pure Python netlink library.
-
-This module provides very basic nftables API.
-
-WWW: https://github.com/svinota/pyroute2/tree/master/pyroute2.nftables