# Template file for 'python3-requests-ratelimiter'
pkgname=python3-requests-ratelimiter
version=0.8.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-pyrate-limiter python3-requests"
checkdepends="python3-pytest python3-requests-mock python3-requests-cache
 python3-typing_extensions $depends"
short_desc="Rate-limiting for the requests library"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="MIT"
homepage="https://github.com/JWCook/requests-ratelimiter"
changelog="https://raw.githubusercontent.com/JWCook/requests-ratelimiter/refs/heads/main/HISTORY.md"
distfiles="${PYPI_SITE}/r/requests-ratelimiter/requests_ratelimiter-${version}.tar.gz"
checksum=8b43c35dbf6fa2bee30b9814411baa44c3e5fe793248ec1ed15c0cb8c8844bfe

post_install() {
	vlicense LICENSE
}
