From 0c458bed262f4f5f2dc3505cfb2d94baef2578d6 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Fri, 1 Apr 2022 11:44:41 +0700 Subject: python/py: Updated for version 1.11.0. Signed-off-by: Willy Sudiarto Raharjo --- python/py/py.SlackBuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'python/py/py.SlackBuild') diff --git a/python/py/py.SlackBuild b/python/py/py.SlackBuild index 1ccc1ffeca..c0c258564e 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 # 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 -- cgit v1.2.3