void-packages/srcpkgs/python3-uvicorn/template
2024-06-12 01:21:21 +00:00

18 lines
582 B
Bash

# Template file for 'python3-uvicorn'
pkgname=python3-uvicorn
version=0.30.1
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://www.uvicorn.org/"
changelog="https://github.com/encode/uvicorn/blob/master/CHANGELOG.md"
distfiles="${PYPI_SITE}/u/uvicorn/uvicorn-${version}.tar.gz"
checksum=d46cd8e0fd80240baffbcd9ec1012a712938754afcf81bce56c024c1656aece8
post_install() {
vlicense LICENSE.md
}