dev-python/junos-eznc: 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
dc2319a29e
commit
eee2952afc
1
dev-python/junos-eznc/Manifest
Normal file
1
dev-python/junos-eznc/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST junos-eznc-2.6.2.tar.gz 155561 BLAKE2B e42c79262f212c59e64910259fff7c0f543616a11e5d68a0905f6fe66494405ade56484c90c54b859de1b92a22b0607eb487ab2dbb8061e13c0aceb7c7b2abaa SHA512 397decdebf2063642c45c285779ec4a99f535ba91fe524292c48184c8c28580add2c57fb130d02c80298cd920c46c99f630e8a50b592fa7efea07c5d00798976
|
33
dev-python/junos-eznc/junos-eznc-2.6.2.ebuild
Normal file
33
dev-python/junos-eznc/junos-eznc-2.6.2.ebuild
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# 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="Junos 'EZ' automation for non-programmers"
|
||||||
|
HOMEPAGE="https://pypi.org/project/junos-eznc/
|
||||||
|
http://www.github.com/Juniper/py-junos-eznc"
|
||||||
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="Apache-2.0"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
>=dev-python/lxml-3.2.4[${PYTHON_USEDEP}]
|
||||||
|
~dev-python/ncclient-0.6.9[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/paramiko-1.15.2[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/scp-0.7.0[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/jinja-2.7.1[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
|
||||||
|
dev-python/netaddr[${PYTHON_USEDEP}]
|
||||||
|
dev-python/six[${PYTHON_USEDEP}]
|
||||||
|
dev-python/pyserial[${PYTHON_USEDEP}]
|
||||||
|
dev-python/yamlordereddictloader[${PYTHON_USEDEP}]
|
||||||
|
dev-python/pyparsing[${PYTHON_USEDEP}]
|
||||||
|
dev-python/transitions[${PYTHON_USEDEP}]
|
||||||
|
"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
BDEPEND=""
|
10
dev-python/junos-eznc/metadata.xml
Normal file
10
dev-python/junos-eznc/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>
|
Loading…
Reference in a new issue