summaryrefslogtreecommitdiffstats
path: root/libraries/GitPython
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2024-01-13 19:47:13 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-20 09:16:18 +0700
commite0b536f3650ad6c17b5659648275dd3318365322 (patch)
treeebefc20a6129404307abaa8a2949e72a9822d621 /libraries/GitPython
parent66717d08f15facd346c9ff7bb82f79747ad2b41d (diff)
downloadslackbuilds-e0b536f3650ad6c17b5659648275dd3318365322.tar.gz
slackbuilds-e0b536f3650ad6c17b5659648275dd3318365322.tar.xz
libraries/GitPython: Updated for version 3.1.41.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/GitPython')
-rw-r--r--libraries/GitPython/GitPython.SlackBuild11
-rw-r--r--libraries/GitPython/GitPython.info10
2 files changed, 8 insertions, 13 deletions
diff --git a/libraries/GitPython/GitPython.SlackBuild b/libraries/GitPython/GitPython.SlackBuild
index c7c2ac9052..9d448b4b4a 100644
--- a/libraries/GitPython/GitPython.SlackBuild
+++ b/libraries/GitPython/GitPython.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for GitPython
-# 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
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=GitPython
-VERSION=${VERSION:-3.0.2}
+VERSION=${VERSION:-3.1.41}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -79,12 +79,7 @@ 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 {} \;
-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
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
diff --git a/libraries/GitPython/GitPython.info b/libraries/GitPython/GitPython.info
index 1071f3f7ba..edda47587b 100644
--- a/libraries/GitPython/GitPython.info
+++ b/libraries/GitPython/GitPython.info
@@ -1,10 +1,10 @@
PRGNAM="GitPython"
-VERSION="3.0.2"
+VERSION="3.1.41"
HOMEPAGE="https://github.com/gitpython-developers/GitPython"
-DOWNLOAD="https://files.pythonhosted.org/packages/51/46/993beca52f3b609d148071e129235b866626eeb6056f2faffb41d9d727a7/GitPython-3.0.2.tar.gz"
-MD5SUM="ccec14a5c9f18702406122983d80032c"
+DOWNLOAD="https://files.pythonhosted.org/packages/e5/c2/6e3a26945a7ff7cf2854b8825026cf3f22ac8e18285bc11b6b1ceeb8dc3f/GitPython-3.1.41.tar.gz"
+MD5SUM="d03494fa7c4336058ae9cf42d88a2890"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="gitdb2"
+REQUIRES="python3-gitdb2"
MAINTAINER="Dimitris Zlatanidis"
-EMAIL="d.zlatanidis@gmail.com"
+EMAIL="dslackw@gmail.com"