mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
dev-python/retrying: Bump to 1.4.2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST retrying-1.4.0.gh.tar.gz 12224 BLAKE2B 796f6792eb581b2b426dcbdff57738e32340b12b962e24e362bd7d094063fd9dc9ad55428a476f3d12126660c506c5595a50d690a55ff06dbb100bd2b257ace0 SHA512 8b018c3f253835de40d568410f8c7ae14813bd1616cf8ad3b1d8b47b34359fc9c669958f60c94af3d32961a1369888c531f588a05d0b8af519b357c5ec954c4a
|
||||
DIST retrying-1.4.1.gh.tar.gz 13850 BLAKE2B a87b8faa492957e6ad05ee52646021e9a78f0ffd69191b2c3fdc609c74813810b08092e5c62e6ea82cabcc4b0f9ed2cd5b385a2fd1821dfdaec1a4fe7602c6f6 SHA512 a4c8402c06372775571aa604412f3a242f5a35d8aa1574c2faa8c03badb124ecd26d2be65ed0c8220b108f7c7c070dbca3965726a5a26e5b3135688fc073f58b
|
||||
DIST retrying-1.4.2.gh.tar.gz 13838 BLAKE2B 59d7fb2c0c70feea54b41c9f195bc2790b9911c0c36eb5e688914439a53a537bed802c6bd761aa78d8787fafd39554c7f3f9383597011c242620b5dc7762b9b6 SHA512 295adb6aabbdac0e9a97b3b5d1dbfe75c45eac45ce898c3caf1160bbe836fa2556f9d3eb29256870abf44bfb635393138f7f90042d093ad403c5daa9317d662b
|
||||
|
||||
27
dev-python/retrying/retrying-1.4.2.ebuild
Normal file
27
dev-python/retrying/retrying-1.4.2.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="General-purpose retrying library"
|
||||
HOMEPAGE="
|
||||
https://github.com/groodt/retrying/
|
||||
https://pypi.org/project/retrying/
|
||||
"
|
||||
SRC_URI="
|
||||
https://github.com/groodt/retrying/archive/v${PV}.tar.gz
|
||||
-> ${P}.gh.tar.gz
|
||||
"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
|
||||
|
||||
# this package is very flaky
|
||||
EPYTEST_RERUNS=10
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user