void-packages/srcpkgs/python3-nest_asyncio/template

19 lines
586 B
Bash

# Template file for 'python3-nest_asyncio'
pkgname=python3-nest_asyncio
version=1.6.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel"
depends="python3"
checkdepends="python3-pytest"
short_desc="Python asyncio patch to allow nested event loops"
maintainer="dkwo <npiazza@disroot.org>"
license="BSD-2-Clause"
homepage="https://github.com/erdewit/nest_asyncio"
distfiles="${PYPI_SITE}/n/nest_asyncio/nest_asyncio-${version}.tar.gz"
checksum=6f172d5449aca15afd6c646851f4e31e02c598d553a667e38cafa997cfec55fe
post_install() {
vlicense LICENSE
}