dev-python/nornir_netbox: New package
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
This commit is contained in:
parent
4a6179f1c6
commit
c944b520f5
1
dev-python/nornir_netbox/Manifest
Normal file
1
dev-python/nornir_netbox/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST nornir_netbox-0.3.0.tar.gz 8577 BLAKE2B 20cbea83702d436c14f109a77d0a618240a3466aee654ccc5ab71e175cf0515c587427939f3234d7da089ad01704e6a7e885226f65264ce2182ebabea92d0f06 SHA512 edcc79b3338b97b1b442364a9761a53f14574598a9619d38c8606b93fcecbfdb0c8d3b9b56fa353ac2967f270a11443c95c72399cffaa3fc00c38ea6bf86a498
|
10
dev-python/nornir_netbox/metadata.xml
Normal file
10
dev-python/nornir_netbox/metadata.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">django-graphiql-debug-toolbar</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
23
dev-python/nornir_netbox/nornir_netbox-0.3.0.ebuild
Normal file
23
dev-python/nornir_netbox/nornir_netbox-0.3.0.ebuild
Normal file
|
@ -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=""
|
Loading…
Reference in a new issue