Skip to content
Open
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.2
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 <jason@jasondavid.us>"
license="MIT"
homepage="https://github.com/FastAPI/FastAPI"
distfiles="https://github.com/fastapi/fastapi/archive/refs/tags/${version}.tar.gz"
checksum=ddeb23ab01ddca6af71bdb6da61c3a1154739667ad442b12b60615ca573c6332
checksum=2d01d72d694d118d9ab32daccbb9e9ba333be6e55d8373ce2325a9f13c1b373c
make_check=no # too many unpackaged dependencies

post_install() {
Expand Down