[arch-commits] Commit in python-pandas/trunk (PKGBUILD)
Andrzej Giniewicz
aginiewicz at nymeria.archlinux.org
Mon Jun 9 11:11:27 UTC 2014
Date: Monday, June 9, 2014 @ 13:11:27
Author: aginiewicz
Revision: 112879
upgpkg: python-pandas 0.14.0-1
Release python-pandas
Modified:
python-pandas/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-06-09 10:50:55 UTC (rev 112878)
+++ PKGBUILD 2014-06-09 11:11:27 UTC (rev 112879)
@@ -5,7 +5,7 @@
pkgbase=python-pandas
pkgname=('python2-pandas' 'python-pandas')
pkgver=0.14.0
-pkgrel=0
+pkgrel=1
pkgdesc="Cross-section and time series data analysis toolkit"
arch=('i686' 'x86_64')
url="http://pandas.pydata.org/"
@@ -51,6 +51,7 @@
python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" $(find "${pkgdir}" -name '*.py')
+ sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" $(find "${pkgdir}" -name '*.py')
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
More information about the arch-commits
mailing list