summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 7 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0eb13c53e94f..52ce16fcf310 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,23 @@
-# Maintainer: Renato Candido <renatocan@gmail.com>
+#Automatically generated by pip2arch on 2017-12-27
pkgname=jupyterthemes
-pkgver=0.17.3
+pkgver=0.18.2
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')
+depends=('python' )
makedepends=('python3' )
license=('MIT')
arch=('any')
-source=('https://pypi.python.org/packages/99/c6/0c5e58bdc3a3f1042e88bb35435e04d346c862745ec2ffe2004bd030ebb3/jupyterthemes-0.17.3.tar.gz')
-md5sums=('01cbc565f6b2170afd1a5151b57274b8')
+source=('https://pypi.python.org/packages/5d/a8/37b4cfbf202d77e2ec4ec1ac0be2d0f0831fbf60545cadb9a47d21f81bf5/jupyterthemes-0.18.2.tar.gz')
+md5sums=('ac14d29128f121121bb3d20350b72b19')
build() {
- cd $srcdir/jupyterthemes-0.17.3
+ cd $srcdir/jupyterthemes-0.18.2
python setup.py build
}
package() {
- cd $srcdir/jupyterthemes-0.17.3
+ cd $srcdir/jupyterthemes-0.18.2
python setup.py install --root="$pkgdir" --optimize=1
}
-
-md5sums=('01cbc565f6b2170afd1a5151b57274b8')