python-pandas: update to 0.17.1
This commit is contained in:
parent
7508259006
commit
d5ba5c2999
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-pandas'
|
# Template file for 'python-pandas'
|
||||||
pkgname=python-pandas
|
pkgname=python-pandas
|
||||||
version=0.17.0
|
version=0.17.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="pandas-${version}"
|
wrksrc="pandas-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
|
@ -15,7 +15,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://pandas.pydata.org/"
|
homepage="http://pandas.pydata.org/"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/p/pandas/pandas-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pandas/pandas-${version}.tar.gz"
|
||||||
checksum=320d4fdf734b82adebc8fde9d8ca4b05fe155a72b6f7aa95d76242da8748d6a4
|
checksum=cfd7214a7223703fe6999fbe34837749540efee1c985e6aee9933f30e3f72837
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
find pandas -type f -name '*.py' -exec sed -i '/^#!.*python$/d' {} +
|
find pandas -type f -name '*.py' -exec sed -i '/^#!.*python$/d' {} +
|
||||||
|
|
Loading…
Reference in a new issue