265db9381c
Switch to python3-* pkgs. Convert python3.4-* pkg into dummy pkg.
41 lines
1.4 KiB
Bash
41 lines
1.4 KiB
Bash
# Template file for 'python-jupyter_client'
|
|
pkgname=python-jupyter_client
|
|
version=4.4.0
|
|
revision=2
|
|
noarch=yes
|
|
wrksrc="jupyter_client-${version}"
|
|
build_style=python-module
|
|
hostmakedepends="python-setuptools python3-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=c99a52fac2e5b7a3b714e9252ebf72cbf97536d556ae2b5082baccc3e5cd52ee
|
|
alternatives="jupyter-client:jupyter-kernelspec:/usr/bin/jupyter-kernelspec2"
|
|
|
|
post_install() {
|
|
vlicense COPYING.md LICENSE
|
|
}
|
|
|
|
python3-jupyter_client_package() {
|
|
noarch=yes
|
|
depends="python3-traitlets python3-jupyter_core python3-pyzmq"
|
|
pycompile_module="jupyter_client"
|
|
replaces="python3.4-jupyter_client>=0"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
alternatives="jupyter-client:jupyter-kernelspec:/usr/bin/jupyter-kernelspec3"
|
|
pkg_install() {
|
|
vmove usr/bin/jupyter-kernelspec3
|
|
vmove usr/lib/python3*
|
|
vlicense COPYING.md LICENSE
|
|
}
|
|
}
|
|
python3.4-jupyter_client_package() {
|
|
noarch=yes
|
|
build_style=meta
|
|
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
|
depends="python3-jupyter_client>=${version}_${revision}"
|
|
}
|