mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-21 16:47:00 +02:00
New package: python3-uvicorn-0.24.0
This commit is contained in:
parent
f41cce8524
commit
f1e358472d
1 changed files with 18 additions and 0 deletions
18
srcpkgs/python3-uvicorn/template
Normal file
18
srcpkgs/python3-uvicorn/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'python3-uvicorn'
|
||||
pkgname=python3-uvicorn
|
||||
version=0.24.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="hatchling"
|
||||
depends="python3-asgiref python3-uvloop python3-click python3-h11"
|
||||
short_desc="ASGI web server"
|
||||
maintainer="Emil Miler <em@0x45.cz>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://www.uvicorn.org/"
|
||||
changelog="https://github.com/encode/uvicorn/blob/master/CHANGELOG.md"
|
||||
distfiles="${PYPI_SITE}/u/uvicorn/uvicorn-${version}.tar.gz"
|
||||
checksum=368d5d81520a51be96431845169c225d771c9dd22a58613e1a181e6c4512ac33
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.md
|
||||
}
|
Loading…
Add table
Reference in a new issue