dev-python/ciscoconfparse: treeclean
This commit is contained in:
parent
3ba373be65
commit
53f9f30b1b
|
@ -1,2 +0,0 @@
|
|||
DIST ciscoconfparse-1.5.30.tar.gz 140759 BLAKE2B 29f27c5d4fb4d0d398aaf651b84f883ad33119c9f207378b4dd68dbc2807d3eebf33ee8ad971a6ec3d4d4979d3b456f44a54994561b089c7bdc12c62d4694e35 SHA512 cc31e97f00fbfec0b2c54fc74e1907db9a6e9c38248a0e5c00338871e5f816a438db5f611baa80bda499f2edd072c62968a8b816f51a8f7ccf505a17be458144
|
||||
DIST ciscoconfparse-1.6.10.tar.gz 110215 BLAKE2B a4685d4a255cebfa4714719449febc22327f2156d63d0226c9035fadea3941a858ec2bc4304f80689abe32800a1d057bee554ea8f76ad91e96672b17dc61097f SHA512 ebb671578df0a6df583def6430c3729478fbb53a1eb96feff31de1ff6317eaab858fbc9eeca9cee61ceeda90503c993989ff0fab7f86f50d84ed9c9ef62cfa60
|
|
@ -1,26 +0,0 @@
|
|||
# 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=""
|
|
@ -1,30 +0,0 @@
|
|||
# Copyright 2020-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=no
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
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/dnspython-2.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/ipaddr-2.1.11[${PYTHON_USEDEP}]
|
||||
>=dev-python/loguru-0.5.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/passlib-1.7.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/toml-0.10.2[${PYTHON_USEDEP}]
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
distutils_enable_tests pytest
|
|
@ -1,8 +0,0 @@
|
|||
<?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>
|
||||
<name>Alarig Le Lay</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
Loading…
Reference in a new issue