void-packages/srcpkgs/python-ipython_widgetsnbext.../template

19 lines
669 B
Bash

# Template file for 'python-ipython_widgetsnbextension'
pkgname=python-ipython_widgetsnbextension
version=2.0.1
revision=2
noarch=yes
build_style=meta
depends="python-jupyter_widgetsnbextension>=${version}_${revision}"
short_desc="Interactive HTML widgets for Jupyter notebooks (Python2) (transitional dummy package)"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://pypi.python.org/pypi/widgetsnbextension"
license="3-clause-BSD"
python3-ipython_widgetsnbextension_package() {
noarch=yes
build_style=meta
depends="python3-jupyter_widgetsnbextension>=${version}_${revision}"
short_desc="${short_desc/Python2/Python3} (transitional dummy package)"
}