Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/python3-fastapi/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Template file for 'python3-fastapi'
pkgname=python3-fastapi
version=0.128.0
version=0.128.8
revision=1
build_style=python3-pep517
hostmakedepends="python3-pdm-backend"
depends="python3-starlette python3-pydantic python3-typing_extensions python3-annotated_doc"
depends="python3-starlette python3-pydantic python3-typing_extensions python3-annotated_doc python3-typing-inspection"
short_desc="FastAPI framework (Python)"
maintainer="Jason Elswick <[email protected]>"
license="MIT"
homepage="https://github.com/FastAPI/FastAPI"
distfiles="https://github.com/fastapi/fastapi/archive/refs/tags/${version}.tar.gz"
checksum=ddeb23ab01ddca6af71bdb6da61c3a1154739667ad442b12b60615ca573c6332
checksum=05d010ab3dfba3da447ec29094d3b21d9577d0afff604bf0d8dcbcc2b7ffa4bd
make_check=no # too many unpackaged dependencies

post_install() {
Expand Down