python-pandas: update to 0.17.0
This commit is contained in:
parent
1d8c561665
commit
546a28b316
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-pandas'
|
# Template file for 'python-pandas'
|
||||||
pkgname=python-pandas
|
pkgname=python-pandas
|
||||||
version=0.16.2
|
version=0.17.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="pandas-${version}"
|
wrksrc="pandas-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -16,7 +16,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=e01853dfe111f3aea005315573400b7216ddbabbf1f28d482a71217d67ae4f81
|
checksum=320d4fdf734b82adebc8fde9d8ca4b05fe155a72b6f7aa95d76242da8748d6a4
|
||||||
|
|
||||||
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…
Add table
Add a link
Reference in a new issue