# Template file for 'python-jupyter_ipywidgets' pkgname=python-jupyter_ipywidgets version=7.3.1 revision=1 noarch=yes _widgetsnbextver=3.3.0 wrksrc="ipywidgets-${version}" build_style=python-module pycompile_module="ipywidgets" hostmakedepends="python-setuptools python3-setuptools" depends="python-jupyter_widgetsnbextension>=${_widgetsnbextver} python-ipython_ipykernel python-traitlets" short_desc="IPython widgets for the Jupyter notebook (Python2)" maintainer="Alessio Sergi " homepage="https://github.com/jupyter-widgets/ipywidgets" license="BSD-3-Clause" distfiles="${PYPI_SITE}/i/ipywidgets/ipywidgets-${version}.tar.gz" checksum=23ad9fdbaca5aa0876a2a4d07f19c71b6253821fb6284018edd8e7fb34a37806 post_install() { vlicense LICENSE } python3-jupyter_ipywidgets_package() { noarch=yes pycompile_module="ipywidgets" depends="python3-jupyter_widgetsnbextension>=${_widgetsnbextver} python3-ipython_ipykernel python3-traitlets" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* vlicense LICENSE } }