From 19f7c13157d7f5dd954f674a8698b2c34f5d983d Mon Sep 17 00:00:00 2001 From: Christoph Willing Date: Wed, 30 Aug 2023 23:01:39 +1000 Subject: python/PyGreSQL: Updated for version 5.2.5 Signed-off-by: Christoph Willing Signed-off-by: Willy Sudiarto Raharjo --- python/PyGreSQL/PyGreSQL.SlackBuild | 5 +++-- python/PyGreSQL/PyGreSQL.info | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'python/PyGreSQL') 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 diff --git a/python/PyGreSQL/PyGreSQL.info b/python/PyGreSQL/PyGreSQL.info index 61b347f63c..193dbafc81 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" -- cgit v1.2.3