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

Andrzej Giniewicz aginiewicz at archlinux.org
Sat Aug 2 15:20:12 UTC 2014


    Date: Saturday, August 2, 2014 @ 17:20:12
  Author: aginiewicz
Revision: 116741

upgpkg: python-pandas 0.14.1-2

python-pandas: fix FS#41432

Modified:
  python-pandas/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-02 15:07:08 UTC (rev 116740)
+++ PKGBUILD	2014-08-02 15:20:12 UTC (rev 116741)
@@ -5,7 +5,7 @@
 pkgbase=python-pandas
 pkgname=('python2-pandas' 'python-pandas')
 pkgver=0.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Cross-section and time series data analysis toolkit"
 arch=('i686' 'x86_64')
 url="http://pandas.pydata.org/"
@@ -31,7 +31,7 @@
 }
 
 package_python2-pandas() {
-  depends=('python2-numpy' 'python2-dateutil' 'python2-pytz')
+  depends=('python2-numpy' 'python2-dateutil' 'python2-pytz' 'python2-setuptools')
   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'
@@ -61,7 +61,7 @@
 }
 
 package_python-pandas() {
-  depends=('python-numpy' 'python-dateutil' 'python-pytz')
+  depends=('python-numpy' 'python-dateutil' 'python-pytz' 'python-setuptools')
   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'




More information about the arch-commits mailing list