development/pandas: Updated for version 0.19.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
1f1319f4b4
commit
73abeac981
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=pandas
|
PRGNAM=pandas
|
||||||
VERSION=${VERSION:-0.18.1}
|
VERSION=${VERSION:-0.19.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@ find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
python setup.py install --root=$PKG
|
python setup.py install --root=$PKG
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="pandas"
|
PRGNAM="pandas"
|
||||||
VERSION="0.18.1"
|
VERSION="0.19.0"
|
||||||
HOMEPAGE="http://pandas.pydata.org"
|
HOMEPAGE="http://pandas.pydata.org"
|
||||||
DOWNLOAD="https://github.com/pydata/pandas/archive/v0.18.1.tar.gz"
|
DOWNLOAD="https://github.com/pydata/pandas/archive/v0.19.0.tar.gz"
|
||||||
MD5SUM="c6cb010d115a05842878c77f6959b8b0"
|
MD5SUM="ad13ddbb0b1e47934f8914facc7dbc94"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="numpy python-dateutil pytz"
|
REQUIRES="numpy python-dateutil pytz"
|
||||||
|
|
Loading…
Reference in New Issue