void-packages/srcpkgs/python-jupyter_client/template
2015-12-02 14:06:00 +01:00

36 lines
1.1 KiB
Bash

# Template file for 'python-jupyter_client'
pkgname=python-jupyter_client
version=4.1.1
revision=1
noarch=yes
wrksrc="jupyter_client-${version}"
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools"
depends="python-traitlets python-jupyter_core python-pyzmq"
pycompile_module="jupyter_client"
short_desc="Jupyter protocol client APIs (Python2)"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/jupyter/jupyter_client"
license="3-clause-BSD"
distfiles="${PYPI_SITE}/j/jupyter_client/jupyter_client-${version}.tar.gz"
checksum=ff1ef5c6c3031a62db46ec6329867b4cb1595e6102a7819b3b5252b0c524bdb8
post_install() {
vbin build-3.4/scripts-3.4/jupyter-kernelspec jupyter-kernelspec3.4
vlicense COPYING.md LICENSE
}
python3.4-jupyter_client_package() {
noarch=yes
depends="python3.4-traitlets python3.4-jupyter_core python3.4-pyzmq"
pycompile_version="3.4"
pycompile_module="jupyter_client"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/bin/jupyter-kernelspec3.4
vmove usr/lib/python3.4
vlicense COPYING.md LICENSE
}
}