From e09ab1144eb40d3663c93e37a935c1e8506964f1 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Tue, 1 Dec 2020 12:20:56 +0100 Subject: [PATCH] dev-python/pynetbox: New package Dependency for nbcli Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Alarig Le Lay + + + + alarig@swordarmor.fr + Alarig Le Lay + + diff --git a/dev-python/pynetbox/pynetbox-5.1.0.ebuild b/dev-python/pynetbox/pynetbox-5.1.0.ebuild new file mode 100644 index 0000000..aecc1e6 --- /dev/null +++ b/dev-python/pynetbox/pynetbox-5.1.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7} ) +inherit distutils-r1 + +DESCRIPTION="Python API client library for NetBox" +HOMEPAGE="https://github.com/digitalocean/pynetbox" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DEPEND=" +>=dev-python/requests-2.20.0 +