summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 52ce16fcf3103e28607fd8dbf888b8fdff5ecc75 (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 2017-12-27

pkgname=jupyterthemes
pkgver=0.18.2
pkgrel=1
pkgdesc="Select and install a Jupyter notebook theme"
url="https://github.com/dunovank/jupyter-themes"
depends=('python' )
makedepends=('python3' )
license=('MIT')
arch=('any')
source=('https://pypi.python.org/packages/5d/a8/37b4cfbf202d77e2ec4ec1ac0be2d0f0831fbf60545cadb9a47d21f81bf5/jupyterthemes-0.18.2.tar.gz')
md5sums=('ac14d29128f121121bb3d20350b72b19')

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

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