diff --git a/srcpkgs/python-ipython_ipywidgets/template b/srcpkgs/python-ipython_ipywidgets/template index 517f17dbb9b..f5e79711529 100644 --- a/srcpkgs/python-ipython_ipywidgets/template +++ b/srcpkgs/python-ipython_ipywidgets/template @@ -1,34 +1,21 @@ # Template file for 'python-ipython_ipywidgets' pkgname=python-ipython_ipywidgets version=6.0.1 -revision=1 +revision=2 noarch=yes -wrksrc="ipywidgets-${version}" -build_style=python-module -hostmakedepends="python-setuptools python3-setuptools" -depends="python-ipython_ipykernel python-traitlets python-ipython_widgetsnbextension" -pycompile_module="ipywidgets" -short_desc="IPython widgets for the Jupyter notebook (Python2)" +build_style=meta +depends="python-jupyter_ipywidgets>=${version}_${revision}" +short_desc="IPython widgets for the Jupyter notebook (Python2) (transitional dummy package)" maintainer="Alessio Sergi " homepage="https://github.com/ipython/ipywidgets" license="3-clause-BSD" -distfiles="${PYPI_SITE}/i/ipywidgets/ipywidgets-${version}.tar.gz" -checksum=4a85f1d6c201220e9ec907ebb5d4bc458c8d75ea3c8997678e3f73c6cf4268ab - -post_install() { - vlicense COPYING.md LICENSE -} python3-ipython_ipywidgets_package() { noarch=yes - depends="python3-ipython_ipykernel python3-traitlets python3-ipython_widgetsnbextension" + build_style=meta + depends="python3-jupyter_ipywidgets>=${version}_${revision}" replaces="python3.4-ipython_ipywidgets>=0" - pycompile_module="ipywidgets" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense COPYING.md LICENSE - } + short_desc="${short_desc/Python2/Python3} (transitional dummy package)" } python3.4-ipython_ipywidgets_package() { noarch=yes