python-jupyter_qtconsole: update to 4.4.1
This commit is contained in:
parent
0f6ea6852b
commit
fdabb289e4
1 changed files with 7 additions and 7 deletions
|
@ -1,25 +1,25 @@
|
||||||
# Template file for 'python-jupyter_qtconsole'
|
# Template file for 'python-jupyter_qtconsole'
|
||||||
pkgname=python-jupyter_qtconsole
|
pkgname=python-jupyter_qtconsole
|
||||||
version=4.3.1
|
version=4.4.1
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="qtconsole-${version}"
|
wrksrc="qtconsole-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
pycompile_module="qtconsole"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-traitlets python-jupyter_core python-jupyter_client
|
depends="python-traitlets python-jupyter_core python-jupyter_client
|
||||||
python-Pygments python-ipython_ipykernel python-ipython_genutils
|
python-Pygments python-ipython_ipykernel python-ipython_genutils
|
||||||
python-PyQt5-svg"
|
python-PyQt5-svg"
|
||||||
pycompile_module="qtconsole"
|
|
||||||
short_desc="Jupyter Qt console (Python2)"
|
short_desc="Jupyter Qt console (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/jupyter/qtconsole"
|
homepage="https://github.com/jupyter/qtconsole"
|
||||||
license="3-clause-BSD"
|
license="BSD-3-Clause"
|
||||||
distfiles="${PYPI_SITE}/q/qtconsole/qtconsole-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/q/qtconsole/qtconsole-${version}.tar.gz"
|
||||||
checksum=eff8c2faeda567a0bef5781f419a64e9977988db101652b312b9d74ec0a5109c
|
checksum=7870b19e6a6b0ab3acc09ee65463c0ca7568b3a01a6902d7c4e1ed2c4fc4e176
|
||||||
alternatives="jupyter-qtconsole:jupyter-qtconsole:/usr/bin/jupyter-qtconsole2"
|
alternatives="jupyter-qtconsole:jupyter-qtconsole:/usr/bin/jupyter-qtconsole2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING.md LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-jupyter_qtconsole_package() {
|
python3-jupyter_qtconsole_package() {
|
||||||
|
@ -33,6 +33,6 @@ python3-jupyter_qtconsole_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/jupyter-qtconsole3
|
vmove usr/bin/jupyter-qtconsole3
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
vlicense COPYING.md LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue