void-packages/srcpkgs/python3-starlette/template

20 lines
590 B
Bash

# Template file for 'python3-starlette'
pkgname=python3-starlette
version=0.38.5
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3"
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=04a92830a9b6eb1442c766199d62260c3d4dc9c4f9188360626b1e0273cb7077
# Many modules needed for testing are not available
make_check=no
post_install() {
vlicense LICENSE.md
}