git: da608511a690 - main - net/py-pyroute2.core: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Jul 2022 18:01:06 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=da608511a69040c055fa0928516a696f6770cf4c
commit da608511a69040c055fa0928516a696f6770cf4c
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-07-18 17:55:11 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-07-18 18:00:35 +0000
net/py-pyroute2.core: Remove obsoleted port
Upstream moves back to single package layout (net/py-pyroute2).
---
MOVED | 1 +
net/Makefile | 1 -
net/py-pyroute2.core/Makefile | 22 ----------------------
net/py-pyroute2.core/distinfo | 3 ---
net/py-pyroute2.core/pkg-descr | 6 ------
5 files changed, 1 insertion(+), 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