summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicoHood2019-02-06 18:18:38 +0100
committerNicoHood2019-02-06 18:18:38 +0100
commitfa8ddef5eaf4ef5f0c8356e6728012f2d476f086 (patch)
treeb8884b9b6f9a8e09d995c02e1a6d5c643bfae825
parent3e9be3f8ab65b84950b0d3eec2ba6ab32783f72d (diff)
downloadaur-fa8ddef5eaf4ef5f0c8356e6728012f2d476f086.tar.gz
Update 3.6.0
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD6
2 files changed, 13 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0a380c1de02..049b2cb8ee9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plotly
pkgdesc = An interactive, browser-based graphing library for Python
- pkgver = 3.3.0
+ pkgver = 3.6.0
pkgrel = 1
url = https://plot.ly/python/
arch = any
@@ -9,8 +9,15 @@ pkgbase = python-plotly
makedepends = python-setuptools
makedepends = python2
makedepends = python2-setuptools
- source = python-plotly-3.3.0.tar.gz::https://pypi.org/packages/source/p/plotly/plotly-3.3.0.tar.gz
- sha512sums = 9198673b268ab4e1fec25b46399e3af59e403a3aa0fb9063330d34e0b3179cedc61351f95f791c72cb80b62e4eb3521f8e7a8e03be7fcc5ae9c343a979468084
+ makedepends = python-numpy
+ makedepends = python-pytz
+ makedepends = python-requests
+ makedepends = python-retrying
+ makedepends = python2-numpy
+ makedepends = python2-pytz
+ makedepends = python2-requests
+ source = python-plotly-3.6.0.tar.gz::https://pypi.org/packages/source/p/plotly/plotly-3.6.0.tar.gz
+ sha512sums = 416fb81eac125071ecabaff79948611576c7b7a7a941c50253e100ef61d272b57b26e8bd3fb5d4f82f93513551050c20bad79f26cad240b2916548cd5cca05c4
pkgname = python-plotly
pkgdesc = An interactive, browser-based graphing library for Python3
diff --git a/PKGBUILD b/PKGBUILD
index 640acd253e12..1ffe7438e9d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@ _pypiname=plotly
pkgbase=python-plotly
pkgname=('python-plotly' 'python2-plotly')
pkgdesc="An interactive, browser-based graphing library for Python"
-pkgver=3.3.0
+pkgver=3.6.0
pkgrel=1
url="https://plot.ly/python/"
license=('MIT')
arch=("any")
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+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")
-sha512sums=('9198673b268ab4e1fec25b46399e3af59e403a3aa0fb9063330d34e0b3179cedc61351f95f791c72cb80b62e4eb3521f8e7a8e03be7fcc5ae9c343a979468084')
+sha512sums=('416fb81eac125071ecabaff79948611576c7b7a7a941c50253e100ef61d272b57b26e8bd3fb5d4f82f93513551050c20bad79f26cad240b2916548cd5cca05c4')
#validpgpkeys=('') # TODO https://github.com/plotly/plotly.py/issues/764
prepare() {