diff options
Diffstat (limited to 'python/py/py.SlackBuild')
-rw-r--r-- | python/py/py.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/py/py.SlackBuild b/python/py/py.SlackBuild index 1ccc1ffeca2d1..c0c258564e178 100644 --- a/python/py/py.SlackBuild +++ b/python/py/py.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for py # Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=py -VERSION=${VERSION:-1.6.0} +VERSION=${VERSION:-1.11.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -86,7 +87,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 AUTHORS README.rst LICENSE CHANGELOG doc/*.txt $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS README.rst LICENSE CHANGELOG.rst doc/*.txt $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |