diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2018-11-18 16:53:36 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-24 12:35:19 +0700 |
commit | fce7a863de0a198d54acd9dad50b7cfe53f9bcc2 (patch) | |
tree | f01f3750383267e36cc3fb97de50b552b685a2a7 /python/pymysql | |
parent | 9bafcd724c24369968a4c163970c1eec1f24521f (diff) | |
download | slackbuilds-fce7a863de0a198d54acd9dad50b7cfe53f9bcc2.tar.gz |
python/pymysql: Updated for version 0.9.2
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python/pymysql')
-rw-r--r-- | python/pymysql/pymysql.SlackBuild | 9 | ||||
-rw-r--r-- | python/pymysql/pymysql.info | 8 |
2 files changed, 7 insertions, 10 deletions
diff --git a/python/pymysql/pymysql.SlackBuild b/python/pymysql/pymysql.SlackBuild index 7da8c3f21c..5394c53c85 100644 --- a/python/pymysql/pymysql.SlackBuild +++ b/python/pymysql/pymysql.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pymysql -# Copyright 2014-2016 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2014-2018 Larry Hajali <larryhaja[at]gmail[dot]com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,13 +24,13 @@ PRGNAM=pymysql SRCNAM=PyMySQL -VERSION=${VERSION:-0.7.5} +VERSION=${VERSION:-0.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -56,9 +56,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# Don't install tests. -rm -rf $PRGNAM/tests - python setup.py install --root=$PKG # Install python3 bindings. Default is no. diff --git a/python/pymysql/pymysql.info b/python/pymysql/pymysql.info index 66fca30117..1c76c39636 100644 --- a/python/pymysql/pymysql.info +++ b/python/pymysql/pymysql.info @@ -1,10 +1,10 @@ PRGNAM="pymysql" -VERSION="0.7.5" +VERSION="0.9.2" HOMEPAGE="https://github.com/PyMySQL/PyMySQL" -DOWNLOAD="https://github.com/PyMySQL/PyMySQL/archive/0.7.5/PyMySQL-0.7.5.tar.gz" -MD5SUM="29bb1c5c5f85f16d69d1a4f999d67f79" +DOWNLOAD="https://github.com/PyMySQL/PyMySQL/archive/v0.9.2/PyMySQL-0.9.2.tar.gz" +MD5SUM="f271e43583a7040c8b1799d2a60ebd51" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="cryptography" MAINTAINER="Larry Hajali" EMAIL="larryhaja[at]gmail[dot]com" |