From fd14ab8c2c8d1b2d9158c9c4ad100abec1a644f1 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Tue, 3 Mar 2020 20:12:14 -0800 Subject: python/python-branca: Updated for version 0.4.0. --- python/python-branca/python-branca.SlackBuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'python/python-branca/python-branca.SlackBuild') 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 +# Copyright 2019-2020 Benjamin Trigona-Harany # 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 -- cgit v1.2.3