summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis2017-03-01 14:33:56 +0100
committer Willy Sudiarto Raharjo2017-03-04 01:27:15 +0100
commit53b284d3d188cddec03b9356b157ddca7aef9e3f (patch)
tree4ba01493b7d405c7de3e5f0deca7515ed5606980
parentf1ab7659b39ee6d94ada89ccda581a01532ba9d0 (diff)
downloadslackbuilds-53b284d3d188cddec03b9356b157ddca7aef9e3f.tar.gz
python/ply: Updated for version 3.10.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r--python/ply/ply.SlackBuild6
-rw-r--r--python/ply/ply.info6
2 files changed, 6 insertions, 6 deletions
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
diff --git a/python/ply/ply.info b/python/ply/ply.info
index baf37e8d01..fa87afd31c 100644
--- a/python/ply/ply.info
+++ b/python/ply/ply.info
@@ -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=""