We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4fda5 commit 30680e2Copy full SHA for 30680e2
srcpkgs/python3-fastapi/template
@@ -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