mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-25 12:40:30 +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
|
||||
pkgdesc = An open-source, interactive graphing library
|
||||
pkgver = 5.8.0
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://github.com/plotly/plotly.py
|
||||
arch = any
|
||||
license = MIT
|
||||
@@ -19,7 +19,8 @@ pkgbase = python-plotly
|
||||
optdepends = python-matplotlib
|
||||
optdepends = python-pillow
|
||||
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
|
||||
sha256sums = 00e8261f61a910ed561866210d7c6567045df80f7b2e3cf59617c20bad861d6e
|
||||
sha256sums = 7c9a4425799dcc80c9baa1224b119906964ce6b3edeefc9175f27018a2de764c
|
||||
|
||||
pkgname = python-plotly
|
||||
|
||||
5
PKGBUILD
5
PKGBUILD
@@ -3,7 +3,7 @@
|
||||
|
||||
pkgname=python-plotly
|
||||
pkgver=5.8.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="An open-source, interactive graphing library"
|
||||
url="https://github.com/plotly/plotly.py"
|
||||
depends=(python
|
||||
@@ -25,7 +25,8 @@ npm)
|
||||
license=('MIT')
|
||||
arch=('any')
|
||||
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() {
|
||||
cd plotly.py-${pkgver}/packages/python/plotly
|
||||
|
||||
Reference in New Issue
Block a user