File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ # Template file for 'python3-stamina'
2+ pkgname=python3-stamina
3+ version=25.2.0
4+ revision=1
5+ build_style=python3-pep517
6+ hostmakedepends="python3-setuptools python3-setuptools_scm hatchling hatch-vcs hatch-fancy-pypi-readme"
7+ depends="python3-tenacity"
8+ checkdepends="${depends} python3-pytest python3-anyio python3-dirty-equals"
9+ short_desc="Production-grade retries for Python"
10+ maintainer="Jason Elswick <
[email protected] >"
11+ license="MIT"
12+ homepage="https://github.com/hynek/stamina"
13+ distfiles="${PYPI_SITE}/s/stamina/stamina-${version}.tar.gz"
14+ checksum=fdff938789e8a0c4c496e1ee8a08ee3c7c3351239f235b53e60d4f5964d07e19
15+ make_check=no # requires pytest-9.0 which not updated in void yet
16+
17+ post_install() {
18+ vlicense LICENSE
19+ }
You can’t perform that action at this time.
0 commit comments