python/python-mysqlclient: Fix MD5SUM and SRCNAM.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
This commit is contained in:
Thibaut Notteboom 2021-04-24 07:31:38 +00:00 committed by Robby Workman
parent ff94453111
commit cf21cbc6d8
2 changed files with 3 additions and 7 deletions

View File

@ -24,7 +24,7 @@
PRGNAM=python-mysqlclient
VERSION=${VERSION:-1.3.13}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
SRCNAM=mysqlclient
@ -72,11 +72,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root=$PKG
# Python 3 support.
if $(python3 -c 'import sys' 2>/dev/null); then
python3 setup.py install --root=$PKG
fi
python3 setup.py install --root=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a doc/ HISTORY.rst INSTALL.rst LICENSE README.md \

View File

@ -1,7 +1,7 @@
PRGNAM="python-mysqlclient"
VERSION="1.3.13"
HOMEPAGE="https://github.com/PyMySQL/mysqlclient-python/"
DOWNLOAD="https://github.com/PyMySQL/mysqlclient-python/archive/1.3.13/mysqlclient-python-1.3.13.tar.gz"
DOWNLOAD="https://github.com/PyMySQL/mysqlclient-python/archive/1.3.13/mysqlclient-1.3.13.tar.gz"
MD5SUM="5c97bd96c0398ea74fb57665b4a11fd6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""