[arch-commits] Commit in python-pandas/trunk (PKGBUILD)

Andrzej Giniewicz aginiewicz at archlinux.org
Wed Aug 6 18:16:37 UTC 2014


    Date: Wednesday, August 6, 2014 @ 20:16:37
  Author: aginiewicz
Revision: 116929

upgpkg: python-pandas 0.14.1-3

Add optional dependencies for Google BigQuery support

Modified:
  python-pandas/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-06 18:02:15 UTC (rev 116928)
+++ PKGBUILD	2014-08-06 18:16:37 UTC (rev 116929)
@@ -5,7 +5,7 @@
 pkgbase=python-pandas
 pkgname=('python2-pandas' 'python-pandas')
 pkgver=0.14.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Cross-section and time series data analysis toolkit"
 arch=('i686' 'x86_64')
 url="http://pandas.pydata.org/"
@@ -47,6 +47,9 @@
               'python2-beautifulsoup4: needed for read_html function'
               'python2-lxml: needed for read_html function (and/or python2-html5lib)'
               'python2-html5lib: needed for read_hmlt function (and/or python2-lxml)'
+              'python2-httplib2: needed for gbq'
+              'python2-google-api-python-client: needed for gbq'
+              'python2-gflags: needed for gbq'
               'xsel: needed for read_clipboard function (or xclip)'
               'xclip: needed for read_clipboard function (or xsel)')
 




More information about the arch-commits mailing list