From nobody Mon Oct 04 17:29:34 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 7E27510FA7D8; Mon, 4 Oct 2021 17:29:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HNSQ704s4z3mqM; Mon, 4 Oct 2021 17:29:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7A79A1CF7A; Mon, 4 Oct 2021 17:29:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 194HTYgm002937; Mon, 4 Oct 2021 17:29:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 194HTY7o002936; Mon, 4 Oct 2021 17:29:34 GMT (envelope-from git) Date: Mon, 4 Oct 2021 17:29:34 GMT Message-Id: <202110041729.194HTY7o002936@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kai Knoblich Subject: git: 3a52ab2dd381 - main - net-mgmt/py-netbox-plugin-extensions: Add new port List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kai X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3a52ab2dd381ec8a557015321567499b48dda3be Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=3a52ab2dd381ec8a557015321567499b48dda3be commit 3a52ab2dd381ec8a557015321567499b48dda3be Author: Kai Knoblich AuthorDate: 2021-10-04 17:02:27 +0000 Commit: Kai Knoblich 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 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