Alessio Sergi 217e7d31f2 srcpkgs: remove python3.4-* transitional dummy packages
After more than a year the switch to python3 packages, it is time to say
them goodbye. So long, and thanks for all the fish.
2017-12-20 11:29:51 +01:00

19 lines
613 B
Bash

# Template file for 'python-ipython_ipywidgets'
pkgname=python-ipython_ipywidgets
version=6.0.1
revision=2
noarch=yes
build_style=meta
depends="python-jupyter_ipywidgets>=${version}_${revision}"
short_desc="IPython widgets for the Jupyter notebook (Python2) (transitional dummy package)"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/ipython/ipywidgets"
license="3-clause-BSD"
python3-ipython_ipywidgets_package() {
noarch=yes
build_style=meta
depends="python3-jupyter_ipywidgets>=${version}_${revision}"
short_desc="${short_desc/Python2/Python3} (transitional dummy package)"
}