void-packages/srcpkgs/python3-asgiref/template
2025-06-07 23:46:00 +02:00

19 lines
632 B
Bash

# Template file for 'python3-asgiref'
pkgname=python3-asgiref
version=3.5.2
revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest python3-pytest-asyncio"
short_desc="ASGI base libraries"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/django/asgiref"
changelog="https://raw.githubusercontent.com/django/asgiref/main/CHANGELOG.txt"
distfiles="https://github.com/django/asgiref/archive/${version}.tar.gz"
checksum=62f04f81110898e471a7d5b37f88c923c2864d43fa6abb66a95980becb1a2ba4
post_install() {
vlicense LICENSE
}