dev-python/tenacity: keyword 8.0.1-r1 for arm, arm64

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 23:13:15 +01:00 committed by Andreas Billmeier
parent 0a6d1cc436
commit 47f0ef3455
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST tenacity-8.0.1.tar.gz 37492 BLAKE2B 10438b3877862baa88d164837b201773c287e7ce11b6213c677c227cbddda02434b423c0f331746495e68ab130ff9a9c720cccd2def3efa8ca6df8eef441eee9 SHA512 b5a615306e25c93d2734d408cc73f4db5361d92b713c1e7bbb57cd7bf635f82c5ccffafe9c0a6bc0da4057d11c92012d2337a5e4f15465bf4e6839d1fa97b877
EBUILD tenacity-8.0.1-r1.ebuild 813 BLAKE2B 33fd1af09cb84c1b925220faefe190624d49ee9d1cc7fc319adaab4d54b9e7efeeff76e8cceac4c7522c105e78d0098e0b84b957a0405cbde72a3f8bf6fd766e SHA512 279d5a19fd444ca1a75699164f10791b0c1fcb6aed819d3d3ac327b7041a99c99b36cc482f52d578b32702d5324a99700131a9f85968b78ed3e46a5b0b9eb510
EBUILD tenacity-8.0.1-r1.ebuild 761 BLAKE2B 2f4ca2825269e8ab715d899cb64054ed733ef871a1670b7bc81b097f3122aa30d3a41d4fac485f655419953bea07d890fda0e6ca3e57ff1a7e4f7c153cd1a9c5 SHA512 15c62afd7de798a0ed2a1d1a8764d4cd638829da9b4168c052e1a7df123f29236c6657faeba4e2fd7caaa0b14e79d04baf80933d84202d347a41a7868e464654
MISC metadata.xml 505 BLAKE2B d73ff99954c2b8f2f318e26629fa0da8a512511e513d4b1f187e3668d9f7bac6a17875afa6c2a95cbaefea75fd26194b02cbef97350d4e56323f952766a0d048 SHA512 30ffa4152bd12273621e4bbe0e606ef5cd99a4353bf68cd5ad19798b003f86e9b19fd0f69e658e3da603185d5d3015ba6545ca92e33a57493416a55046b413c5

View File

@ -1,23 +1,20 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="General-purpose retrying library"
HOMEPAGE="
https://github.com/jd/tenacity/
https://pypi.org/project/tenacity/
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~riscv x86"
KEYWORDS="amd64 arm arm64 x86"
BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]