dev-python/ciscoconfparse: Version bump
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
eee2952afc
commit
69da9bab39
|
@ -1 +1,2 @@
|
||||||
DIST ciscoconfparse-1.5.19.tar.gz 139158 BLAKE2B f7f6ba384c0b974e21c00cf582f0027abd54731082e1f81fa2afaaa39019786497001dcf921c30518bc33b58e81e3ca5491e0387c6f5d2f6d8b72938f3b26ff3 SHA512 07bacad512ec79abe5a4af17bd6d19d6fa3f511ada6fe11a75f2f556eadf82533e9605db05dcd7a54d6a8e2635e7b6939282f6c9f6216186316c73f3f41e20e2
|
DIST ciscoconfparse-1.5.19.tar.gz 139158 BLAKE2B f7f6ba384c0b974e21c00cf582f0027abd54731082e1f81fa2afaaa39019786497001dcf921c30518bc33b58e81e3ca5491e0387c6f5d2f6d8b72938f3b26ff3 SHA512 07bacad512ec79abe5a4af17bd6d19d6fa3f511ada6fe11a75f2f556eadf82533e9605db05dcd7a54d6a8e2635e7b6939282f6c9f6216186316c73f3f41e20e2
|
||||||
|
DIST ciscoconfparse-1.5.46.tar.gz 140887 BLAKE2B dd4816fd34ec7dd0062934fd2f700bbc8ca37f18110cf80385c5f94b5c111ecb93088e60a5d64fbfa17296e09d57f67145c515bcc1569a0534306f81076fbf86 SHA512 7c83d2c61870d142798227c34040645cab0ed539020a0a2141a312916c728b8976460dd9dd37a02dd762576582b67b17d93658dd2ef95d8104377ba9ee1f0c93
|
||||||
|
|
25
dev-python/ciscoconfparse/ciscoconfparse-1.5.46.ebuild
Normal file
25
dev-python/ciscoconfparse/ciscoconfparse-1.5.46.ebuild
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Copyright 2020-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="Parse, audit, query, build, and modify Cisco IOS-style configurations"
|
||||||
|
HOMEPAGE="http://www.pennington.net/py/ciscoconfparse/
|
||||||
|
https://github.com/mpenning/ciscoconfparse"
|
||||||
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
dev-python/colorama
|
||||||
|
dev-python/passlib
|
||||||
|
dev-python/dnspython
|
||||||
|
"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
BDEPEND=""
|
Loading…
Reference in a new issue