diff options
author | Arn0 <yth@ythogtha.org> | 2022-04-15 09:04:27 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-16 12:12:51 +0700 |
commit | 4de42dc354dfff76065aa0aad42ea01baabc465d (patch) | |
tree | 4497c4516841a43a89baeaa016b2b59657ad583c /system | |
parent | 2fd0897d1392147dc3bfd022cefcecc64e4d42c0 (diff) | |
download | slackbuilds-4de42dc354dfff76065aa0aad42ea01baabc465d.tar.gz |
system/pgsanity: updated for version 0.2.9, python3, new maintainer
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/pgsanity/pgsanity.SlackBuild | 5 | ||||
-rw-r--r-- | system/pgsanity/pgsanity.info | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/system/pgsanity/pgsanity.SlackBuild b/system/pgsanity/pgsanity.SlackBuild index 3368acf437..d5cf99e8ac 100644 --- a/system/pgsanity/pgsanity.SlackBuild +++ b/system/pgsanity/pgsanity.SlackBuild @@ -2,6 +2,7 @@ # Slackware build script for pgsanity +# Copyright 2022 Yth | Pont-en-Royans, France | yth@ythogtha.org # Copyright 2014-2017 Audrius Kažukauskas <audrius@neutrino.lt> # All rights reserved. # @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pgsanity -VERSION=${VERSION:-0.2.8} +VERSION=${VERSION:-0.2.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -65,7 +66,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 +python3 setup.py install --root=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a README.md LICENSE $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/system/pgsanity/pgsanity.info b/system/pgsanity/pgsanity.info index 1195208049..60a22da011 100644 --- a/system/pgsanity/pgsanity.info +++ b/system/pgsanity/pgsanity.info @@ -1,10 +1,10 @@ PRGNAM="pgsanity" -VERSION="0.2.8" +VERSION="0.2.9" HOMEPAGE="https://github.com/markdrago/pgsanity" -DOWNLOAD="https://pypi.python.org/packages/source/p/pgsanity/pgsanity-0.2.8.tar.gz" -MD5SUM="3378c2ec677bd0efc4b69ce395a9bd9f" +DOWNLOAD="https://pypi.python.org/packages/source/p/pgsanity/pgsanity-0.2.9.tar.gz" +MD5SUM="6ac9b910b867c1a40e003f0939cfda88" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgresql" -MAINTAINER="Audrius Kažukauskas" -EMAIL="audrius@neutrino.lt" +MAINTAINER="Yth - Arnaud" +EMAIL="yth@ythogtha.org" |