dev-python/reretry - 0.11.8 (science)

Search

Package Information

Description:
An easy-to-use but functional retry decorator in python
Homepage:
https://github.com/leshchenko1979/reretry
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.11.8 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..13} )
DISTUTILS_USE_PEP517=setuptools

inherit distutils-r1

DESCRIPTION="An easy-to-use but functional retry decorator in python"
HOMEPAGE="https://github.com/leshchenko1979/reretry"
SRC_URI="https://github.com/leshchenko1979/reretry/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"

BDEPEND="
	test? (
		dev-python/pytest-asyncio[${PYTHON_USEDEP}]
	)
"

distutils_enable_tests pytest

Dependencies

BDEPEND

	test? (
		dev-python/pytest-asyncio[${PYTHON_USEDEP}]
	)

Manifest for 0.11.8

Type File Size Source URLs
DIST reretry-0.11.8.gh.tar.gz 6629 bytes https://github.com/leshchenko1979/reretry/archive/refs/tags/0.11.8.tar.gz