19 lines
666 B
Bash
19 lines
666 B
Bash
# Template file for 'python3-fastapi'
|
|
pkgname=python3-fastapi
|
|
version=0.137.1
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-pdm-backend"
|
|
depends="python3-starlette python3-pydantic python3-typing_extensions python3-annotated_doc python3-typing-inspection"
|
|
short_desc="FastAPI framework (Python)"
|
|
maintainer="Jason Elswick <jason@jasondavid.us>"
|
|
license="MIT"
|
|
homepage="https://github.com/FastAPI/FastAPI"
|
|
distfiles="https://github.com/fastapi/fastapi/archive/refs/tags/${version}.tar.gz"
|
|
checksum=8ea6145e23527eb5d46ce463bca9e3342b04001713d9a2f303f38bc98f14199b
|
|
make_check=no # too many unpackaged dependencies
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|