summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2023-04-20 22:02:23 -0400
committerGuillaume Horel2023-04-20 22:02:23 -0400
commit57323f5e120741208271b25337b378307f9b51d2 (patch)
tree11a252fb93f2ee95eccb0d75eacd5750de5eeab5
parent85b4763569067c50840c1ddd60a9dd2c3e9842f9 (diff)
downloadaur-57323f5e120741208271b25337b378307f9b51d2.tar.gz
bump to 0.12.39
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb988096a1d8..8d5f30ab195d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = python-bqplot
arch = any
license = Apache
makedepends = python-setuptools
+ makedepends = python-jupyter-packaging
depends = python
depends = python-ipywidgets
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index 55d99073dee3..ecbd0ea22ab9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ depends=('python'
'python-numpy'
'python-pandas'
'python-traitlets')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-jupyter-packaging')
license=('Apache')
arch=('any')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")