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:
Alarig Le Lay 2021-09-22 12:32:43 +02:00
parent 263025cf59
commit 19cbff00b3
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
3 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST nornir_napalm-0.1.2.tar.gz 7718 BLAKE2B 1f7ba74720a66dea839bb1bd8bce5bece025e8172be07e3cf861d4e06e667b7e857d68ba0276ab249c2e8d8c3ec1c382b93a34b9bc0bc588a36c87113ca0aa65 SHA512 e6a6eb5c8cea6105bc4c70adc1e018628fcb30b5bc8703ddde471cdf5699afb4cd6bc24168876e7aa4452d645022c6f4dc0975f6ab4f4079a67a7100e9f9ee81

View 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>

View 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=""