mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-25 20:40:32 +01:00
upgpkg: python-plotly 5.8.0-1
upstream release
This commit is contained in:
7
.SRCINFO
7
.SRCINFO
@@ -1,6 +1,6 @@
|
|||||||
pkgbase = python-plotly
|
pkgbase = python-plotly
|
||||||
pkgdesc = An open-source, interactive graphing library
|
pkgdesc = An open-source, interactive graphing library
|
||||||
pkgver = 5.7.0
|
pkgver = 5.8.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/plotly/plotly.py
|
url = https://github.com/plotly/plotly.py
|
||||||
arch = any
|
arch = any
|
||||||
@@ -11,7 +11,6 @@ pkgbase = python-plotly
|
|||||||
makedepends = jupyterlab
|
makedepends = jupyterlab
|
||||||
makedepends = npm
|
makedepends = npm
|
||||||
depends = python
|
depends = python
|
||||||
depends = python-six
|
|
||||||
depends = python-tenacity
|
depends = python-tenacity
|
||||||
optdepends = ipython
|
optdepends = ipython
|
||||||
optdepends = jupyterlab
|
optdepends = jupyterlab
|
||||||
@@ -20,7 +19,7 @@ pkgbase = python-plotly
|
|||||||
optdepends = python-matplotlib
|
optdepends = python-matplotlib
|
||||||
optdepends = python-pillow
|
optdepends = python-pillow
|
||||||
optdepends = python-scipy
|
optdepends = python-scipy
|
||||||
source = python-plotly-5.7.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.7.0.tar.gz
|
source = python-plotly-5.8.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.8.0.tar.gz
|
||||||
sha256sums = 7b26a2e310b61b49468bb7037f3bad04943982175b8127190f182552ef02aa0e
|
sha256sums = cd69a4dda3ae934643b4b2c614d997b0a34f18432964f454107f2dd5eae5bf46
|
||||||
|
|
||||||
pkgname = python-plotly
|
pkgname = python-plotly
|
||||||
|
|||||||
5
PKGBUILD
5
PKGBUILD
@@ -2,12 +2,11 @@
|
|||||||
# Co-Maintainer: Bert Peters <bert@bertptrs.nl>
|
# Co-Maintainer: Bert Peters <bert@bertptrs.nl>
|
||||||
|
|
||||||
pkgname=python-plotly
|
pkgname=python-plotly
|
||||||
pkgver=5.7.0
|
pkgver=5.8.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
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
|
||||||
python-six
|
|
||||||
python-tenacity)
|
python-tenacity)
|
||||||
# optdepends based on optional_requirements.txt
|
# optdepends based on optional_requirements.txt
|
||||||
optdepends=(
|
optdepends=(
|
||||||
@@ -26,7 +25,7 @@ npm)
|
|||||||
license=('MIT')
|
license=('MIT')
|
||||||
arch=('any')
|
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=('7b26a2e310b61b49468bb7037f3bad04943982175b8127190f182552ef02aa0e')
|
sha256sums=('cd69a4dda3ae934643b4b2c614d997b0a34f18432964f454107f2dd5eae5bf46')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd plotly.py-${pkgver}/packages/python/plotly
|
cd plotly.py-${pkgver}/packages/python/plotly
|
||||||
|
|||||||
Reference in New Issue
Block a user