summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6642dd5507a090985cbb17eeb83f3646043b8fbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>

pkgname=python-ipydatagrid
_pkgname=ipydatagrid
pkgver=1.3.1
pkgrel=1
pkgdesc="Fast Datagrid widget for the Jupyter Notebook and JupyterLab"
arch=('any')
url="https://github.com/bloomberg/ipydatagrid"
license=('BSD')
depends=('python' 'python-bqplot' 'python-py2vega')
checkdepends=()
optdepends=()
makedepends=(python-installer)
source=("https://files.pythonhosted.org/packages/py3/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver-py3-none-any.whl")
sha256sums=('6aa6e6a20705e8884a63fc802bbfb2d588302717fe20ac4b7ba0fdac04903ad5')

package(){
  python -m installer --destdir="$pkgdir" $_pkgname-$pkgver-py3-none-any.whl
}

# vim:ts=2:sw=2:et: