dev-python/backoff: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-06-10 15:15:10 +02:00
committed by onkelbeh
parent b874499340
commit 3b3b930896
2 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
DIST backoff-1.11.1.tar.gz 14883 BLAKE2B 0ca466aa746789677763856948d96f04259195b143ea54c96dd808b3f71469f0b6fbaf63cafcaef82daa48017667ed559c01af859fdd779b79701ce48260a3d2 SHA512 c497b9d25015283c612bae25c50ad67e7de92187d17d00db4e4913f9ffa887e71269ebb51b558a87c3d70f7cc2217f5dbe854299b48111f8129c014b1aa1cac1
EBUILD backoff-1.11.1.ebuild 697 BLAKE2B ce50df72e60ea1c0c47fa5b9175c88c7fdb1f29782e0d45fdfe2002c0bf964ce8583d1f147ba9a69a00c30a08e8707eb0354bba76b231bd5d25654a88bbe226e SHA512 daf81d8535b6f8d46a1743b1e1039c7fae65df4d9d0db9ec967f794f05d45c7f4f38d73026aebf662aed441327af208ffc83d170f8f3dc595c33d3021540a6df
EBUILD backoff-1.11.1.ebuild 641 BLAKE2B 711fd171aeb6056f046ecf105b3eb45ea05bae2364838245cd05707c8fc24696b9d57f16bdd085e00fdb1e10c90349b3bf53724c6732b34fa52fcaf5575b58ba SHA512 f10fd907099a2d17cd9455489ad94c7274b605b6d5f8e2d45fdb6fef0088c0dc39cdaafe100449fb1e15fe5d0f97933503aca7c8a466f5223989ef7afdbe7f2c
MISC metadata.xml 500 BLAKE2B fa4eb7a0e57f3b3565a36d2284f6a150e01eb24c79414a57ab0318a32233deb27b488533aac8acf6fff081195f18e16511f0d198c0da794c3a604a5131e79015 SHA512 9128091c3b23b93f3097939402f7a23c9f3deb1facb84a21d5c87d3b9bc6bdc28dbc739331db1cf8322a8f0b40e363e390cb8d7180561ddb703f6b42b5ed2c84
+4 -7
View File
@@ -1,15 +1,13 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Function decoration for backoff and retry"
HOMEPAGE="https://github.com/litl/backoff https://pypi.org/project/backoff/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@@ -20,7 +18,6 @@ RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]