Skip to content

Commit a48cbbd

Browse files
committed
New package: python3-stamina-25.2.0
1 parent b5f5c7c commit a48cbbd

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

srcpkgs/python3-stamina/template

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
}

0 commit comments

Comments
 (0)