From f88022c055cbae24621682ee53e80354b9b17cf7 Mon Sep 17 00:00:00 2001 From: dkwo Date: Fri, 14 May 2021 17:44:36 +0200 Subject: [PATCH] New package: python3-nbclient-0.5.3 --- srcpkgs/python3-nbclient/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/python3-nbclient/template diff --git a/srcpkgs/python3-nbclient/template b/srcpkgs/python3-nbclient/template new file mode 100644 index 00000000000..f97fd91f3d4 --- /dev/null +++ b/srcpkgs/python3-nbclient/template @@ -0,0 +1,21 @@ +# Template file for 'python3-nbclient' +pkgname=python3-nbclient +version=0.5.3 +revision=1 +wrksrc="${pkgname#python3-}-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-traitlets python3-jupyter_client + python3-jupyter_nbformat python3-async_generator python3-nest_asyncio" +short_desc="Client library for executing Jupyter notebooks" +maintainer="dkwo " +license="BSD-3-Clause" +homepage="https://nbclient.readthedocs.io/en/latest/" +distfiles="${PYPI_SITE}/n/nbclient/nbclient-${version}.tar.gz" +checksum=db17271330c68c8c88d46d72349e24c147bb6f34ec82d8481a8f025c4d26589c +# Package might need to be installed for testing +make_check=no + +post_install() { + vlicense LICENSE +}