# Template file for 'python3-starlette'
pkgname=python3-starlette
version=0.52.1
revision=1
build_style=python3-pep517
hostmakedepends="hatchling python3-pluggy"
depends="python3 python3-anyio"
short_desc="Lightweight ASGI framework for building async web services"
maintainer="Emil Miler <em@0x45.cz>"
license="BSD-3-Clause"
homepage="https://github.com/encode/starlette"
distfiles="${PYPI_SITE}/s/starlette/starlette-${version}.tar.gz"
checksum=834edd1b0a23167694292e94f597773bc3f89f362be6effee198165a35d62933
# Many modules needed for testing are not available
make_check=no

post_install() {
	vlicense LICENSE.md
}
