summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Candido2017-12-27 21:05:48 -0200
committerRenato Candido2017-12-27 21:05:48 -0200
commiteda63653ee469019cbb724df0cc67ca394a10f32 (patch)
treeaae3511d586ce7cc33b30892a0011c20b397e2d2
parent85849a96905cb1120d1bf01d4a74d31a2072cab6 (diff)
downloadaur-eda63653ee469019cbb724df0cc67ca394a10f32.tar.gz
Updated to 0.18.2
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD16
2 files changed, 10 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 683130dbd286..357304ec947d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,14 @@
pkgbase = jupyterthemes
pkgdesc = Select and install a Jupyter notebook theme
- pkgver = 0.17.3
+ pkgver = 0.18.2
pkgrel = 1
url = https://github.com/dunovank/jupyter-themes
arch = any
license = MIT
makedepends = python3
depends = python
- depends = python-matplotlib
- depends = jupyter-notebook
- depends = python-lesscpy
- 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
pkgname = jupyterthemes
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')