aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2024-01-15 13:10:25 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-20 09:16:20 +0700
commit4e0ea97bf44d89c96e692d1a6521c8c56c269a36 (patch)
tree046d31a315fd2d1f7bd377c689f6c8efe7934d1a
parente3670ad774ddc695417f3191c8f57c7e6e9ffae1 (diff)
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>
-rw-r--r--libraries/dropbox-python/dropbox-python.SlackBuild5
-rw-r--r--libraries/dropbox-python/dropbox-python.info10
2 files changed, 7 insertions, 8 deletions
diff --git a/libraries/dropbox-python/dropbox-python.SlackBuild b/libraries/dropbox-python/dropbox-python.SlackBuild
index 5601d14ea1fb..ed3c73d17d1b 100644
--- a/libraries/dropbox-python/dropbox-python.SlackBuild
+++ b/libraries/dropbox-python/dropbox-python.SlackBuild
@@ -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 \
diff --git a/libraries/dropbox-python/dropbox-python.info b/libraries/dropbox-python/dropbox-python.info
index b6a7db22d504..2a98e4c1ff1a 100644
--- a/libraries/dropbox-python/dropbox-python.info
+++ b/libraries/dropbox-python/dropbox-python.info
@@ -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"