update textfsm-1.1.3

This commit is contained in:
Andreas Billmeier 2022-08-15 07:49:34 +02:00 committed by Andreas Billmeier
parent d0f62d8920
commit cc229c730b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 40 additions and 36 deletions

View File

@ -1,5 +1,5 @@
DIST textfsm-1.1.1.tar.gz 51340 BLAKE2B 79653e5a8a06c7978c57a2a1ffb9e21bdc215ca42d4a812cfd31fed869c39568ffa763d71a26f54846eac3d79213606eb7f73ae7aec445ef7d29b101b61106f3 SHA512 c3ae2a290754ec7dae4257bfd23aaa562180aaf47157df3c7250b1b6ec8eeeb1f39eabdaf0ab732a8c63fce365760ada5da1c10bd42d7bdce7b5426ccd9a42e5
DIST textfsm-1.1.2.tar.gz 54858 BLAKE2B 9da58cd47060d9b981d7bfc390a4e8c223858a1a9346804da547df2f8720dd5a784e3feb0e7ff13b9a729dff32bc6d125c75a4b4c159193251d956fbc9dbb36f SHA512 d7eec3a7441785e5e893c641c1bac5b82ed10e9953703d794ef1d6028ae67419e3bbcb4c6dd98a49c443736754c191f37ade9baf8e7f057d873a42395b0c7b9d
EBUILD textfsm-1.1.1-r1.ebuild 897 BLAKE2B 0a4fc35314dc8ea297013ab371b800d171e3754dcbb327c842cfb68f02a047bc05bb0ec90475fa156593751e43a6bfbdc44c78785c2d18ce511ea1dd48367c8e SHA512 80aaa2aae30bebdbbeccddf0e0bef72f54e432bf0cfd86b24098734ef48ab11f674587b2513bb7c37131139017ebc9f3a284e916d9181b8d118e27cf97d24b77
EBUILD textfsm-1.1.2.ebuild 819 BLAKE2B 91197b3535dab1cb7c7784520821d7f66304f87e1bd1506b570d054fc80f69f3dcc5c35200c8500f9dafdcde423ca2046ef7add19f93620c1659eba4a4d4e570 SHA512 7f5e06ca60ff2a40ff14b1273c3dded2a574f40f56323f3c8b5501b954001f16949c1a53a6741e0ddebb1aa938714bd5e11d8a7a3e37638feabd53d65d58a475
DIST textfsm-1.1.3.tar.gz 55454 BLAKE2B 82c8de29462efc0f2e5eac3be5a561ac714910853fd541aa1df7136abc956b368360cb9a1f08390a580c723d19c20d0ebc30253c5a8ced5566075c0f537f5877 SHA512 4368faddcc23dc204e1d3835058fe67901fd5e7c18475f638fb4099ce83021828df84c8542d473bc682b1dc9ee6bb281b001c3f02ac05267ca8cefdda971f4a7
EBUILD textfsm-1.1.2.ebuild 819 BLAKE2B 94aa0680497c17878832eb955c3c56fab80296f34441344c8cc42ac11532b3dd4b555b981f92014ee7cc68fe8daf3dd261980fb590f6f183f90b8b6aa5b5fa1e SHA512 2dd5806ef052404757e7b8e9eb431b5646c6236cab8285da3926eca8dc0efbc49a3dde3f25d5ce053dad6849854f88b9763d65bc46540a407029fcf11a9f8fc6
EBUILD textfsm-1.1.3.ebuild 819 BLAKE2B 94aa0680497c17878832eb955c3c56fab80296f34441344c8cc42ac11532b3dd4b555b981f92014ee7cc68fe8daf3dd261980fb590f6f183f90b8b6aa5b5fa1e SHA512 2dd5806ef052404757e7b8e9eb431b5646c6236cab8285da3926eca8dc0efbc49a3dde3f25d5ce053dad6849854f88b9763d65bc46540a407029fcf11a9f8fc6
MISC metadata.xml 454 BLAKE2B 9ed1ff6c86e6987ffac06a442fa2ad015360bb29a2ffd0b4c66120a9bef7c438f0b71dc7a79b46916049a19186123cbf88a7324332206f6b2fb15a49f63eb4d8 SHA512 237e9c0a3bf505ce54f15a9b89b65177534264c8bc9f0e5e51097ae3e73f426a847ef05b1cde7ad5571d4331c1c7fa8e150b95ff372aec21f3bab1014bf24140

View File

@ -1,32 +0,0 @@
# Copyright 1999-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="Python module for parsing semi-structured text into python tables."
HOMEPAGE="https://github.com/google/textfsm/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="examples"
BDEPEND="dev-python/pip[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/pytest-runner[${PYTHON_USEDEP}]"
RDEPEND="dev-python/six[${PYTHON_USEDEP}]
dev-python/future[${PYTHON_USEDEP}]"
python_install_all() {
distutils-r1_python_install_all
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
}

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1

View File

@ -0,0 +1,36 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Python module for parsing semi-structured text into python tables."
HOMEPAGE="https://github.com/google/textfsm https://pypi.org/project/textfsm/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/future[${PYTHON_USEDEP}]
dev-python/six[${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
}
distutils_enable_tests pytest