git: d9dec504a83a - main - net/py-pyroute2.ndb: Remove obsoleted port

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

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

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

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

diff --git a/MOVED b/MOVED
index 4103eef2196a..2f54d559aae0 100644
--- a/MOVED
+++ b/MOVED
@@ -17511,3 +17511,4 @@ 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)
 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)
diff --git a/net/Makefile b/net/Makefile
index e8f2635a3956..1a46d615c9be 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1089,7 +1089,6 @@
     SUBDIR += py-pypcap
     SUBDIR += py-pyroute2
     SUBDIR += py-pyroute2.minimal
-    SUBDIR += py-pyroute2.ndb
     SUBDIR += py-pyroute2.nftables
     SUBDIR += py-pyroute2.nslink
     SUBDIR += py-pyroute2.protocols
diff --git a/net/py-pyroute2.ndb/Makefile b/net/py-pyroute2.ndb/Makefile
deleted file mode 100644
index 2aa64d5cbf61..000000000000
--- a/net/py-pyroute2.ndb/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-
-PORTNAME=	pyroute2.ndb
-PORTVERSION=	0.6.13
-CATEGORIES=	net python
-MASTER_SITES=	CHEESESHOP
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Python Netlink library: NDB module
-
-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.ndb/distinfo b/net/py-pyroute2.ndb/distinfo
deleted file mode 100644
index 72291f27c616..000000000000
--- a/net/py-pyroute2.ndb/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1656092958
-SHA256 (pyroute2.ndb-0.6.13.tar.gz) = 09b1f55f26043ce64c933e8224fd08444a498f381e5dc483bc9f428cbaf0901a
-SIZE (pyroute2.ndb-0.6.13.tar.gz) = 87188
diff --git a/net/py-pyroute2.ndb/pkg-descr b/net/py-pyroute2.ndb/pkg-descr
deleted file mode 100644
index 2f037c26e412..000000000000
--- a/net/py-pyroute2.ndb/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-PyRoute2 is a pure Python netlink library.
-
-NDB is a high-level network management module. It provides a transactional DB
-with multiple sources, from local RTNL source to netns and remote systems. The
-DB provides Python API and HTTP RPC (json and plain text), my run as a
-standalone service or may be used as a Python module.
-
-WWW: https://github.com/svinota/pyroute2/tree/master/pyroute2.ndb