cleanup: Remove expired ports:

2022-07-31 net-mgmt/py-netbox-plugin-extensions: No longer required for net-mgmt/netbox 3.2+
This commit is contained in:
Rene Ladan 2022-07-31 20:00:09 +02:00
parent 03ab81805c
commit d7a029bbc6
6 changed files with 1 additions and 73 deletions

1
MOVED
View File

@ -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+

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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
}
]

View File

@ -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