python-jupyter_ipywidgets: update to 7.3.1

This commit is contained in:
Alessio Sergi 2018-08-02 23:56:58 +02:00
parent 094bb063ad
commit 64e01b335d

View file

@ -1,13 +1,12 @@
# Template file for 'python-jupyter_ipywidgets' # Template file for 'python-jupyter_ipywidgets'
pkgname=python-jupyter_ipywidgets pkgname=python-jupyter_ipywidgets
version=7.2.1 version=7.3.1
revision=1 revision=1
noarch=yes noarch=yes
_widgetsnbextver=3.2.0 _widgetsnbextver=3.3.0
wrksrc="ipywidgets-${version}" wrksrc="ipywidgets-${version}"
build_style=python-module build_style=python-module
pycompile_module="ipywidgets" pycompile_module="ipywidgets"
replaces="python-ipython_ipywidgets>=0"
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
depends="python-jupyter_widgetsnbextension>=${_widgetsnbextver} depends="python-jupyter_widgetsnbextension>=${_widgetsnbextver}
python-ipython_ipykernel python-traitlets" python-ipython_ipykernel python-traitlets"
@ -16,21 +15,20 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/jupyter-widgets/ipywidgets" homepage="https://github.com/jupyter-widgets/ipywidgets"
license="BSD-3-Clause" license="BSD-3-Clause"
distfiles="${PYPI_SITE}/i/ipywidgets/ipywidgets-${version}.tar.gz" distfiles="${PYPI_SITE}/i/ipywidgets/ipywidgets-${version}.tar.gz"
checksum=ab9869cda5af7ba449d8f707b29b7e97a7db97d6366805d6b733338f51096f54 checksum=23ad9fdbaca5aa0876a2a4d07f19c71b6253821fb6284018edd8e7fb34a37806
post_install() { post_install() {
vlicense COPYING.md LICENSE vlicense LICENSE
} }
python3-jupyter_ipywidgets_package() { python3-jupyter_ipywidgets_package() {
noarch=yes noarch=yes
pycompile_module="ipywidgets" pycompile_module="ipywidgets"
replaces="python3-ipython_ipywidgets>=0"
depends="python3-jupyter_widgetsnbextension>=${_widgetsnbextver} depends="python3-jupyter_widgetsnbextension>=${_widgetsnbextver}
python3-ipython_ipykernel python3-traitlets" python3-ipython_ipykernel python3-traitlets"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
pkg_install() { pkg_install() {
vmove usr/lib/python3* vmove usr/lib/python3*
vlicense COPYING.md LICENSE vlicense LICENSE
} }
} }