Date: Thursday, March 17, 2016 @ 17:00:17 Author: aginiewicz Revision: 167034
upgpkg: python-pandas 0.18.0-1 python-pandas: new upstream release Modified: python-pandas/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-17 15:52:04 UTC (rev 167033) +++ PKGBUILD 2016-03-17 16:00:17 UTC (rev 167034) @@ -3,11 +3,12 @@ # Contributor: Keith Hughitt <[email protected]> # TODO: add gbq dependencies for python3 when python-gflags gets released +# TODO: move python-xarray from AUR to community, add as optdepends pkgbase=python-pandas pkgname=('python2-pandas' 'python-pandas') -pkgver=0.17.1 -pkgrel=2 +pkgver=0.18.0 +pkgrel=1 pkgdesc="Cross-section and time series data analysis toolkit" arch=('i686' 'x86_64') url="http://pandas.pydata.org/" @@ -15,7 +16,7 @@ makedepends=('python-setuptools' 'python-dateutil' 'python-numpy' 'python-pytz' 'python2-setuptools' 'python2-dateutil' 'python2-numpy' 'python2-pytz') source=("https://pypi.python.org/packages/source/p/pandas/pandas-${pkgver}.tar.gz") -md5sums=('1e18b9a5496ec92752b3cb6674bbe987') +md5sums=('f143762cd7a59815e348adf4308d2cf6') prepare() { cd "$srcdir" @@ -49,7 +50,6 @@ 'python2-pytables: needed for HDF5-based storage' 'python2-sqlalchemy: needed for SQL database support' 'python2-matplotlib: needed for plotting' - 'python2-statsmodels: needed for parts of pandas.stats' 'python2-openpyxl: needed for Excel XLSX input/output' 'python2-xlrd: needed for Excel XLS input' 'python2-xlwt: needed for Excel XLS output' @@ -63,9 +63,10 @@ 'xsel: needed for read_clipboard function (only one needed)' 'xclip: needed for read_clipboard function (only one needed)' 'python2-gflags: needed for gbq' + 'python2-oauth2client: needed for gbq' + 'python2-httplib2: needed for gbq' 'python2-google-api-python-client: needed for gbq' 'python2-setuptools: needed for gbq' - 'python2-httplib2: needed for gbq' '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)') @@ -86,7 +87,6 @@ 'python-pytables: needed for HDF5-based storage' 'python-sqlalchemy: needed for SQL database support' 'python-matplotlib: needed for plotting' - 'python-statsmodels: needed for parts of pandas.stats' 'python-openpyxl: needed for Excel XLSX input/output' 'python-xlrd: needed for Excel XLS input' 'python-xlwt: needed for Excel XLS output'
