Date: Mon, 4 Oct 2021 17:29:34 GMT From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3a52ab2dd381 - main - net-mgmt/py-netbox-plugin-extensions: Add new port Message-ID: <202110041729.194HTY7o002936@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=3a52ab2dd381ec8a557015321567499b48dda3be commit 3a52ab2dd381ec8a557015321567499b48dda3be Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2021-10-04 17:02:27 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2021-10-04 17:22:59 +0000 net-mgmt/py-netbox-plugin-extensions: Add new port This package contains a collection of plugin extensions for NetBox, including generic wrappers around NetBox objects. WWW: https://github.com/dansheps/netbox-plugin-extensions --- net-mgmt/Makefile | 1 + net-mgmt/py-netbox-plugin-extensions/Makefile | 18 ++++++++++++++++++ net-mgmt/py-netbox-plugin-extensions/distinfo | 3 +++ net-mgmt/py-netbox-plugin-extensions/pkg-descr | 4 ++++ 4 files changed, 26 insertions(+) diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index e453115fa14e..e896f1808410 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -307,6 +307,7 @@ SUBDIR += py-napalm SUBDIR += py-napalm-logs SUBDIR += py-ncclient + SUBDIR += py-netbox-plugin-extensions SUBDIR += py-nxapi-plumbing SUBDIR += py-opn-cli SUBDIR += py-pdagent diff --git a/net-mgmt/py-netbox-plugin-extensions/Makefile b/net-mgmt/py-netbox-plugin-extensions/Makefile new file mode 100644 index 000000000000..470e538be6b6 --- /dev/null +++ b/net-mgmt/py-netbox-plugin-extensions/Makefile @@ -0,0 +1,18 @@ +PORTNAME= netbox-plugin-extensions +DISTVERSION= 1.0.2 +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 + +USES= python:3.7+ +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/net-mgmt/py-netbox-plugin-extensions/distinfo b/net-mgmt/py-netbox-plugin-extensions/distinfo new file mode 100644 index 000000000000..ab3a851b4e04 --- /dev/null +++ b/net-mgmt/py-netbox-plugin-extensions/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632431596 +SHA256 (netbox-plugin-extensions-1.0.2.tar.gz) = bdd1739165c9d301ed454cc5700506abaf3f5142cce6fc741e423dd2f8349b68 +SIZE (netbox-plugin-extensions-1.0.2.tar.gz) = 14430 diff --git a/net-mgmt/py-netbox-plugin-extensions/pkg-descr b/net-mgmt/py-netbox-plugin-extensions/pkg-descr new file mode 100644 index 000000000000..85319a4f1d82 --- /dev/null +++ b/net-mgmt/py-netbox-plugin-extensions/pkg-descr @@ -0,0 +1,4 @@ +This package contains a collection of plugin extensions for NetBox, including +generic wrappers around NetBox objects. + +WWW: https://github.com/dansheps/netbox-plugin-extensions
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110041729.194HTY7o002936>