aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorChristoph Willing <chris.willing@linux.com>2023-08-30 23:01:39 +1000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-02 18:02:41 +0700
commit19f7c13157d7f5dd954f674a8698b2c34f5d983d (patch)
tree1a75adae2e50d6ebae511c5b16ace40b234b9267 /python
parente0fb5fc67f59a853a45296ce0d44c8d86fb790c3 (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')
-rw-r--r--python/PyGreSQL/PyGreSQL.SlackBuild5
-rw-r--r--python/PyGreSQL/PyGreSQL.info6
2 files changed, 6 insertions, 5 deletions
diff --git a/python/PyGreSQL/PyGreSQL.SlackBuild b/python/PyGreSQL/PyGreSQL.SlackBuild
index 5ea0940f7e0e..8827266d620f 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
diff --git a/python/PyGreSQL/PyGreSQL.info b/python/PyGreSQL/PyGreSQL.info
index 61b347f63c58..193dbafc81c2 100644
--- a/python/PyGreSQL/PyGreSQL.info
+++ b/python/PyGreSQL/PyGreSQL.info
@@ -1,8 +1,8 @@
PRGNAM="PyGreSQL"
-VERSION="5.2.4"
+VERSION="5.2.5"
HOMEPAGE="http://www.pygresql.org"
-DOWNLOAD="https://github.com/PyGreSQL/PyGreSQL/archive/5.2.4/PyGreSQL-5.2.4.tar.gz"
-MD5SUM="e8af973f96701405bb8a8b193f4eb595"
+DOWNLOAD="https://github.com/PyGreSQL/PyGreSQL/archive/5.2.5/PyGreSQL-5.2.5.tar.gz"
+MD5SUM="60ceff99d8614be345f345159bdaceb5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="postgresql"