void-packages/srcpkgs/python-jupyter/template
2019-03-01 12:04:45 -03:00

27 lines
620 B
Bash

# Template file for 'python-jupyter'
pkgname=python-jupyter
version=1.0.0
revision=5
archs=noarch
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="
python-jupyter_notebook
python-jupyter_console
python-jupyter_nbconvert
python-jupyter_ipywidgets"
python3-jupyter_package() {
archs=noarch
build_style=meta
short_desc="${short_desc/Python2/Python3}"
depends="
python3-jupyter_notebook
python3-jupyter_console
python3-jupyter_nbconvert
python3-jupyter_ipywidgets"
}