Skip to content

Commit 30680e2

Browse files
committed
New package: python3-fastapi-0.128.0
1 parent ea4fda5 commit 30680e2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

srcpkgs/python3-fastapi/template

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Template file for 'python3-fastapi'
2+
pkgname=python3-fastapi
3+
version=0.128.0
4+
revision=1
5+
build_style=python3-pep517
6+
hostmakedepends="python3-pdm-backend"
7+
depends="python3-starlette python3-pydantic python3-typing_extensions python3-annotated_doc"
8+
short_desc="FastAPI framework (Python)"
9+
maintainer="Jason Elswick <[email protected]>"
10+
license="MIT"
11+
homepage="https://github.com/FastAPI/FastAPI"
12+
distfiles="https://github.com/fastapi/fastapi/archive/refs/tags/${version}.tar.gz"
13+
checksum=ddeb23ab01ddca6af71bdb6da61c3a1154739667ad442b12b60615ca573c6332
14+
make_check=no # too many unpackaged dependencies
15+
16+
post_install() {
17+
vlicense LICENSE
18+
}

0 commit comments

Comments
 (0)