summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9227118ef9bb17815e328a3cf0358d92b4b76ca9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#Automatically generated by pip2arch on 2018-08-07

pkgname=jupyterthemes
pkgver=0.19.6
pkgrel=1
pkgdesc="Select and install a Jupyter notebook theme"
url="https://github.com/dunovank/jupyter-themes"
depends=('python' 'python-matplotlib' 'jupyter-notebook' 'python-lesscpy')
makedepends=('python3' )
license=('MIT')
arch=('any')
source=('https://files.pythonhosted.org/packages/d3/ed/0b141d84215bd6e137226c11b223786dafc01ccbd51911e5c4722868b8a7/jupyterthemes-0.19.6.tar.gz')
md5sums=('7de42482f126eca3fab2959f64d9894f')

build() {
    cd $srcdir/jupyterthemes-0.19.6
    python setup.py build
}

package() {
    cd $srcdir/jupyterthemes-0.19.6
    python setup.py install --root="$pkgdir" --optimize=1 
}