void-packages/srcpkgs/python3-nest_asyncio/template

19 lines
594 B
Bash

# Template file for 'python3-nest_asyncio'
pkgname=python3-nest_asyncio
version=1.5.8
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 <nicolopiazzalunga@gmail.com>"
license="BSD-2-Clause"
homepage="https://github.com/erdewit/nest_asyncio"
distfiles="${PYPI_SITE}/n/nest_asyncio/nest_asyncio-${version}.tar.gz"
checksum=25aa2ca0d2a5b5531956b9e273b45cf664cae2b145101d73b86b199978d48fdb
post_install() {
vlicense LICENSE
}