From 5a2e5874dd0c1c546e90d07dc4277ef7d8803e24 Mon Sep 17 00:00:00 2001 From: Pulux Date: Thu, 10 Nov 2022 20:36:42 +0100 Subject: [PATCH] New package: python3-uvicorn-0.19.0 --- srcpkgs/python3-uvicorn/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-uvicorn/template diff --git a/srcpkgs/python3-uvicorn/template b/srcpkgs/python3-uvicorn/template new file mode 100644 index 000000000000..761517fa7b67 --- /dev/null +++ b/srcpkgs/python3-uvicorn/template @@ -0,0 +1,20 @@ +# Template file for 'python3-uvicorn' +pkgname=python3-uvicorn +version=0.19.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="hatch" +depends="python3-asgiref python3-uvloop python3-click python3-h11" +short_desc="ASGI web server" +maintainer="Pulux " +license="BSD-3-Clause" +homepage="https://www.uvicorn.org/" +changelog="https://github.com/encode/uvicorn/blob/master/CHANGELOG.md" +distfiles="https://github.com/encode/uvicorn/archive/refs/tags/${version}.tar.gz" +checksum=8f46d54394ad97fcc5dda862c4e0925b1bc3d6a36abe5c2e822f81d80fdc793b +# Tests not supported +make_check=no + +post_install() { + vlicense LICENSE.md +}