mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-27 21:40:31 +01:00
upgpkg: python-plotly 5.8.0-3
Upstream changed again, upstream commit is eca5fe62f9262478bacc5895db3a053116cac393.
This commit is contained in:
5
.SRCINFO
5
.SRCINFO
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = python-plotly
|
pkgbase = python-plotly
|
||||||
pkgdesc = An open-source, interactive graphing library
|
pkgdesc = An open-source, interactive graphing library
|
||||||
pkgver = 5.8.0
|
pkgver = 5.8.0
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = https://github.com/plotly/plotly.py
|
url = https://github.com/plotly/plotly.py
|
||||||
arch = any
|
arch = any
|
||||||
license = MIT
|
license = MIT
|
||||||
@@ -19,7 +19,8 @@ pkgbase = python-plotly
|
|||||||
optdepends = python-matplotlib
|
optdepends = python-matplotlib
|
||||||
optdepends = python-pillow
|
optdepends = python-pillow
|
||||||
optdepends = python-scipy
|
optdepends = python-scipy
|
||||||
|
options = !strip
|
||||||
source = python-plotly-5.8.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.8.0.tar.gz
|
source = python-plotly-5.8.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.8.0.tar.gz
|
||||||
sha256sums = 00e8261f61a910ed561866210d7c6567045df80f7b2e3cf59617c20bad861d6e
|
sha256sums = 7c9a4425799dcc80c9baa1224b119906964ce6b3edeefc9175f27018a2de764c
|
||||||
|
|
||||||
pkgname = python-plotly
|
pkgname = python-plotly
|
||||||
|
|||||||
5
PKGBUILD
5
PKGBUILD
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
pkgname=python-plotly
|
pkgname=python-plotly
|
||||||
pkgver=5.8.0
|
pkgver=5.8.0
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
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
|
||||||
@@ -25,7 +25,8 @@ 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=('00e8261f61a910ed561866210d7c6567045df80f7b2e3cf59617c20bad861d6e')
|
options=(!strip) # strip isn't useful for python files and takes forever
|
||||||
|
sha256sums=('7c9a4425799dcc80c9baa1224b119906964ce6b3edeefc9175f27018a2de764c')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd plotly.py-${pkgver}/packages/python/plotly
|
cd plotly.py-${pkgver}/packages/python/plotly
|
||||||
|
|||||||
Reference in New Issue
Block a user