mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-27 13:30:31 +01:00
Update 4.1.0
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,6 +1,6 @@
|
|||||||
pkgbase = python-plotly
|
pkgbase = python-plotly
|
||||||
pkgdesc = An interactive, browser-based graphing library for Python
|
pkgdesc = An interactive, browser-based graphing library for Python
|
||||||
pkgver = 3.7.1
|
pkgver = 4.1.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://plot.ly/python/
|
url = https://plot.ly/python/
|
||||||
arch = any
|
arch = any
|
||||||
@@ -16,8 +16,8 @@ pkgbase = python-plotly
|
|||||||
makedepends = python2-numpy
|
makedepends = python2-numpy
|
||||||
makedepends = python2-pytz
|
makedepends = python2-pytz
|
||||||
makedepends = python2-requests
|
makedepends = python2-requests
|
||||||
source = python-plotly-3.7.1.tar.gz::https://pypi.org/packages/source/p/plotly/plotly-3.7.1.tar.gz
|
source = python-plotly-4.1.0.tar.gz::https://pypi.org/packages/source/p/plotly/plotly-4.1.0.tar.gz
|
||||||
sha512sums = ca9a3b289ee073dd0c3590e3dd7bf5733e0fe3336e8f226f0bc8d114a8bc7ef580677dcef47a3ac33c5b992b9b96ba63eb613c1969d9a46052e4dc23d1272a5f
|
sha512sums = b7249ce8acc98d642ede4eec3f18cdd251969d8da9a1dba467afed40d84b568ac2f3c8471bb98b386dde82d027c1f9f03cdab6d8271fa85349a428f1a507dde1
|
||||||
|
|
||||||
pkgname = python-plotly
|
pkgname = python-plotly
|
||||||
pkgdesc = An interactive, browser-based graphing library for Python3
|
pkgdesc = An interactive, browser-based graphing library for Python3
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -7,14 +7,14 @@ _pypiname=plotly
|
|||||||
pkgbase=python-plotly
|
pkgbase=python-plotly
|
||||||
pkgname=('python-plotly' 'python2-plotly')
|
pkgname=('python-plotly' 'python2-plotly')
|
||||||
pkgdesc="An interactive, browser-based graphing library for Python"
|
pkgdesc="An interactive, browser-based graphing library for Python"
|
||||||
pkgver=3.7.1
|
pkgver=4.1.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
url="https://plot.ly/python/"
|
url="https://plot.ly/python/"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
arch=("any")
|
arch=("any")
|
||||||
makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 'python-numpy' 'python-pytz' 'python-requests' 'python-retrying' 'python2-numpy' 'python2-pytz' 'python2-requests')
|
makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 'python-numpy' 'python-pytz' 'python-requests' 'python-retrying' 'python2-numpy' 'python2-pytz' 'python2-requests')
|
||||||
source=("${_pkgname}-${pkgver}.tar.gz::https://pypi.org/packages/source/p/${_pypiname}/${_pypiname}-${pkgver}.tar.gz")
|
source=("${_pkgname}-${pkgver}.tar.gz::https://pypi.org/packages/source/p/${_pypiname}/${_pypiname}-${pkgver}.tar.gz")
|
||||||
sha512sums=('ca9a3b289ee073dd0c3590e3dd7bf5733e0fe3336e8f226f0bc8d114a8bc7ef580677dcef47a3ac33c5b992b9b96ba63eb613c1969d9a46052e4dc23d1272a5f')
|
sha512sums=('b7249ce8acc98d642ede4eec3f18cdd251969d8da9a1dba467afed40d84b568ac2f3c8471bb98b386dde82d027c1f9f03cdab6d8271fa85349a428f1a507dde1')
|
||||||
#validpgpkeys=('') # TODO https://github.com/plotly/plotly.py/issues/764
|
#validpgpkeys=('') # TODO https://github.com/plotly/plotly.py/issues/764
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|||||||
Reference in New Issue
Block a user