mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-25 12:40:30 +01:00
upgpkg: python-plotly 5.20.0-3
Include checksums. Thanks lahwaacz
This commit is contained in:
@@ -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.20.0
|
pkgver = 5.20.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
|
||||||
@@ -32,6 +32,6 @@ pkgbase = python-plotly
|
|||||||
options = !strip
|
options = !strip
|
||||||
options = !debug
|
options = !debug
|
||||||
source = python-plotly::git+https://github.com/plotly/plotly.py#tag=v5.20.0
|
source = python-plotly::git+https://github.com/plotly/plotly.py#tag=v5.20.0
|
||||||
sha256sums = SKIP
|
sha256sums = b0e4718894929e788aa5823d999f18246997dc256d94adc51e26b205c318ef50
|
||||||
|
|
||||||
pkgname = python-plotly
|
pkgname = python-plotly
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
pkgname=python-plotly
|
pkgname=python-plotly
|
||||||
pkgver=5.20.0
|
pkgver=5.20.0
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="An open-source, interactive graphing library"
|
pkgdesc="An open-source, interactive graphing library"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/plotly/plotly.py"
|
url="https://github.com/plotly/plotly.py"
|
||||||
@@ -44,8 +44,14 @@ checkdepends=(
|
|||||||
source=(
|
source=(
|
||||||
"${pkgname}::git+https://github.com/plotly/plotly.py#tag=v$pkgver"
|
"${pkgname}::git+https://github.com/plotly/plotly.py#tag=v$pkgver"
|
||||||
)
|
)
|
||||||
|
sha256sums=('b0e4718894929e788aa5823d999f18246997dc256d94adc51e26b205c318ef50')
|
||||||
options=(!strip !debug) # strip and debug aren't useful for python files and take forever
|
options=(!strip !debug) # strip and debug aren't useful for python files and take forever
|
||||||
sha256sums=('SKIP')
|
|
||||||
|
prepare() {
|
||||||
|
cd python-plotly/packages/python/plotly
|
||||||
|
|
||||||
|
git clean -dfx
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd python-plotly/packages/python/plotly
|
cd python-plotly/packages/python/plotly
|
||||||
|
|||||||
Reference in New Issue
Block a user