From 53b284d3d188cddec03b9356b157ddca7aef9e3f Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 1 Mar 2017 15:33:56 +0200 Subject: python/ply: Updated for version 3.10. Signed-off-by: Dimitris Zlatanidis --- python/ply/ply.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/ply/ply.SlackBuild') diff --git a/python/ply/ply.SlackBuild b/python/ply/ply.SlackBuild index 0e2d02fe3d..e8c9de245c 100644 --- a/python/ply/ply.SlackBuild +++ b/python/ply/ply.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ply -# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greeece +# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greeece # 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=ply -VERSION=${VERSION:-3.9} +VERSION=${VERSION:-3.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,7 +67,7 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; python setup.py install --root=$PKG -- cgit v1.2.3-65-gdbad