mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/arrow: Updated for version 0.15.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cd34be95f9
commit
bf5f978aaf
2 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
# Written by Jostein Berntsen <jbernts@broadpark.no>
|
||||
|
||||
PRGNAM=arrow
|
||||
VERSION=${VERSION:-0.14.2}
|
||||
VERSION=${VERSION:-0.15.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -77,7 +77,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a HISTORY.md LICENSE MANIFEST.in README.rst $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a CHANGELOG.rst LICENSE MANIFEST.in README.rst $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="arrow"
|
||||
VERSION="0.14.2"
|
||||
VERSION="0.15.2"
|
||||
HOMEPAGE="https://github.com/crsmithdev/arrow"
|
||||
DOWNLOAD="https://github.com/crsmithdev/arrow/archive/0.14.2/arrow-0.14.2.tar.gz"
|
||||
MD5SUM="79e6df5a8fbeea36376cdad5310f0d3a"
|
||||
DOWNLOAD="https://github.com/crsmithdev/arrow/archive/0.15.2/arrow-0.15.2.tar.gz"
|
||||
MD5SUM="33bc3e0628cc3dfaa6b3817998b1f9b2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="functools-lru-cache"
|
||||
|
|
Loading…
Reference in a new issue