diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2021-10-04 17:02:27 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2021-10-04 17:22:59 +0000 |
commit | 3a52ab2dd381ec8a557015321567499b48dda3be (patch) | |
tree | 31600848b91c582dca0cc077d4c34a63f9ae5b80 | |
parent | 0627700a0bbe12ba86c7c4e636ebb434c2d326a7 (diff) |
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
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/py-netbox-plugin-extensions/Makefile | 18 | ||||
-rw-r--r-- | net-mgmt/py-netbox-plugin-extensions/distinfo | 3 | ||||
-rw-r--r-- | net-mgmt/py-netbox-plugin-extensions/pkg-descr | 4 |
4 files changed, 26 insertions, 0 deletions
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 |