mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
system/pgsanity: updated for version 0.2.9, python3, new maintainer
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2fd0897d13
commit
4de42dc354
2 changed files with 8 additions and 7 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for pgsanity
|
# Slackware build script for pgsanity
|
||||||
|
|
||||||
|
# Copyright 2022 Yth | Pont-en-Royans, France | yth@ythogtha.org
|
||||||
# Copyright 2014-2017 Audrius Kažukauskas <audrius@neutrino.lt>
|
# Copyright 2014-2017 Audrius Kažukauskas <audrius@neutrino.lt>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
|
@ -25,7 +26,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=pgsanity
|
PRGNAM=pgsanity
|
||||||
VERSION=${VERSION:-0.2.8}
|
VERSION=${VERSION:-0.2.9}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
@ -65,7 +66,7 @@ find -L . \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-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
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a README.md LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
|
cp -a README.md LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="pgsanity"
|
PRGNAM="pgsanity"
|
||||||
VERSION="0.2.8"
|
VERSION="0.2.9"
|
||||||
HOMEPAGE="https://github.com/markdrago/pgsanity"
|
HOMEPAGE="https://github.com/markdrago/pgsanity"
|
||||||
DOWNLOAD="https://pypi.python.org/packages/source/p/pgsanity/pgsanity-0.2.8.tar.gz"
|
DOWNLOAD="https://pypi.python.org/packages/source/p/pgsanity/pgsanity-0.2.9.tar.gz"
|
||||||
MD5SUM="3378c2ec677bd0efc4b69ce395a9bd9f"
|
MD5SUM="6ac9b910b867c1a40e003f0939cfda88"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="postgresql"
|
REQUIRES="postgresql"
|
||||||
MAINTAINER="Audrius Kažukauskas"
|
MAINTAINER="Yth - Arnaud"
|
||||||
EMAIL="audrius@neutrino.lt"
|
EMAIL="yth@ythogtha.org"
|
||||||
|
|
Loading…
Reference in a new issue