Skip to content

Commit 99e8ae3

Browse files
committed
New package: python3-stamina-25.1.0
1 parent 4f97028 commit 99e8ae3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

srcpkgs/python3-stamina/template

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Template file for 'python3-stamina'
2+
pkgname=python3-stamina
3+
version=25.1.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=ad674809796ae40512b3b6296cfade826efd63863ff2ca2f59f806342e91e94a
15+
16+
post_install() {
17+
vlicense LICENSE
18+
}

0 commit comments

Comments
 (0)