# Template file for 'python3-jupyter_qtconsole'
pkgname=python3-jupyter_qtconsole
version=5.6.1
revision=3
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-traitlets python3-jupyter_core python3-jupyter_client
 python3-Pygments python3-ipython_ipykernel python3-pyqt6-svg python3-QtPy
 python3-pyqt6-gui python3-pyqt6-widgets python3-pyqt6-printsupport
 python3-packaging"
checkdepends="$depends python3-pytest-qt python3-flaky"
short_desc="Jupyter Qt console"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="BSD-3-Clause"
homepage="https://github.com/jupyter/qtconsole"
changelog="https://raw.githubusercontent.com/jupyter/qtconsole/master/docs/source/changelog.rst"
distfiles="${PYPI_SITE}/q/qtconsole/qtconsole-${version}.tar.gz"
checksum=5cad1c7e6c75d3ef8143857fd2ed28062b4b92b933c2cc328252d18a9cfd0be5
conflicts="python-jupyter_qtconsole<=4.4.3_2"

post_install() {
	vlicense LICENSE
}
