# Maintainer: Guillaume Horel pkgname='python-bqplot' _pkgname='bqplot' pkgver='0.12.42' pkgrel=1 pkgdesc="Plotting library for IPython/Jupyter notebooks" url="https://github.com/bloomberg/bqplot" depends=('python' 'python-ipywidgets' 'python-numpy' 'python-pandas' 'python-traitlets') makedepends=('python-setuptools' 'python-jupyter-packaging') license=('Apache') arch=('any') source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz") sha256sums=('99486f74cabcfdff841dfee41ba6d2b47782d85a34ff36a34a223d43ffc0a729') build() { cd "${_pkgname}-${pkgver}" python setup.py build } package() { cd "${_pkgname}-${pkgver}" python setup.py install --root="${pkgdir}" --optimize=1 --skip-build }