python/python3-tekore: Updated for version 3.7.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ebec2cb408
commit
72f06cf1ab
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python3-tekore
|
||||
|
||||
# Copyright 2019-2020 Pouria Rezaei <Pouria.rz@outlook.com>
|
||||
# Copyright 2019-2021 Pouria Rezaei <Pouria.rz@outlook.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
|
||||
PRGNAM=python3-tekore
|
||||
SRCNAM=tekore
|
||||
VERSION=${VERSION:-3.6.2}
|
||||
VERSION=${VERSION:-3.7.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -75,7 +75,6 @@ sed -i -e "s~.*scripts=glob.glob(\"Scripts/\*.py\"),~~" setup.py
|
|||
|
||||
python3 setup.py install --root=$PKG
|
||||
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" \
|
||||
| grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-tekore"
|
||||
VERSION="3.6.2"
|
||||
VERSION="3.7.1"
|
||||
HOMEPAGE="https://pypi.org/project/tekore/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/ed/c4/a589e124812d79e24049e58831a2bce97234f2d9ec500423dc52beb46450/tekore-3.6.2.tar.gz"
|
||||
MD5SUM="b5f1e4bc7244cd07ac5554a842811aa5"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/22/9c/0abd5bd08331b0001a4f98dfcd02df5d65cc7546f9dfa7d91e473a959504/tekore-3.7.1.tar.gz"
|
||||
MD5SUM="5ebd91dfde61182d5bdb1e913ef507a8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue