# Template file for 'python3-uvicorn'
pkgname=python3-uvicorn
version=0.51.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-asgiref python3-uvloop python3-click python3-h11"
short_desc="ASGI web server"
maintainer="Emil Miler <em@0x45.cz>"
license="BSD-3-Clause"
homepage="https://uvicorn.dev/"
changelog="https://raw.githubusercontent.com/Kludex/uvicorn/refs/heads/main/docs/release-notes.md"
distfiles="${PYPI_SITE}/u/uvicorn/uvicorn-${version}.tar.gz"
checksum=f6f4b69b657c312f516dd2d268ab9ae6f254b11e4bac504f37b2ab58b24dd0b0

post_install() {
	vlicense LICENSE.md
}
