dev-python/justbackoff: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-19 20:42:59 +02:00 committed by Andreas Billmeier
parent 1714871c22
commit b4f49b0973
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST justbackoff-0.6.0.tar.gz 2951 BLAKE2B 5d74c3af11555affa89e7dcf9abcc3745f05c86f0ca4a3d20a2886f8ccf7e794ac5698f01c8648fb1b4caef60c0586dd4906de98ba032657208fe2d392f2fdfe SHA512 de48b5167f4a5b5c740ee856aea46aad9a66d4238277eef0d505f6f070369c4bb1a5ecf16526050c859f62f30ff39c64fe54ec0d440c1c5ef1cf9f6caf151ab4
EBUILD justbackoff-0.6.0.ebuild 652 BLAKE2B 60f7a965d57bef2766a1cea9bf0f07d6d58ce143d5e88b45b49f75054647d655b0c7623b18aac0472657d92b5215f8830c72ab4aa5dafd7fabfe81a94b149b4e SHA512 ddbb547a257cdc61829899800ba0bb42e7da10e58ce622c6dc654553e95dda19a65e0612cb24f4b62b77f7f7cc024883a9ba48f4d00f60b21364808089ef325b
EBUILD justbackoff-0.6.0.ebuild 597 BLAKE2B 57a33c9793822d42a2a6a412333f1fe9d8f94e59467fa3857f565a71857bb42c5a81dbe657a49a0090d97c995e2c790732bfc984b47b432d7405d84ff64fe77b SHA512 df6600a6f078bf3983f0ed47626607d7a407717f298500fd2aa3a6a02a7a2f8b136c4bc3171a1e13995a5f183e9709265c3b1564a1033082735bbd85a9e30a83
MISC metadata.xml 529 BLAKE2B 7d31acc9063db7b39e5e62ab52ed94604d98b657d0826d7e5e5adaac0a70fa33edf77a65c9b3c6c5d9c55b799b011554559151b34e780d47857e7eef4f8d1108 SHA512 ccecde5d0b59212636d92a5f2ecfa85e9161042f08bf74d509b53d1aa2acd4da100307fe1aa8274542b8a0b60dffc694b3a2227188cc881b4d29531bb44bf75f

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_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Simple backoff algorithm in Python"
HOMEPAGE="https://github.com/admiralobvious/justbackoff https://pypi.org/project/justbackoff/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -20,7 +19,6 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"