mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New Package: python3-starlette-0.32.0
This commit is contained in:
parent
f1e358472d
commit
5beca13f38
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-starlette/template
Normal file
19
srcpkgs/python3-starlette/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'python3-starlette'
|
||||||
|
pkgname=python3-starlette
|
||||||
|
version=0.32.0
|
||||||
|
revision=1
|
||||||
|
build_style=python3-pep517
|
||||||
|
hostmakedepends="hatchling"
|
||||||
|
depends="python3"
|
||||||
|
short_desc="Lightweight ASGI framework for building async web services"
|
||||||
|
maintainer="Emil Miler <em@0x45.cz>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://github.com/encode/starlette"
|
||||||
|
distfiles="${PYPI_SITE}/s/starlette/starlette-${version}.tar.gz"
|
||||||
|
checksum=87c899fe3aee6a42f711380b03e1d244a21079529cb3dbe1a5109e60915e0bbb
|
||||||
|
# Many modules needed for testing are not available
|
||||||
|
make_check=no
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.md
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue