git: d7a029bbc6fa - main - cleanup: Remove expired ports:

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sun, 31 Jul 2022 18:00:17 UTC
The branch main has been updated by rene:

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

commit d7a029bbc6fa9a4c093ed644d55f4ab4795b925c
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2022-07-31 18:00:09 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-07-31 18:00:09 +0000

    cleanup: Remove expired ports:
    
    2022-07-31 net-mgmt/py-netbox-plugin-extensions: No longer required for net-mgmt/netbox 3.2+
---
 MOVED                                              |  1 +
 net-mgmt/Makefile                                  |  1 -
 net-mgmt/py-netbox-plugin-extensions/Makefile      | 26 ---------------
 net-mgmt/py-netbox-plugin-extensions/distinfo      |  3 --
 .../files/pkg-message.in                           | 39 ----------------------
 net-mgmt/py-netbox-plugin-extensions/pkg-descr     |  4 ---
 6 files changed, 1 insertion(+), 73 deletions(-)

diff --git a/MOVED b/MOVED
index 2ecb5e7ca89b..368d8c11e5eb 100644
--- a/MOVED
+++ b/MOVED
@@ -17522,3 +17522,4 @@ sysutils/libgksu||2022-07-27|Has expired: Abandonware, depending on gconf2
 multimedia/webvfx-qt5||2022-07-29|Abandoned upstream, multimedia/shotcut no longer supports/uses
 textproc/rubygem-rouge312|textproc/rubygem-rouge|2022-07-30|Remove obsoleted port. Use textproc/rubygem-rouge instead
 textproc/rubygem-rouge327|textproc/rubygem-rouge|2022-07-30|Remove obsoleted port. Use textproc/rubygem-rouge instead
+net-mgmt/py-netbox-plugin-extensions||2022-07-31|Has expired: No longer required for net-mgmt/netbox 3.2+
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index 9640aa6ac1b3..0ac031657481 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -311,7 +311,6 @@
     SUBDIR += py-napalm
     SUBDIR += py-napalm-logs
     SUBDIR += py-ncclient
-    SUBDIR += py-netbox-plugin-extensions
     SUBDIR += py-netutils
     SUBDIR += py-nxapi-plumbing
     SUBDIR += py-opn-cli
diff --git a/net-mgmt/py-netbox-plugin-extensions/Makefile b/net-mgmt/py-netbox-plugin-extensions/Makefile
deleted file mode 100644
index 16b1f468701e..000000000000
--- a/net-mgmt/py-netbox-plugin-extensions/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME=	netbox-plugin-extensions
-DISTVERSION=	1.1.1
-CATEGORIES=	net-mgmt python
-MASTER_SITES=	CHEESESHOP
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER=	kai@FreeBSD.org
-COMMENT=	Wrappers for NetBox generic objects
-
-LICENSE=	APACHE20
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-DEPRECATED=	No longer required for net-mgmt/netbox 3.2+
-EXPIRATION_DATE=	2022-07-31
-
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-metadata@${PY_FLAVOR}
-
-USES=		python:3.7+
-USE_PYTHON=	autoplist distutils
-
-NO_ARCH=	yes
-
-SUB_FILES=	pkg-message
-SUB_LIST=	PYTHON_VER=${PYTHON_VER}
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/py-netbox-plugin-extensions/distinfo b/net-mgmt/py-netbox-plugin-extensions/distinfo
deleted file mode 100644
index 1ba9ec4e0927..000000000000
--- a/net-mgmt/py-netbox-plugin-extensions/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1642254201
-SHA256 (netbox-plugin-extensions-1.1.1.tar.gz) = 780055eea16440c2a83098541af0db4bea4a9c5b35d6ba9b3bf988a5b945ea7b
-SIZE (netbox-plugin-extensions-1.1.1.tar.gz) = 13216
diff --git a/net-mgmt/py-netbox-plugin-extensions/files/pkg-message.in b/net-mgmt/py-netbox-plugin-extensions/files/pkg-message.in
deleted file mode 100644
index 27f7005aa2ef..000000000000
--- a/net-mgmt/py-netbox-plugin-extensions/files/pkg-message.in
+++ /dev/null
@@ -1,39 +0,0 @@
-[
-{ type: install
-  message: <<EOD
-To enable the plugin please do the following steps:
-
-1. Add/update the following line in the netbox configuration (usually
-   %%LOCALBASE%%/share/netbox/netbox/configuration.py):
-
-   PLUGINS = ['netbox_plugin_extensions']
-
-2. Run NetBox migrations and collect static files:
-
-   # cd %%LOCALBASE%%/share/netbox
-   # python%%PYTHON_VER%% manage.py migrate
-   # python%%PYTHON_VER%% manage.py collectstatic --no-input
-
-3. Restart WSGI/httpd environment (supervisord/apache/nginx/etc.)
-EOD
-}
-{ type: upgrade
-  maximum_version: 1.1.1
-  message: <<EOD
-Since the 1.0.8 release following steps are required to enable the plugin:
-
-1. Add/update the following line in the netbox configuration (usually
-   %%LOCALBASE%%/share/netbox/netbox/configuration.py):
-
-   PLUGINS = ['netbox_plugin_extensions']
-
-2. Run NetBox migrations and collect static files:
-
-   # cd %%LOCALBASE%%/share/netbox
-   # python%%PYTHON_VER%% manage.py migrate
-   # python%%PYTHON_VER%% manage.py collectstatic --no-input
-
-3. Restart WSGI/httpd environment (supervisord/apache/nginx/etc.)
-EOD
-}
-]
diff --git a/net-mgmt/py-netbox-plugin-extensions/pkg-descr b/net-mgmt/py-netbox-plugin-extensions/pkg-descr
deleted file mode 100644
index 85319a4f1d82..000000000000
--- a/net-mgmt/py-netbox-plugin-extensions/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-This package contains a collection of plugin extensions for NetBox, including
-generic wrappers around NetBox objects.
-
-WWW: https://github.com/dansheps/netbox-plugin-extensions