New package: python3-tenacity-8.0.1
This commit is contained in:
parent
c1394899c7
commit
3fc50da381
1 changed files with 16 additions and 0 deletions
16
srcpkgs/python3-tenacity/template
Normal file
16
srcpkgs/python3-tenacity/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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
|
Loading…
Reference in a new issue