mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-27 05:20:32 +01:00
upgpkg: python-plotly 5.2.1-2
Update dependencies
This commit is contained in:
14
.SRCINFO
14
.SRCINFO
@@ -1,9 +1,9 @@
|
|||||||
pkgbase = python-plotly
|
pkgbase = python-plotly
|
||||||
pkgdesc = An open-source, interactive graphing library
|
pkgdesc = An open-source, interactive graphing library
|
||||||
pkgver = 5.2.1
|
pkgver = 5.2.1
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/plotly/plotly.py
|
url = https://github.com/plotly/plotly.py
|
||||||
arch = x86_64
|
arch = any
|
||||||
license = MIT
|
license = MIT
|
||||||
makedepends = python-setuptools
|
makedepends = python-setuptools
|
||||||
makedepends = python-jupyter_core
|
makedepends = python-jupyter_core
|
||||||
@@ -11,13 +11,15 @@ pkgbase = python-plotly
|
|||||||
makedepends = jupyterlab
|
makedepends = jupyterlab
|
||||||
makedepends = npm
|
makedepends = npm
|
||||||
depends = python
|
depends = python
|
||||||
depends = jupyterlab
|
|
||||||
depends = python-matplotlib
|
|
||||||
depends = python-numpy
|
|
||||||
depends = python-six
|
depends = python-six
|
||||||
depends = python-retrying
|
depends = python-tenacity
|
||||||
optdepends = ipython
|
optdepends = ipython
|
||||||
|
optdepends = jupyterlab
|
||||||
optdepends = python-ipywidgets
|
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
|
source = python-plotly-5.2.1.tar.gz::https://github.com/plotly/plotly.py/archive/v5.2.1.tar.gz
|
||||||
sha256sums = 5c3251dcbf5de2170038dac24ba6afd379b497d93f18576247ffffe439808da5
|
sha256sums = 5c3251dcbf5de2170038dac24ba6afd379b497d93f18576247ffffe439808da5
|
||||||
|
|
||||||
|
|||||||
19
PKGBUILD
19
PKGBUILD
@@ -3,23 +3,28 @@
|
|||||||
|
|
||||||
pkgname=python-plotly
|
pkgname=python-plotly
|
||||||
pkgver=5.2.1
|
pkgver=5.2.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="An open-source, interactive graphing library"
|
pkgdesc="An open-source, interactive graphing library"
|
||||||
url="https://github.com/plotly/plotly.py"
|
url="https://github.com/plotly/plotly.py"
|
||||||
depends=(python
|
depends=(python
|
||||||
jupyterlab
|
|
||||||
python-matplotlib
|
|
||||||
python-numpy
|
|
||||||
python-six
|
python-six
|
||||||
python-retrying)
|
python-tenacity)
|
||||||
optdepends=('ipython' 'python-ipywidgets')
|
# optdepends based on optional_requirements.txt
|
||||||
|
optdepends=(
|
||||||
|
'ipython'
|
||||||
|
'jupyterlab'
|
||||||
|
'python-ipywidgets'
|
||||||
|
'python-numpy'
|
||||||
|
'python-matplotlib'
|
||||||
|
'python-pillow'
|
||||||
|
'python-scipy')
|
||||||
makedepends=(python-setuptools
|
makedepends=(python-setuptools
|
||||||
python-jupyter_core
|
python-jupyter_core
|
||||||
python-tornado
|
python-tornado
|
||||||
jupyterlab
|
jupyterlab
|
||||||
npm)
|
npm)
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
arch=('x86_64')
|
arch=('any')
|
||||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz")
|
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz")
|
||||||
sha256sums=('5c3251dcbf5de2170038dac24ba6afd379b497d93f18576247ffffe439808da5')
|
sha256sums=('5c3251dcbf5de2170038dac24ba6afd379b497d93f18576247ffffe439808da5')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user