dev-python/napalm-dellos6: New package

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
This commit is contained in:
Alarig Le Lay 2021-12-02 16:38:37 +01:00 committed by Your Name
parent 300780cfd5
commit d84087374f
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>alarig@swordarmor.fr</email>
</maintainer>
</pkgmetadata>

View File

@ -0,0 +1,21 @@
# 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 git-r3
DESCRIPTION="NAPALM Driver for Dell EMC OS6 Enterprise"
HOMEPAGE="https://github.com/ggiesen/napalm-dellos6"
EGIT_REPO_URI="https://github.com/ggiesen/napalm-dellos6.git"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="
>=dev-python/napalm-2.0.0[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}"
BDEPEND=""