# Template file for 'python3-limits'
pkgname=python3-limits
version=5.8.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools hatchling hatch-vcs"
depends="python3-deprecated python3-packaging python3-typing_extensions"
short_desc="Rate limiting using various strategies and storage backends"
maintainer="Jason Elswick <jason@jasondavid.us>"
license="MIT"
homepage="https://github.com/alisaifee/limits"
distfiles="${PYPI_SITE}/l/limits/limits-${version}.tar.gz"
checksum=c9e0d74aed837e8f6f50d1fcebcf5fd8130957287206bc3799adaee5092655da
make_check=no # too many unpackaged dependencies

post_install() {
	vlicense LICENSE.txt
}
