19 lines
580 B
Bash
19 lines
580 B
Bash
# Template file for 'python3-nest_asyncio'
|
|
pkgname=python3-nest_asyncio
|
|
version=1.5.4
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm"
|
|
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=f969f6013a16fadb4adcf09d11a68a4f617c6049d7af7ac2c676110169a63abd
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|