From 384b4145f0a48fc1c229dcff877b08bbf9740fa6 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 18 Sep 2017 13:15:44 +0200 Subject: [PATCH] python-ipython_widgetsnbextension: obsolete; renamed to python-jupyter_widgetsnbextension (upstream) --- .../template | 22 ++++++------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/srcpkgs/python-ipython_widgetsnbextension/template b/srcpkgs/python-ipython_widgetsnbextension/template index 6fe617b2a3b..2efd6d3a09e 100644 --- a/srcpkgs/python-ipython_widgetsnbextension/template +++ b/srcpkgs/python-ipython_widgetsnbextension/template @@ -1,26 +1,18 @@ # Template file for 'python-ipython_widgetsnbextension' pkgname=python-ipython_widgetsnbextension version=2.0.1 -revision=1 +revision=2 noarch=yes -wrksrc="widgetsnbextension-${version}" -build_style=python-module -pycompile_module="widgetsnbextension" -hostmakedepends="python-setuptools python3-setuptools" -depends="python-jupyter_notebook" -short_desc="Interactive HTML widgets for Jupyter notebooks (Python2)" +build_style=meta +depends="python-jupyter_widgetsnbextension>=${version}_${revision}" +short_desc="Interactive HTML widgets for Jupyter notebooks (Python2) (transitional dummy package)" maintainer="Alessio Sergi " homepage="https://pypi.python.org/pypi/widgetsnbextension" license="3-clause-BSD" -distfiles="${PYPI_SITE}/w/widgetsnbextension/widgetsnbextension-${version}.tar.gz" -checksum=53bc3d7e1ba19f0e17a3787d5daa32aca219a577aaf88325cabf30ccf67431f9 python3-ipython_widgetsnbextension_package() { noarch=yes - depends="python3-jupyter_notebook" - pycompile_module="widgetsnbextension" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - } + build_style=meta + depends="python3-jupyter_widgetsnbextension>=${version}_${revision}" + short_desc="${short_desc/Python2/Python3} (transitional dummy package)" }