diff --git a/srcpkgs/python3-asgiref/template b/srcpkgs/python3-asgiref/template new file mode 100644 index 00000000000..7e020e44c21 --- /dev/null +++ b/srcpkgs/python3-asgiref/template @@ -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 " +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 +}