Date: Friday, October 9, 2015 @ 22:38:52 Author: aginiewicz Revision: 143515
upgpkg: python-pandas 0.17.0-1 python-pandas: new upstream release Modified: python-pandas/trunk/PKGBUILD ----------+ PKGBUILD | 40 ++++++++++++++++++++++++---------------- 1 file changed, 24 insertions(+), 16 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-09 19:25:46 UTC (rev 143514) +++ PKGBUILD 2015-10-09 20:38:52 UTC (rev 143515) @@ -2,10 +2,12 @@ # Maintainer: Andrzej Giniewicz <[email protected]> # Contributor: Keith Hughitt <[email protected]> +# TODO: new optional dependencies --- python-blosc, python-pandas-datareader + pkgbase=python-pandas pkgname=('python2-pandas' 'python-pandas') -pkgver=0.16.2 -pkgrel=2 +pkgver=0.17.0 +pkgrel=1 pkgdesc="Cross-section and time series data analysis toolkit" arch=('i686' 'x86_64') url="http://pandas.pydata.org/" @@ -13,7 +15,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=('a92787bcdf0fc0c6d5f4fe4877335ab5') +md5sums=('55d34c4d5655c94ca30a59dea6b36316') prepare() { cd "$srcdir" @@ -39,7 +41,7 @@ } package_python2-pandas() { - depends=('python2-numpy' 'python2-dateutil' 'python2-pytz' 'python2-setuptools') + depends=('python2-numpy' 'python2-dateutil' 'python2-pytz') optdepends=('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' @@ -48,18 +50,22 @@ 'python2-matplotlib: needed for plotting' 'python2-statsmodels: needed for parts of pandas.stats' 'python2-openpyxl: 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-xlsxwriter: alternative Excel XLSX output' 'python2-boto: needed for access to Amazon S3 storage' + '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)' + 'xsel: needed for read_clipboard function (only one needed)' + 'xclip: needed for read_clipboard function (only one needed)' + 'python2-gflags: 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)' - 'python2-httplib2: needed for gbq' - 'python2-google-api-python-client: needed for gbq' - 'python2-gflags: needed for gbq' - 'xsel: needed for read_clipboard function (or xclip)' - 'xclip: needed for read_clipboard function (or xsel)') + 'python2-html5lib: needed for read_hmlt function (and/or python2-lxml)') cd "$srcdir"/pandas-py2-${pkgver} @@ -69,7 +75,7 @@ } package_python-pandas() { - depends=('python-numpy' 'python-dateutil' 'python-pytz' 'python-setuptools') + depends=('python-numpy' 'python-dateutil' 'python-pytz') optdepends=('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' @@ -78,15 +84,17 @@ 'python-matplotlib: needed for plotting' 'python-statsmodels: needed for parts of pandas.stats' '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-xlsxwriter: alternative Excel XLSX output' 'python-boto: needed for access to Amazon S3 storage' + '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)' + 'xclip: needed for read_clipboard function (only one needed)' '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)' - 'xsel: needed for read_clipboard function (or xclip)' - 'xclip: needed for read_clipboard function (or xsel)') + 'python-html5lib: needed for read_hmlt function (and/or python-lxml)') cd "$srcdir"/pandas-${pkgver}
