mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-26 13:00:32 +01:00
40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
pkgbase = python-plotly
|
|
pkgdesc = An interactive, browser-based graphing library for Python
|
|
pkgver = 3.7.1
|
|
pkgrel = 1
|
|
url = https://plot.ly/python/
|
|
arch = any
|
|
license = MIT
|
|
makedepends = python
|
|
makedepends = python-setuptools
|
|
makedepends = python2
|
|
makedepends = python2-setuptools
|
|
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.7.1.tar.gz::https://pypi.org/packages/source/p/plotly/plotly-3.7.1.tar.gz
|
|
sha512sums = ca9a3b289ee073dd0c3590e3dd7bf5733e0fe3336e8f226f0bc8d114a8bc7ef580677dcef47a3ac33c5b992b9b96ba63eb613c1969d9a46052e4dc23d1272a5f
|
|
|
|
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
|
|
|