From 6ad4a95c73b59fa43a1c1c5a3cf62536238c08c0 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 24 Oct 2016 17:02:22 +0200 Subject: [PATCH] python-ipython_ipywidgets: update to 5.2.2 --- srcpkgs/python-ipython_ipywidgets/template | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python-ipython_ipywidgets/template b/srcpkgs/python-ipython_ipywidgets/template index dc5e76e0cca..020bd6b38d9 100644 --- a/srcpkgs/python-ipython_ipywidgets/template +++ b/srcpkgs/python-ipython_ipywidgets/template @@ -1,20 +1,19 @@ # Template file for 'python-ipython_ipywidgets' pkgname=python-ipython_ipywidgets -version=4.1.1 -revision=2 +version=5.2.2 +revision=1 noarch=yes wrksrc="ipywidgets-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" -depends="python-ipython>=4.0.0 python-ipython_ipykernel python-traitlets - python-jupyter_notebook" +depends="python-ipython_ipykernel python-traitlets python-ipython_widgetsnbextension" pycompile_module="ipywidgets" short_desc="IPython widgets for the Jupyter notebook (Python2)" maintainer="Alessio Sergi " homepage="https://github.com/ipython/ipywidgets" license="3-clause-BSD" distfiles="${PYPI_SITE}/i/ipywidgets/ipywidgets-${version}.tar.gz" -checksum=ceeb325e45ade9537c2d115fed9d522e5c6e90bb161592e2f0807375dc661028 +checksum=baf6098f054dd5eacc2934b8ea3bef908b81ca8660d839f1f940255a72c660d2 post_install() { vlicense COPYING.md LICENSE @@ -22,8 +21,7 @@ post_install() { python3-ipython_ipywidgets_package() { noarch=yes - depends="python3-ipython>=4.0.0 python3-ipython_ipykernel - python3-traitlets python3-jupyter_notebook" + depends="python3-ipython_ipykernel python3-traitlets python3-ipython_widgetsnbextension" replaces="python3.4-ipython_ipywidgets>=0" pycompile_module="ipywidgets" short_desc="${short_desc/Python2/Python3}"