mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
New package: python3-asgiref-3.5.2
This commit is contained in:
parent
d6df7ebc39
commit
4b7552d571
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-asgiref/template
Normal file
20
srcpkgs/python3-asgiref/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'python3-asgiref'
|
||||||
|
pkgname=python3-asgiref
|
||||||
|
version=3.5.2
|
||||||
|
revision=1
|
||||||
|
wrksrc="asgiref-${version}"
|
||||||
|
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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue