diff --git a/srcpkgs/python-ipython_ipywidgets/template b/srcpkgs/python-ipython_ipywidgets/template index cf1e3873570..dc5e76e0cca 100644 --- a/srcpkgs/python-ipython_ipywidgets/template +++ b/srcpkgs/python-ipython_ipywidgets/template @@ -1,12 +1,11 @@ # Template file for 'python-ipython_ipywidgets' pkgname=python-ipython_ipywidgets version=4.1.1 -revision=1 +revision=2 noarch=yes wrksrc="ipywidgets-${version}" build_style=python-module -python_versions="2.7 3.4" -hostmakedepends="python-setuptools python3.4-setuptools" +hostmakedepends="python-setuptools python3-setuptools" depends="python-ipython>=4.0.0 python-ipython_ipykernel python-traitlets python-jupyter_notebook" pycompile_module="ipywidgets" @@ -21,15 +20,21 @@ post_install() { vlicense COPYING.md LICENSE } -python3.4-ipython_ipywidgets_package() { +python3-ipython_ipywidgets_package() { noarch=yes - depends="python3.4-ipython>=4.0.0 python3.4-ipython_ipykernel - python3.4-traitlets python3.4-jupyter_notebook" - pycompile_version="3.4" + depends="python3-ipython>=4.0.0 python3-ipython_ipykernel + python3-traitlets python3-jupyter_notebook" + replaces="python3.4-ipython_ipywidgets>=0" pycompile_module="ipywidgets" - short_desc="${short_desc/Python2/Python3.4}" + short_desc="${short_desc/Python2/Python3}" pkg_install() { - vmove usr/lib/python3.4 + vmove usr/lib/python3* vlicense COPYING.md LICENSE } } +python3.4-ipython_ipywidgets_package() { + noarch=yes + build_style=meta + short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)" + depends="python3-ipython_ipywidgets>=${version}_${revision}" +} diff --git a/srcpkgs/python3-ipython_ipywidgets b/srcpkgs/python3-ipython_ipywidgets new file mode 120000 index 00000000000..598202d8b9d --- /dev/null +++ b/srcpkgs/python3-ipython_ipywidgets @@ -0,0 +1 @@ +python-ipython_ipywidgets \ No newline at end of file