python-jupyter_qtconsole: update to 4.3.0
This commit is contained in:
parent
b48cc05857
commit
8bdedfbf08
1 changed files with 7 additions and 5 deletions
|
@ -1,20 +1,21 @@
|
||||||
# Template file for 'python-jupyter_qtconsole'
|
# Template file for 'python-jupyter_qtconsole'
|
||||||
pkgname=python-jupyter_qtconsole
|
pkgname=python-jupyter_qtconsole
|
||||||
version=4.2.1
|
version=4.3.0
|
||||||
revision=3
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="qtconsole-${version}"
|
wrksrc="qtconsole-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
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-PyQt5-svg"
|
python-Pygments python-ipython_ipykernel python-ipython_genutils
|
||||||
|
python-PyQt5-svg"
|
||||||
pycompile_module="qtconsole"
|
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="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/q/qtconsole/qtconsole-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/q/qtconsole/qtconsole-${version}.tar.gz"
|
||||||
checksum=25ec7d345528b3e8f3c91be349dd3c699755f206dc4b6ec668e2e5dd60ea18ef
|
checksum=2821ccf85853b83e4958521f82e36325208787eaf79b19b83905a99cc41aa209
|
||||||
alternatives="jupyter-qtconsole:jupyter-qtconsole:/usr/bin/jupyter-qtconsole2"
|
alternatives="jupyter-qtconsole:jupyter-qtconsole:/usr/bin/jupyter-qtconsole2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
@ -25,7 +26,8 @@ python3-jupyter_qtconsole_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
replaces="python3.4-jupyter_qtconsole>=0"
|
replaces="python3.4-jupyter_qtconsole>=0"
|
||||||
depends="python3-traitlets python3-jupyter_core python3-jupyter_client
|
depends="python3-traitlets python3-jupyter_core python3-jupyter_client
|
||||||
python3-Pygments python3-ipython_ipykernel python3-PyQt5-svg"
|
python3-Pygments python3-ipython_ipykernel python3-ipython_genutils
|
||||||
|
python3-PyQt5-svg"
|
||||||
pycompile_module="qtconsole"
|
pycompile_module="qtconsole"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
alternatives="jupyter-qtconsole:jupyter-qtconsole:/usr/bin/jupyter-qtconsole3"
|
alternatives="jupyter-qtconsole:jupyter-qtconsole:/usr/bin/jupyter-qtconsole3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue