python/pymysql: Updated for version 0.9.2

Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
Larry Hajali 2018-11-18 16:53:36 -08:00 committed by Willy Sudiarto Raharjo
parent 9bafcd724c
commit fce7a863de
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 7 additions and 10 deletions

View file

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

View file

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