Skip to content

Commit 0d63eef

Browse files
committed
New package: python3-fastapi-0.116.1
1 parent 83856e4 commit 0d63eef

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.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

Comments
 (0)