network/kivy-garden: Updated for version 0.1.5.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dimitris Zlatanidis 2022-07-07 16:56:54 +03:00 committed by Willy Sudiarto Raharjo
parent 834fc3b2da
commit 7ad3dc3271
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for kivy-garden
# Copyright 2017 Dimitris Zlatanidis Orestiada, Greece
# Copyright 2017-2022 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=kivy-garden
SRCNAM=$( echo $PRGNAM | cut -c6-11)
VERSION=${VERSION:-0.1.4}
VERSION=${VERSION:-0.1.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -83,9 +83,9 @@ find -L . \
# Remove unused
sed -i "s/, 'bin\/garden.bat'//" setup.py
# Update message for Slackware users
sed -i -e "23d" -e "s/require requests/require python-requests/" bin/$SRCNAM
sed -i "23d" bin/$SRCNAM
python setup.py install --root=$PKG
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

View file

@ -1,8 +1,8 @@
PRGNAM="kivy-garden"
VERSION="0.1.4"
VERSION="0.1.5"
HOMEPAGE="https://github.com/kivy-garden/garden"
DOWNLOAD="https://pypi.python.org/packages/7d/68/decaee596ff8168a39432eb3949fc7c0be952ebb9467806823bffc165d48/kivy-garden-0.1.4.tar.gz"
MD5SUM="069b94c5a05e5b018ee7e7c2f10630db"
DOWNLOAD="https://github.com/kivy-garden/garden/archive/v0.1.5/kivy-garden-0.1.5.tar.gz"
MD5SUM="6c16edba32e897d65193b61638b96222"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""