Alarig Le Lay
fff0c66072
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
28 lines
783 B
Bash
28 lines
783 B
Bash
# 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="Multivendor library to simplify Paramiko SSH connections to netdev"
|
|
HOMEPAGE="https://pypi.org/project/netmiko/ https://github.com/ktbyers/netmiko"
|
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
DEPEND="
|
|
>=dev-python/setuptools-38.4.0[${PYTHON_USEDEP}]
|
|
>=dev-python/paramiko-2.6.0[${PYTHON_USEDEP}]
|
|
>=dev-python/scp-0.13.2[${PYTHON_USEDEP}]
|
|
dev-python/tenacity[${PYTHON_USEDEP}]
|
|
>=dev-python/textfsm-1.1.2[${PYTHON_USEDEP}]
|
|
>=dev-python/ntc-templates-2.0.0[${PYTHON_USEDEP}]
|
|
dev-python/pyserial[${PYTHON_USEDEP}]
|
|
"
|
|
RDEPEND="${DEPEND}"
|
|
BDEPEND=""
|