mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
python-jupyter: remove qtconsole to minimize average use case requirements
This commit is contained in:
parent
922e8adb3b
commit
426036ed8e
1 changed files with 6 additions and 12 deletions
|
@ -1,32 +1,26 @@
|
||||||
# Template file for 'python-jupyter'
|
# Template file for 'python-jupyter'
|
||||||
pkgname=python-jupyter
|
pkgname=python-jupyter
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
revision=4
|
revision=5
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=meta
|
build_style=meta
|
||||||
|
short_desc="The Jupyter metapackage for Void Linux (Python2)"
|
||||||
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
|
homepage="https://jupyter.org/"
|
||||||
|
license="BSD-3-Clause"
|
||||||
depends="
|
depends="
|
||||||
python-jupyter_notebook
|
python-jupyter_notebook
|
||||||
python-jupyter_console
|
python-jupyter_console
|
||||||
python-jupyter_nbconvert
|
python-jupyter_nbconvert
|
||||||
python-jupyter_ipywidgets"
|
python-jupyter_ipywidgets"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
|
||||||
depends+=" python-jupyter_qtconsole"
|
|
||||||
fi
|
|
||||||
short_desc="The Jupyter metapackage for Void Linux (Python2)"
|
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
||||||
homepage="https://jupyter.org/"
|
|
||||||
license="3-clause-BSD"
|
|
||||||
|
|
||||||
python3-jupyter_package() {
|
python3-jupyter_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=meta
|
build_style=meta
|
||||||
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
depends="
|
depends="
|
||||||
python3-jupyter_notebook
|
python3-jupyter_notebook
|
||||||
python3-jupyter_console
|
python3-jupyter_console
|
||||||
python3-jupyter_nbconvert
|
python3-jupyter_nbconvert
|
||||||
python3-jupyter_ipywidgets"
|
python3-jupyter_ipywidgets"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
|
||||||
depends+=" python3-jupyter_qtconsole"
|
|
||||||
fi
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue