python/ply: Updated for version 3.10.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2017-03-01 15:33:56 +02:00 committed by Willy Sudiarto Raharjo
parent f1ab7659b3
commit 53b284d3d1
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -1,8 +1,8 @@
PRGNAM="ply"
VERSION="3.9"
VERSION="3.10"
HOMEPAGE="http://www.dabeaz.com/ply/"
DOWNLOAD="http://www.dabeaz.com/ply/ply-3.9.tar.gz"
MD5SUM="c5c5767376eff902617fd9874f0c76b7"
DOWNLOAD="https://pypi.python.org/packages/ce/3d/1f9ca69192025046f02a02ffc61bfbac2731aab06325a218370fd93e18df/ply-3.10.tar.gz"
MD5SUM="1d63c166ab250bab87d8dcc42dcca70e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""