diff --git a/dev-python/ciscoconfparse/Manifest b/dev-python/ciscoconfparse/Manifest index 5950eb3..a43b8b9 100644 --- a/dev-python/ciscoconfparse/Manifest +++ b/dev-python/ciscoconfparse/Manifest @@ -1,2 +1,3 @@ DIST ciscoconfparse-1.5.19.tar.gz 139158 BLAKE2B f7f6ba384c0b974e21c00cf582f0027abd54731082e1f81fa2afaaa39019786497001dcf921c30518bc33b58e81e3ca5491e0387c6f5d2f6d8b72938f3b26ff3 SHA512 07bacad512ec79abe5a4af17bd6d19d6fa3f511ada6fe11a75f2f556eadf82533e9605db05dcd7a54d6a8e2635e7b6939282f6c9f6216186316c73f3f41e20e2 +DIST ciscoconfparse-1.5.30.tar.gz 140759 BLAKE2B 29f27c5d4fb4d0d398aaf651b84f883ad33119c9f207378b4dd68dbc2807d3eebf33ee8ad971a6ec3d4d4979d3b456f44a54994561b089c7bdc12c62d4694e35 SHA512 cc31e97f00fbfec0b2c54fc74e1907db9a6e9c38248a0e5c00338871e5f816a438db5f611baa80bda499f2edd072c62968a8b816f51a8f7ccf505a17be458144 DIST ciscoconfparse-1.5.46.tar.gz 140887 BLAKE2B dd4816fd34ec7dd0062934fd2f700bbc8ca37f18110cf80385c5f94b5c111ecb93088e60a5d64fbfa17296e09d57f67145c515bcc1569a0534306f81076fbf86 SHA512 7c83d2c61870d142798227c34040645cab0ed539020a0a2141a312916c728b8976460dd9dd37a02dd762576582b67b17d93658dd2ef95d8104377ba9ee1f0c93 diff --git a/dev-python/ciscoconfparse/ciscoconfparse-1.5.30.ebuild b/dev-python/ciscoconfparse/ciscoconfparse-1.5.30.ebuild new file mode 100644 index 0000000..e239e7a --- /dev/null +++ b/dev-python/ciscoconfparse/ciscoconfparse-1.5.30.ebuild @@ -0,0 +1,26 @@ +# Copyright 2020-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="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[${PYTHON_USEDEP}] + dev-python/dnspython[${PYTHON_USEDEP}] + dev-python/loguru[${PYTHON_USEDEP}] + dev-python/passlib[${PYTHON_USEDEP}] +" +RDEPEND="${DEPEND}" +BDEPEND="" diff --git a/dev-python/ciscoconfparse/ciscoconfparse-1.5.46.ebuild b/dev-python/ciscoconfparse/ciscoconfparse-1.5.46.ebuild index bc841ba..e239e7a 100644 --- a/dev-python/ciscoconfparse/ciscoconfparse-1.5.46.ebuild +++ b/dev-python/ciscoconfparse/ciscoconfparse-1.5.46.ebuild @@ -1,7 +1,7 @@ # Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1