20 lines
644 B
Bash
20 lines
644 B
Bash
# Template file for 'python3-asgiref'
|
|
pkgname=python3-asgiref
|
|
version=3.5.2
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest python3-pytest-asyncio"
|
|
short_desc="ASGI base libraries"
|
|
maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
|
|
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
|
|
}
|