dev-python/nornir_napalm: 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
263025cf59
commit
19cbff00b3
1
dev-python/nornir_napalm/Manifest
Normal file
1
dev-python/nornir_napalm/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST nornir_napalm-0.1.2.tar.gz 7718 BLAKE2B 1f7ba74720a66dea839bb1bd8bce5bece025e8172be07e3cf861d4e06e667b7e857d68ba0276ab249c2e8d8c3ec1c382b93a34b9bc0bc588a36c87113ca0aa65 SHA512 e6a6eb5c8cea6105bc4c70adc1e018628fcb30b5bc8703ddde471cdf5699afb4cd6bc24168876e7aa4452d645022c6f4dc0975f6ab4f4079a67a7100e9f9ee81
|
10
dev-python/nornir_napalm/metadata.xml
Normal file
10
dev-python/nornir_napalm/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>
|
22
dev-python/nornir_napalm/nornir_napalm-0.1.2.ebuild
Normal file
22
dev-python/nornir_napalm/nornir_napalm-0.1.2.ebuild
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# 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="NAPALM's plugins for nornir"
|
||||||
|
HOMEPAGE="https://pypi.org/project/nornir-napalm/"
|
||||||
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="Apache-2.0"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
dev-python/napalm[${PYTHON_USEDEP}]
|
||||||
|
dev-python/nornir[${PYTHON_USEDEP}]
|
||||||
|
"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
BDEPEND=""
|
Loading…
Reference in a new issue