17 lines
705 B
Bash
17 lines
705 B
Bash
# Template file for 'python3-tenacity'
|
|
pkgname=python3-tenacity
|
|
version=8.0.1
|
|
revision=1
|
|
wrksrc="${pkgname/python3-/}-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm python3-wheel"
|
|
depends="python3-Sphinx python3-tornado python3-typeguard"
|
|
checkdepends="python3-pytest ${depends}"
|
|
short_desc="General-purpose retrying library for Python"
|
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/jd/tenacity"
|
|
changelog="https://tenacity.readthedocs.io/en/latest/changelog.html"
|
|
distfiles="${PYPI_SITE}/t/tenacity/tenacity-${version}.tar.gz"
|
|
checksum=43242a20e3e73291a28bcbcacfd6e000b02d3857a9a9fff56b297a27afdc932f
|