summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Peters2021-08-17 22:55:31 +0200
committerBert Peters2021-08-17 22:58:07 +0200
commit598c2dc4ff4c72eb54bb8bb6f1667f8645ae5845 (patch)
tree447019356253f0af64bf2685125e574b1d4e55f2
parentf7060367efd653cf075f27cbf279b3fd410b28b8 (diff)
downloadaur-598c2dc4ff4c72eb54bb8bb6f1667f8645ae5845.tar.gz
upgpkg: python-plotly 5.2.1-2
Update dependencies
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD19
2 files changed, 20 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 574f03662cec..3bc1f40cad73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = python-plotly
pkgdesc = An open-source, interactive graphing library
pkgver = 5.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/plotly/plotly.py
- arch = x86_64
+ arch = any
license = MIT
makedepends = python-setuptools
makedepends = python-jupyter_core
@@ -11,13 +11,15 @@ pkgbase = python-plotly
makedepends = jupyterlab
makedepends = npm
depends = python
- depends = jupyterlab
- depends = python-matplotlib
- depends = python-numpy
depends = python-six
- depends = python-retrying
+ depends = python-tenacity
optdepends = ipython
+ optdepends = jupyterlab
optdepends = python-ipywidgets
+ optdepends = python-numpy
+ optdepends = python-matplotlib
+ optdepends = python-pillow
+ optdepends = python-scipy
source = python-plotly-5.2.1.tar.gz::https://github.com/plotly/plotly.py/archive/v5.2.1.tar.gz
sha256sums = 5c3251dcbf5de2170038dac24ba6afd379b497d93f18576247ffffe439808da5
diff --git a/PKGBUILD b/PKGBUILD
index dbcb8c3c13a8..95780948ec72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,23 +3,28 @@
pkgname=python-plotly
pkgver=5.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="An open-source, interactive graphing library"
url="https://github.com/plotly/plotly.py"
depends=(python
-jupyterlab
-python-matplotlib
-python-numpy
python-six
-python-retrying)
-optdepends=('ipython' 'python-ipywidgets')
+python-tenacity)
+# optdepends based on optional_requirements.txt
+optdepends=(
+'ipython'
+'jupyterlab'
+'python-ipywidgets'
+'python-numpy'
+'python-matplotlib'
+'python-pillow'
+'python-scipy')
makedepends=(python-setuptools
python-jupyter_core
python-tornado
jupyterlab
npm)
license=('MIT')
-arch=('x86_64')
+arch=('any')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz")
sha256sums=('5c3251dcbf5de2170038dac24ba6afd379b497d93f18576247ffffe439808da5')