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

Andrzej Giniewicz aginiewicz at archlinux.org
Sat Nov 21 18:08:29 UTC 2015


    Date: Saturday, November 21, 2015 @ 19:08:29
  Author: aginiewicz
Revision: 147342

upgpkg: python-pandas 0.17.1-2

python-pandas: update dependencies

Modified:
  python-pandas/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-21 17:33:22 UTC (rev 147341)
+++ PKGBUILD	2015-11-21 18:08:29 UTC (rev 147342)
@@ -2,12 +2,12 @@
 # Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
 # Contributor: Keith Hughitt <khughitt at umd.edu>
 
-# TODO: new optional dependencies --- python-blosc, python-pandas-datareader
+# TODO: add gbq dependencies for python3 when python-gflags gets released
 
 pkgbase=python-pandas
 pkgname=('python2-pandas' 'python-pandas')
 pkgver=0.17.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Cross-section and time series data analysis toolkit"
 arch=('i686' 'x86_64')
 url="http://pandas.pydata.org/"
@@ -42,7 +42,8 @@
 
 package_python2-pandas() {
   depends=('python2-numpy' 'python2-dateutil' 'python2-pytz')
-  optdepends=('python2-numexpr: needed for accelerating certain numerical operations (recommended)'
+  optdepends=('python2-pandas-datareader: pandas.io.data replacement (recommended)'
+              'python2-numexpr: needed for accelerating certain numerical operations (recommended)'
               'python2-bottleneck: needed for accelerating certain types of nan evaluations (recommended)'
               'python2-scipy: needed for miscellaneous statistical functions'
               'python2-pytables: needed for HDF5-based storage'
@@ -53,7 +54,9 @@
               'python2-xlrd: needed for Excel XLS input'
               'python2-xlwt: needed for Excel XLS output'
               'python2-xlsxwriter: alternative Excel XLSX output'
+              'python2-jinja: needed for conditional HTML formatting'
               'python2-boto: needed for access to Amazon S3 storage'
+              'python2-blosc: for msgpack compression using blosc'
               'python2-pyqt4: needed for read_clipboard function (only one needed)'
               'python2-pyside: needed for read_clipboard function (only one needed)'
               'pygtk: needed for read_clipboard function (only one needed)'
@@ -76,7 +79,8 @@
 
 package_python-pandas() {
   depends=('python-numpy' 'python-dateutil' 'python-pytz')
-  optdepends=('python-numexpr: needed for accelerating certain numerical operations (recommended)'
+  optdepends=('python-pandas-datareader: pandas.io.data replacement (recommended)'
+              'python-numexpr: needed for accelerating certain numerical operations (recommended)'
               'python-bottleneck: needed for accelerating certain types of nan evaluations (recommended)'
               'python-scipy: needed for miscellaneous statistical functions'
               'python-pytables: needed for HDF5-based storage'
@@ -87,7 +91,9 @@
               'python-xlrd: needed for Excel XLS input'
               'python-xlwt: needed for Excel XLS output'
               'python-xlsxwriter: alternative Excel XLSX output'
+              'python-jinja: needed for conditional HTML formatting'
               'python-boto: needed for access to Amazon S3 storage'
+              'python-blosc: for msgpack compression using blosc'
               'python-pyqt4: needed for read_clipboard function (only one needed)'
               'python-pyside: needed for read_clipboard function (only one needed)'
               'xsel: needed for read_clipboard function (only one needed)'



More information about the arch-commits mailing list