python-ipython_ipykernel: update to 4.5.2

This commit is contained in:
Alessio Sergi 2016-12-03 10:23:43 +01:00
parent f10aa11be3
commit 25eb4efc36
1 changed files with 4 additions and 4 deletions

View File

@ -1,19 +1,19 @@
# Template file for 'python-ipython_ipykernel'
pkgname=python-ipython_ipykernel
version=4.5.1
version=4.5.2
revision=1
noarch=yes
wrksrc="ipykernel-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
depends="python-ipython>=4.0.0 python-traitlets python-jupyter_client"
depends="python-ipython python-traitlets python-jupyter_client"
pycompile_module="ipykernel"
short_desc="IPython kernel for Jupyter (Python2)"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/ipython/ipykernel"
license="3-clause-BSD"
distfiles="${PYPI_SITE}/i/ipykernel/ipykernel-${version}.tar.gz"
checksum=520c855c6652651c6796a3dd8bc89d533023ac65c5ccf812908187d6f0e461da
checksum=5a54f25f0e6c8ee74c362c23f9a95e10e74c6b7f5ef42059c861ff6f26d89462
post_install() {
vlicense COPYING.md LICENSE
@ -21,7 +21,7 @@ post_install() {
python3-ipython_ipykernel_package() {
noarch=yes
depends="python3-ipython>=4.0.0 python3-traitlets python3-jupyter_client"
depends="python3-ipython python3-traitlets python3-jupyter_client"
replaces="python3.4-ipython_ipykernel>=0"
pycompile_module="ipykernel"
short_desc="${short_desc/Python2/Python3}"