From 28e342c07a4d07c61df8786bfc7d8238bed5e383 Mon Sep 17 00:00:00 2001 From: dkwo Date: Fri, 14 May 2021 17:41:43 +0200 Subject: [PATCH] New package: python3-nest_asyncio-1.5.1 --- srcpkgs/python3-nest_asyncio/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-nest_asyncio/template diff --git a/srcpkgs/python3-nest_asyncio/template b/srcpkgs/python3-nest_asyncio/template new file mode 100644 index 00000000000..00ecc33a132 --- /dev/null +++ b/srcpkgs/python3-nest_asyncio/template @@ -0,0 +1,19 @@ +# Template file for 'python3-nest_asyncio' +pkgname=python3-nest_asyncio +version=1.5.1 +revision=1 +wrksrc="${pkgname#python3-}-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools_scm python3-toml" +depends="python3" +checkdepends="python3-pytest" +short_desc="Python asyncio patch to allow nested event loops" +maintainer="dkwo " +license="BSD-2-Clause" +homepage="https://github.com/erdewit/nest_asyncio" +distfiles="${PYPI_SITE}/n/nest_asyncio/nest_asyncio-${version}.tar.gz" +checksum=afc5a1c515210a23c461932765691ad39e8eba6551c055ac8d5546e69250d0aa + +post_install() { + vlicense LICENSE +}