# Template file for 'python3-starlette'
pkgname=python3-starlette
version=1.6.0
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=d4e3ac5e546444960c710297a3c9fc3f7ebae1b7e963f3d36173b49da535be9b
# Many modules needed for testing are not available
make_check=no

post_install() {
	vlicense LICENSE.md
}
