git: 16cc2061fb99 - main - net-mgmt/py-netbox-plugin-extensions: Deprecate/Set to expire
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Jun 2022 16:30:31 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=16cc2061fb9935b327c1341f6f0738227e7d00d7 commit 16cc2061fb9935b327c1341f6f0738227e7d00d7 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2022-06-16 16:07:11 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2022-06-16 16:28:34 +0000 net-mgmt/py-netbox-plugin-extensions: Deprecate/Set to expire * With the NetBox 3.2 release the plugin framework was extended making this plugin obsolete. --- net-mgmt/py-netbox-plugin-extensions/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-mgmt/py-netbox-plugin-extensions/Makefile b/net-mgmt/py-netbox-plugin-extensions/Makefile index d9498064fd0e..16b1f468701e 100644 --- a/net-mgmt/py-netbox-plugin-extensions/Makefile +++ b/net-mgmt/py-netbox-plugin-extensions/Makefile @@ -10,6 +10,9 @@ 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+