summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsta Zahn2018-06-29 20:05:27 -0400
committerIsta Zahn2018-06-29 20:05:27 -0400
commit0d59cda146618110f72392e45d0ed9525af8d559 (patch)
treeb968e2a8660e10865caa0f60bb0050e753d827c0
parent4cdbe34fdb0a7e11e1e9a7103e64c8da73f8ee2c (diff)
downloadaur-0d59cda146618110f72392e45d0ed9525af8d559.tar.gz
typing is now in stdlib, remove from deps array
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 701c1c7084fe..f64d587b884d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-altair
pkgdesc = Declarative statistical visualization library for Python
pkgver = 2.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://altair-viz.github.io/
arch = any
license = MIT
@@ -13,7 +13,6 @@ pkgbase = python-altair
depends = python-pandas
depends = python-six
depends = python-toolz
- depends = python-typing
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 4f884804099a..1509c3473de1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgbase=python-altair
_pyname=altair
pkgname=('python-altair')
-depends=('python' 'python-entrypoints' 'python-jsonschema' 'python-numpy' 'python-pandas' 'python-six' 'python-toolz' 'python-typing')
+depends=('python' 'python-entrypoints' 'python-jsonschema' 'python-numpy' 'python-pandas' 'python-six' 'python-toolz')
makedepends=('python-setuptools')
pkgver=2.0.1
-pkgrel=1
+pkgrel=2
pkgdesc=" Declarative statistical visualization library for Python"
arch=('any')
url="https://altair-viz.github.io/"