summaryrefslogtreecommitdiffstats
path: root/python/python-distro/python-distro.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2019-02-08 17:15:25 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-02-09 10:30:02 +0700
commita38dc59d29d801279f37bf19947ab697d29389ce (patch)
tree102543a39c34de56df5dc6c40f1f8382a1e45cb2 /python/python-distro/python-distro.SlackBuild
parentcd622c471ba8cbde609e6ece4e8804b1da7abff8 (diff)
downloadslackbuilds-a38dc59d29d801279f37bf19947ab697d29389ce.tar.gz
slackbuilds-a38dc59d29d801279f37bf19947ab697d29389ce.tar.xz
python/python-distro: Updated for version 1.4.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/python-distro/python-distro.SlackBuild')
-rw-r--r--python/python-distro/python-distro.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python-distro/python-distro.SlackBuild b/python/python-distro/python-distro.SlackBuild
index b20e420da9..d6b4b23504 100644
--- a/python/python-distro/python-distro.SlackBuild
+++ b/python/python-distro/python-distro.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python-distro
-# Copyright 2016-2017 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2016-2019 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
PRGNAM=python-distro
SRCNAM=$(printf $PRGNAM | cut -c8-13)
-VERSION=${VERSION:-1.1.0}
+VERSION=${VERSION:-1.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -81,7 +81,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 README.rst PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a README.md CONTRIBUT*.md CHANGELOG.md LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install