diff options
author | Christoph Willing <chris.willing@linux.com> | 2023-08-30 23:01:39 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-02 18:02:41 +0700 |
commit | 19f7c13157d7f5dd954f674a8698b2c34f5d983d (patch) | |
tree | 1a75adae2e50d6ebae511c5b16ace40b234b9267 /python/PyGreSQL/PyGreSQL.SlackBuild | |
parent | e0fb5fc67f59a853a45296ce0d44c8d86fb790c3 (diff) |
python/PyGreSQL: Updated for version 5.2.5
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/PyGreSQL/PyGreSQL.SlackBuild')
-rw-r--r-- | python/PyGreSQL/PyGreSQL.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/PyGreSQL/PyGreSQL.SlackBuild b/python/PyGreSQL/PyGreSQL.SlackBuild index 5ea0940f7e..8827266d62 100644 --- a/python/PyGreSQL/PyGreSQL.SlackBuild +++ b/python/PyGreSQL/PyGreSQL.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for PyGreSQL -# Copyright 2013-2022, Christoph Willing, Brisbane Australia +# Copyright 2013-2023, Christoph Willing, Brisbane Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=PyGreSQL -VERSION=${VERSION:-5.2.4} +VERSION=${VERSION:-5.2.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -78,6 +78,7 @@ find -L . \ # Build & install 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 \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |