mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-25 13:15:12 +02:00
19 lines
590 B
Bash
19 lines
590 B
Bash
# Template file for 'python3-starlette'
|
|
pkgname=python3-starlette
|
|
version=0.37.2
|
|
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=9af890290133b79fc3db55474ade20f6220a364a0402e0b556e7cd5e1e093823
|
|
# Many modules needed for testing are not available
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|