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 83856e4 commit 0d63eefCopy full SHA for 0d63eef
srcpkgs/python3-fastapi/template
@@ -0,0 +1,18 @@
1
+# Template file for 'python3-fastapi'
2
+pkgname=python3-fastapi
3
+version=0.116.1
4
+revision=1
5
+build_style=python3-pep517
6
+hostmakedepends="python3-pdm-backend"
7
+depends="python3-starlette python3-pydantic python3-typing_extensions"
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=18cb7a7745dcd327fea948d09057624d8bb19e95e289776266dc0f901a059fd3
14
+make_check=no # too many unpackaged dependencies
15
+
16
+post_install() {
17
+ vlicense LICENSE
18
+}
0 commit comments