Date: Wednesday, October 5, 2016 @ 17:25:08 Author: aginiewicz Revision: 191405
upgpkg: python-pandas 0.19.0-2 python-pandas: updated dependencies Modified: python-pandas/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-10-05 17:00:36 UTC (rev 191404) +++ PKGBUILD 2016-10-05 17:25:08 UTC (rev 191405) @@ -2,14 +2,12 @@ # Maintainer: Andrzej Giniewicz <[email protected]> # Contributor: Keith Hughitt <[email protected]> -# TODO: add python-gflags>=3.0.0 -# TODO: add python2-backports-lzma # TODO: move python-xarray from AUR to community (with dependencies) pkgbase=python-pandas pkgname=('python2-pandas' 'python-pandas') pkgver=0.19.0 -pkgrel=1 +pkgrel=2 pkgdesc="Cross-section and time series data analysis toolkit" arch=('i686' 'x86_64') url="http://pandas.pydata.org/" @@ -44,7 +42,7 @@ } package_python2-pandas() { - depends=('python2-numpy' 'python2-dateutil' 'python2-pytz') + depends=('python2-numpy' 'python2-dateutil' 'python2-pytz' 'python2-setuptools') 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)' @@ -68,7 +66,7 @@ 'python2-oauth2client: needed for gbq' 'python2-httplib2: needed for gbq' 'python2-google-api-python-client: needed for gbq' - 'python2-setuptools: needed for gbq' + 'python2-backports.lzma: needed for xz compressed DataFrames in CSV' '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)') @@ -81,7 +79,7 @@ } package_python-pandas() { - depends=('python-numpy' 'python-dateutil' 'python-pytz') + depends=('python-numpy' 'python-dateutil' 'python-pytz' 'python-setuptools') 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)' @@ -100,6 +98,10 @@ 'python-pyside: needed for read_clipboard function (only one needed)' 'xsel: needed for read_clipboard function (only one needed)' 'xclip: needed for read_clipboard function (only one needed)' + 'python-gflags: needed for gbq' + 'python-oauth2client: needed for gbq' + 'python-httplib2: needed for gbq' + 'python-google-api-python-client: needed for gbq' '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)')
