rm juonos-eznc

This commit is contained in:
Andreas Billmeier 2021-06-14 11:47:41 +02:00 committed by Andreas Billmeier
parent 9b1b6b5c46
commit 66e38c3a9b
4 changed files with 0 additions and 104 deletions

View File

@ -1,5 +0,0 @@
DIST junos-eznc-2.5.3.tar.gz 154305 BLAKE2B 9e15c62714597fe30884a2da66f51a2b7370b2d2641f8b213eaf98d45fd2a6eb7cb2d47bb44e3c343fd46afe1e57e6c6c015917a59d23fbdf7c1d39f2f13d52d SHA512 889fad532fdaa744d7c9090ec4bb544a5fc7d3665684c98ae2fe6f12b626acef52e479b3b6677a867605798bc5956f955276f702698c9c4d56772682d468d9cb
DIST junos-eznc-2.6.1.tar.gz 155435 BLAKE2B 3293d4bc2ad0a0f03255f4f507c8d440fab3a807d5196e527b9416c29411e26e8b3221792db820da04d286e6f259b4c4ba6b91502c0342aabfb1d18ff546ba7c SHA512 88f3ca221769ca1ca9fedc28c76f6e095ad0f290acdef4f1834716b9402a94027ef2353a104e62ff74af4175964cddedf96c1edc5d618f8c9ecd5418d2a74523
EBUILD junos-eznc-2.5.3.ebuild 1206 BLAKE2B a09bb41e11e1ecbf06ccafd1415be3f33f8c6efe5e3c346d4a18b610abafeb54e6ca24799c5a4de03b678e20e4137f59e5536a111a0a886d03eb85d9564c60ec SHA512 9b6024f3d6e5fdc62714757857c54ce3b61c26d6260e02cfe0bb07e2f28c2e89d5d19d1af0e651c9df6219805ab517d9a0899ee93fabde3b436fd214c38c5a30
EBUILD junos-eznc-2.6.1.ebuild 1221 BLAKE2B 01ab414be2734532c4c4bac8913038d65f1a4180216bdcf3491e0c908db5485e8671b6c851636a6fd18bbed320972eb9808e810c966defb39f05910d72a7fe6a SHA512 d88c387b507045912d711443194a01e735c1257aa4134a02a47c3d223c34ea19a9f96696cf03221f93598cfdd3087f443ec433d689ce17f1d53bef25603573dc
MISC metadata.xml 511 BLAKE2B 1d599970a3d1ec9073b3e74c1c43662512f934879dd517a47df54d8cd8f695701ee514c30eb76a83f396fb7d2f11c9f7846ef7c81f5a7e4dafa0b6ba9641d61f SHA512 896fb5d1b364bfc899ed0886a5564ad98beed2be6a6b3e1994a6af6025237879fc042a722c4ef3ae3125903dfd4b1eeefb9bc45f64040ac29b09d35c4b110623

View File

@ -1,41 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="Junos 'EZ' automation for non-programmers"
HOMEPAGE="http://www.github.com/Juniper/py-junos-eznc https://pypi.org/project/junos-eznc/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/lxml-3.2.4[${PYTHON_USEDEP}]
>=dev-python/ncclient-0.6.3[${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}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -1,43 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Junos 'EZ' automation for non-programmers"
HOMEPAGE="http://www.github.com/Juniper/py-junos-eznc https://pypi.org/project/junos-eznc/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache 2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
#DOCS="README.md"
RDEPEND=">=dev-python/lxml-3.2.4[${PYTHON_USEDEP}]
>=dev-python/ncclient-0.6.3[${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}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">junos-eznc</remote-id>
<maintainer status="unknown">
<email>jnpr-community-netdev@juniper.net</email>
<name>Jeremy Schulman, Nitin Kumar, Rick Sherman, Stacy Smith</name>
</maintainer>
</upstream>
</pkgmetadata>