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

Andrzej Giniewicz aginiewicz at archlinux.org
Wed May 31 10:23:24 UTC 2017


    Date: Wednesday, May 31, 2017 @ 10:23:23
  Author: aginiewicz
Revision: 231523

upgpkg: python-pandas 0.20.1-1

python-pandas: new upstream release - TODO: no xarray, gbg or s3 support in community yet

Modified:
  python-pandas/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++-------------
 1 file changed, 5 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-31 09:14:37 UTC (rev 231522)
+++ PKGBUILD	2017-05-31 10:23:23 UTC (rev 231523)
@@ -3,11 +3,13 @@
 # Contributor: Keith Hughitt <khughitt at umd.edu>
 
 # TODO: move python-xarray from AUR to community (with dependencies)
+# TODO: package python-s3fs
+# TODO: package pandas-gbq
 
 pkgbase=python-pandas
 pkgname=('python2-pandas' 'python-pandas')
-pkgver=0.19.2
-pkgrel=2
+pkgver=0.20.1
+pkgrel=1
 pkgdesc="Cross-section and time series data analysis toolkit"
 arch=('i686' 'x86_64')
 url="http://pandas.pydata.org/"
@@ -16,7 +18,7 @@
              'python2-setuptools' 'python2-dateutil' 'python2-numpy' 'python2-pytz'
              'cython' 'cython2')
 source=("https://github.com/pydata/pandas/archive/v${pkgver}.tar.gz")
-md5sums=('58441fe7043775b5b4e1a1b5dcbee832')
+md5sums=('47b2e5f9ecd2f1e971cf0786537d2fb5')
 
 prepare() {
   cd "$srcdir"
@@ -55,7 +57,6 @@
               '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)'
@@ -62,10 +63,6 @@
               '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-oauth2client: needed for gbq'
-              'python2-httplib2: needed for gbq'
-              'python2-google-api-python-client: 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)'
@@ -92,16 +89,11 @@
               '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)'
               '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)')



More information about the arch-commits mailing list