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

Andrzej Giniewicz aginiewicz at nymeria.archlinux.org
Mon Jun 9 13:11:55 UTC 2014


    Date: Monday, June 9, 2014 @ 15:11:55
  Author: aginiewicz
Revision: 112914

upgpkg: python-pandas 0.14.0-2

Update python-pandas to include more optional dependencies

Modified:
  python-pandas/trunk/PKGBUILD

----------+
 PKGBUILD |   30 +++++++++++++++++++-----------
 1 file changed, 19 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-09 13:01:18 UTC (rev 112913)
+++ PKGBUILD	2014-06-09 13:11:55 UTC (rev 112914)
@@ -5,7 +5,7 @@
 pkgbase=python-pandas
 pkgname=('python2-pandas' 'python-pandas')
 pkgver=0.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Cross-section and time series data analysis toolkit"
 arch=('i686' 'x86_64')
 url="http://pandas.pydata.org/"
@@ -38,13 +38,17 @@
               'python2-pytables: needed for HDF5-based storage'
               'python2-sqlalchemy: needed for SQL database support'
               'python2-matplotlib: needed for plotting'
-              'python2-openpyxl1: needed for XLSX input/output'
-              'python2-xlrd: needed for XLS input'
-              'python2-xlwt: needed for XLS output'
-              'python2-boto: needed for access Amazon S3'
+              'python2-statsmodels: needed for parts of pandas.stats'
+              'python2-openpyxl1: needed for Excel XLSX input/output'
+              'python2-xlsxwriter: alternative Excel XLSX output'
+              'python2-xlrd: needed for Excel XLS input'
+              'python2-xlwt: needed for Excel XLS output'
+              'python2-boto: needed for access to Amazon S3 storage'
               'python2-beautifulsoup4: needed for read_html function'
-              'python2-lxml: needed for read_html function'
-              'python2-html5lib: needed for read_hmlt function')
+              'python2-lxml: needed for read_html function (and/or python2-html5lib)'
+              'python2-html5lib: needed for read_hmlt function (and/or python2-lxml)'
+              'xsel: needed for read_clipboard function (or xclip)'
+              'xclip: needed for read_clipboard function (or xsel)')
 
   cd "$srcdir"/pandas-py2-${pkgver}
 
@@ -64,11 +68,15 @@
               'python-pytables: needed for HDF5-based storage'
               'python-sqlalchemy: needed for SQL database support'
               'python-matplotlib: needed for plotting'
-              'python-openpyxl1: needed for XLSX input/output'
-              'python-xlrd: needed for XLS input'
+              'python-statsmodels: needed for parts of pandas.stats'
+              'python-openpyxl1: needed for Excel XLSX input/output'
+              'python-xlsxwriter: alternative Excel XLSX output'
+              'python-xlrd: needed for Excel XLS input'
               'python-beautifulsoup4: needed for read_html function'
-              'python-lxml: needed for read_html function'
-              'python-html5lib: needed for read_hmlt function')
+              'python-lxml: needed for read_html function (and/or python-html5lib)'
+              'python-html5lib: needed for read_hmlt function (and/or python-lxml)'
+              'xsel: needed for read_clipboard function (or xclip)'
+              'xclip: needed for read_clipboard function (or xsel)')
 
   cd "$srcdir"/pandas-${pkgver}
 




More information about the arch-commits mailing list