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

Andrzej Giniewicz aginiewicz at archlinux.org
Tue Apr 28 14:25:03 UTC 2015


    Date: Tuesday, April 28, 2015 @ 16:25:03
  Author: aginiewicz
Revision: 132450

upgpkg: python-pandas 0.16.0-2

python-pandas: new optional dependencies with python 3 versions

Modified:
  python-pandas/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-28 13:16:57 UTC (rev 132449)
+++ PKGBUILD	2015-04-28 14:25:03 UTC (rev 132450)
@@ -5,7 +5,7 @@
 pkgbase=python-pandas
 pkgname=('python2-pandas' 'python-pandas')
 pkgver=0.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Cross-section and time series data analysis toolkit"
 arch=('i686' 'x86_64')
 url="http://pandas.pydata.org/"
@@ -80,6 +80,8 @@
               'python-openpyxl: needed for Excel XLSX input/output'
               'python-xlsxwriter: alternative Excel XLSX output'
               'python-xlrd: needed for Excel XLS input'
+              'python-xlwt: needed for Excel XLS output'
+              'python-boto: needed for access to Amazon S3 storage'
               'python-beautifulsoup4: needed for read_html function'
               'python-lxml: needed for read_html function (and/or python-html5lib)'
               'python-html5lib: needed for read_hmlt function (and/or python-lxml)'



More information about the arch-commits mailing list