aboutsummaryrefslogtreecommitdiff
path: root/python/python-branca/python-branca.SlackBuild
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <slackbuilds@jaxartes.net>2020-03-03 20:12:14 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-03-07 14:06:37 +0700
commitfd14ab8c2c8d1b2d9158c9c4ad100abec1a644f1 (patch)
treeb6eeab318527709f24e98d201a2f5d4bd80fa80b /python/python-branca/python-branca.SlackBuild
parentaa7dde46860395feb314dbd7e02d994b5cb33778 (diff)
downloadslackbuilds-fd14ab8c2c8d1b2d9158c9c4ad100abec1a644f1.tar.xz
python/python-branca: Updated for version 0.4.0.
Diffstat (limited to 'python/python-branca/python-branca.SlackBuild')
-rw-r--r--python/python-branca/python-branca.SlackBuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/python/python-branca/python-branca.SlackBuild b/python/python-branca/python-branca.SlackBuild
index 442ffec7435f..74df22deb6df 100644
--- a/python/python-branca/python-branca.SlackBuild
+++ b/python/python-branca/python-branca.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python-branca
-# Copyright 2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2019-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=python-branca
-VERSION=${VERSION:-0.3.1}
+VERSION=${VERSION:-0.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -71,7 +71,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-python2 setup.py install --root=$PKG
python3 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
@@ -79,7 +78,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- CHANGES.txt LICENSE.txt README.rst \
+ CHANGES.txt LICENSE.txt README.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild