mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-26 21:10:31 +01:00
33 lines
1013 B
Plaintext
33 lines
1013 B
Plaintext
pkgbase = python-plotly
|
|
pkgdesc = An interactive, browser-based graphing library for Python
|
|
pkgver = 3.3.0
|
|
pkgrel = 1
|
|
url = https://plot.ly/python/
|
|
arch = any
|
|
license = MIT
|
|
makedepends = python
|
|
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
|
|
|
|
pkgname = python-plotly
|
|
pkgdesc = An interactive, browser-based graphing library for Python3
|
|
depends = python
|
|
depends = python-requests
|
|
depends = python-pytz
|
|
depends = python-six
|
|
depends = python-numpy
|
|
depends = python-retrying
|
|
|
|
pkgname = python2-plotly
|
|
pkgdesc = An interactive, browser-based graphing library for Python2
|
|
depends = python2
|
|
depends = python2-requests
|
|
depends = python2-pytz
|
|
depends = python2-six
|
|
depends = python2-numpy
|
|
depends = python-retrying
|
|
|