From 8822a6d6024d42bba575cf8ce9a317c9572ee8cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 31 Mar 2020 12:15:10 +0700 Subject: [PATCH] python3-jupyter_ipywidgets: update to 7.5.1. --- srcpkgs/python3-jupyter_ipywidgets/template | 14 ++++++++++---- srcpkgs/python3-jupyter_ipywidgets/update | 2 ++ 2 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 srcpkgs/python3-jupyter_ipywidgets/update diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template index 4d81b7844c4..7e64279aeec 100644 --- a/srcpkgs/python3-jupyter_ipywidgets/template +++ b/srcpkgs/python3-jupyter_ipywidgets/template @@ -1,20 +1,26 @@ # Template file for 'python3-jupyter_ipywidgets' pkgname=python3-jupyter_ipywidgets -version=7.4.2 -revision=3 +version=7.5.1 +revision=1 archs=noarch -_widgetsnbextver=3.4.0 +_widgetsnbextver=3.5.0 wrksrc="ipywidgets-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-jupyter_widgetsnbextension>=${_widgetsnbextver} python3-ipython_ipykernel python3-traitlets" +checkdepends="python3-pytest python3-jupyter_widgetsnbextension + python3-ipython_ipykernel python3-traitlets" short_desc="IPython widgets for the Jupyter notebook" maintainer="Alessio Sergi " license="BSD-3-Clause" homepage="https://github.com/jupyter-widgets/ipywidgets" distfiles="${PYPI_SITE}/i/ipywidgets/ipywidgets-${version}.tar.gz" -checksum=a3e224f430163f767047ab9a042fc55adbcab0c24bbe6cf9f306c4f89fdf0ba3 +checksum=e945f6e02854a74994c596d9db83444a1850c01648f1574adf144fbbabe05c97 + +do_check() { + pytest +} post_install() { vlicense LICENSE diff --git a/srcpkgs/python3-jupyter_ipywidgets/update b/srcpkgs/python3-jupyter_ipywidgets/update new file mode 100644 index 00000000000..44da8f2e3c5 --- /dev/null +++ b/srcpkgs/python3-jupyter_ipywidgets/update @@ -0,0 +1,2 @@ +pkgname=ipywidgets +ignore="*a* *b* *rc*"