aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-07-18 17:55:14 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-07-18 18:00:36 +0000
commitd9dec504a83a0c630fe13acec597e4580ff95148 (patch)
tree416736d959e24aaf4a7db640b7875ee201d6d769
parent70c904c87499dbc311c4647be9efdc9d01efc0b2 (diff)
downloadports-d9dec504a83a0c630fe13acec597e4580ff95148.tar.gz
ports-d9dec504a83a0c630fe13acec597e4580ff95148.zip
net/py-pyroute2.ndb: Remove obsoleted port
Upstream moves back to single package layout (net/py-pyroute2).
-rw-r--r--MOVED1
-rw-r--r--net/Makefile1
-rw-r--r--net/py-pyroute2.ndb/Makefile24
-rw-r--r--net/py-pyroute2.ndb/distinfo3
-rw-r--r--net/py-pyroute2.ndb/pkg-descr8
5 files changed, 1 insertions, 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