diff --git a/dev-python/nornir_netbox/Manifest b/dev-python/nornir_netbox/Manifest new file mode 100644 index 0000000..6a49467 --- /dev/null +++ b/dev-python/nornir_netbox/Manifest @@ -0,0 +1 @@ +DIST nornir_netbox-0.3.0.tar.gz 8577 BLAKE2B 20cbea83702d436c14f109a77d0a618240a3466aee654ccc5ab71e175cf0515c587427939f3234d7da089ad01704e6a7e885226f65264ce2182ebabea92d0f06 SHA512 edcc79b3338b97b1b442364a9761a53f14574598a9619d38c8606b93fcecbfdb0c8d3b9b56fa353ac2967f270a11443c95c72399cffaa3fc00c38ea6bf86a498 diff --git a/dev-python/nornir_netbox/metadata.xml b/dev-python/nornir_netbox/metadata.xml new file mode 100644 index 0000000..8beee0b --- /dev/null +++ b/dev-python/nornir_netbox/metadata.xml @@ -0,0 +1,10 @@ + + + + + python@gentoo.org + + + django-graphiql-debug-toolbar + + diff --git a/dev-python/nornir_netbox/nornir_netbox-0.3.0.ebuild b/dev-python/nornir_netbox/nornir_netbox-0.3.0.ebuild new file mode 100644 index 0000000..b834fe8 --- /dev/null +++ b/dev-python/nornir_netbox/nornir_netbox-0.3.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) +inherit distutils-r1 + +DESCRIPTION="Pluggable multi-threaded framework with inventory management" +HOMEPAGE="https://pypi.org/project/nornir/ +https://github.com/nornir-automation/nornir" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + >=dev-python/requests-2.23.0[${PYTHON_USEDEP}] + >=dev-python/nornir-3[${PYTHON_USEDEP}] +" +RDEPEND="${DEPEND}" +BDEPEND=""