From 85b244f06aaabf05f3e2dcb5614d394f0fb01a98 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 26 May 2020 12:27:27 -0400 Subject: [PATCH] New package: python3-bokeh-2.0.2 --- srcpkgs/python3-bokeh/template | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 srcpkgs/python3-bokeh/template diff --git a/srcpkgs/python3-bokeh/template b/srcpkgs/python3-bokeh/template new file mode 100644 index 00000000000..6202dadbc5e --- /dev/null +++ b/srcpkgs/python3-bokeh/template @@ -0,0 +1,24 @@ +# Template file for 'python3-bokeh' +pkgname=python3-bokeh +version=2.0.2 +revision=1 +archs=noarch +wrksrc="${pkgname#*-}-${version}" +build_style=python3-module +make_build_args="--build-js" +make_install_args="--install-js" +hostmakedepends="python3-setuptools nodejs" +depends=" + python3-yaml python3-dateutil python3-Jinja2 python3-numpy + python3-Pillow python3-packaging python3-tornado python3-typing_extensions +" +short_desc="Interactive data visualization in a browser, from Python" +maintainer="Andrew J. Hesford " +license="BSD-3-Clause" +homepage="https://github.com/bokeh/bokeh" +distfiles="${homepage}/archive/${version}.tar.gz" +checksum=42d66cad60a52779fda0a321ca4453ec1e08ae31053c68ce82f1af874a5ef97b + +post_install() { + vlicense LICENSE.txt +}