We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f97028 commit 99e8ae3Copy full SHA for 99e8ae3
srcpkgs/python3-stamina/template
@@ -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