summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsta Zahn2018-07-02 13:50:26 -0400
committerIsta Zahn2018-07-02 13:50:26 -0400
commit4e043bfd4366c8cfd3c678b2ede7c30148e7c22a (patch)
treeee73a55aef789b6505a6f5123941a9e62cf0be91
parent0d59cda146618110f72392e45d0ed9525af8d559 (diff)
downloadaur-4e043bfd4366c8cfd3c678b2ede7c30148e7c22a.tar.gz
add selenium to optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f64d587b884d..75818656d4b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-altair
pkgdesc = Declarative statistical visualization library for Python
pkgver = 2.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://altair-viz.github.io/
arch = any
license = MIT
@@ -13,6 +13,7 @@ pkgbase = python-altair
depends = python-pandas
depends = python-six
depends = python-toolz
+ optdepends = python-selenium: png and svg export support
source = altair-2.0.1.tar.gz::https://files.pythonhosted.org/packages/19/1f/55b9d398b3217bb9feb8405188b38f13320ece65f383cf769e38ac4a81ba/altair-2.0.1.tar.gz
sha256sums = a5ec9878cbfd7e934bc95becb6a50edbbabb93614e7c59ff199b66db856c676e
diff --git a/PKGBUILD b/PKGBUILD
index 1509c3473de1..1e525af5a75c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,9 @@ _pyname=altair
pkgname=('python-altair')
depends=('python' 'python-entrypoints' 'python-jsonschema' 'python-numpy' 'python-pandas' 'python-six' 'python-toolz')
makedepends=('python-setuptools')
+optdepends=('python-selenium: png and svg export support')
pkgver=2.0.1
-pkgrel=2
+pkgrel=3
pkgdesc=" Declarative statistical visualization library for Python"
arch=('any')
url="https://altair-viz.github.io/"