libraries/dropbox-python: Updated for version 11.36.2.

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 2024-01-15 13:10:25 +02:00 committed by Willy Sudiarto Raharjo
parent e3670ad774
commit 4e0ea97bf4
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 8 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for dropbox-python
# Copyright 2014-2019 Dimitris Zlatanidis Orestiada, Greece
# Copyright 2014-2024 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=dropbox-python
SCRNAM=$(printf $PRGNAM | cut -c1-7)
VERSION=${VERSION:-9.4.0}
VERSION=${VERSION:-11.36.2}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -80,7 +80,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 {} \;
python2 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 \

View file

@ -1,10 +1,10 @@
PRGNAM="dropbox-python"
VERSION="9.4.0"
VERSION="11.36.2"
HOMEPAGE="https://www.dropbox.com/"
DOWNLOAD="https://files.pythonhosted.org/packages/88/c9/899c5d112eb4aa48fb611153c2f2eadafd859cbdee637b376d140a60e50d/dropbox-9.4.0.tar.gz"
MD5SUM="25f2106e9d4ee7b063749c8f22a567dc"
DOWNLOAD="https://files.pythonhosted.org/packages/8d/0f/2059c5ef8669e625a533661a2054a82241696954df6662aeee51a34b1022/dropbox-11.36.2.tar.gz"
MD5SUM="82a0b35467b23ba51780ddbc008f005c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python2-pytest-runner python3-pytest-runner"
REQUIRES="python3-stone"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"
EMAIL="dslackw@gmail.com"