aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-07-18 17:55:11 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-07-18 18:00:35 +0000
commitda608511a69040c055fa0928516a696f6770cf4c (patch)
treeac539539c8faefa81ae12a800aa4fec537595a53
parent79e033e52533771ec6d8a3b114c8ae19a37d12d6 (diff)
downloadports-da608511a69040c055fa0928516a696f6770cf4c.tar.gz
ports-da608511a69040c055fa0928516a696f6770cf4c.zip
net/py-pyroute2.core: 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.core/Makefile22
-rw-r--r--net/py-pyroute2.core/distinfo3
-rw-r--r--net/py-pyroute2.core/pkg-descr6
5 files changed, 1 insertions, 32 deletions
diff --git a/MOVED b/MOVED
index 1e0a14611d22..a549015d64be 100644
--- a/MOVED
+++ b/MOVED
@@ -17508,3 +17508,4 @@ audio/espeak|audio/espeak-ng|2022-07-15|Switch to fork of (stale) original repos
misc/ngraph||2022-07-15|Software is discontinued because its developer Nervana Systems is defunct
math/hipmcl||2022-07-16|Discontinued: old versions aren't compatible with new combblas-2.0, latest versions require CUDA that is not available on FreeBSD
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)
diff --git a/net/Makefile b/net/Makefile
index 6a9d96f70957..fbac2ce0679b 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1088,7 +1088,6 @@
SUBDIR += py-pypacker
SUBDIR += py-pypcap
SUBDIR += py-pyroute2
- SUBDIR += py-pyroute2.core
SUBDIR += py-pyroute2.ethtool
SUBDIR += py-pyroute2.ipset
SUBDIR += py-pyroute2.minimal
diff --git a/net/py-pyroute2.core/Makefile b/net/py-pyroute2.core/Makefile
deleted file mode 100644
index 7d905031767f..000000000000
--- a/net/py-pyroute2.core/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-
-PORTNAME= pyroute2.core
-PORTVERSION= 0.6.13
-CATEGORIES= net python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Python Netlink library: the core
-
-LICENSE= APACHE20 GPLv2+
-LICENSE_COMB= dual
-LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.Apache.v2
-LICENSE_FILE_GPLv2+ = ${WRKSRC}/LICENSE.GPL.v2
-
-USES= python:3.6+
-USE_PYTHON= autoplist concurrent distutils
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/net/py-pyroute2.core/distinfo b/net/py-pyroute2.core/distinfo
deleted file mode 100644
index 7e33e03e9aba..000000000000
--- a/net/py-pyroute2.core/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1656092950
-SHA256 (pyroute2.core-0.6.13.tar.gz) = 227dfd9f19888ddd1341966822ffd5880db9e3c89375096418c660ff4d1a11d0
-SIZE (pyroute2.core-0.6.13.tar.gz) = 215018
diff --git a/net/py-pyroute2.core/pkg-descr b/net/py-pyroute2.core/pkg-descr
deleted file mode 100644
index e0552b149431..000000000000
--- a/net/py-pyroute2.core/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-PyRoute2 is a pure Python netlink library.
-
-This is the core package, it implements the netlink parser and several netlink
-sockets, including RTNL (IPRoute), WireGuard, MPTCP etc.
-
-WWW: https://github.com/svinota/pyroute2/tree/master/pyroute2.core