textfsm: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-06-11 09:06:22 +02:00
committed by onkelbeh
parent 49a31bea67
commit 979c329767
5 changed files with 16 additions and 62 deletions
+2 -4
View File
@@ -1,5 +1,3 @@
DIST textfsm-1.1.2.tar.gz 54858 BLAKE2B 9da58cd47060d9b981d7bfc390a4e8c223858a1a9346804da547df2f8720dd5a784e3feb0e7ff13b9a729dff32bc6d125c75a4b4c159193251d956fbc9dbb36f SHA512 d7eec3a7441785e5e893c641c1bac5b82ed10e9953703d794ef1d6028ae67419e3bbcb4c6dd98a49c443736754c191f37ade9baf8e7f057d873a42395b0c7b9d
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
EBUILD textfsm-1.1.3.ebuild 622 BLAKE2B 48189b214ee9860ba557d227434df3515a6bc4d609fd7c63ece472dfbd41f6b7fb9ff6e74dcd99814782c2a9d4c38d45dd53699a3cd7fde0d19842f63a3eb09d SHA512 fd8254dfc3290355000e381e2f2ad9533527c3b6c8a8801970d2de3eb332787234c73e48c26229bc6bcbbf0ae8c9a845cdbc35bf111adae8cb9333b0a93a17ec
MISC metadata.xml 510 BLAKE2B 60c89df4cd71d07b5124464895a6b894adfc0c84d7702b6a1b62bbf33b41067717531255cbf54cc1ae667482d7e1672ea596a4d41f8cf028ba6c3452b7127ae6 SHA512 710eb36b062bd295c2b42ffa266a989a667c0a80fbc28ecf9212167ac9994e384c9012c7265400a94fac60f25d9ac56b2f1b252a8ee184b78e4f556a8300bff4
+1
View File
@@ -7,6 +7,7 @@
</maintainer>
<upstream>
<remote-id type="pypi">textfsm</remote-id>
<remote-id type="github">google/textfsm</remote-id>
<maintainer status="unknown">
<email>textfsm-dev@googlegroups.com</email>
<name>Google</name>
-36
View File
@@ -1,36 +0,0 @@
# 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
+5 -14
View File
@@ -1,15 +1,14 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
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"
@@ -19,18 +18,10 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/future[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
RDEPEND="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