summaryrefslogtreecommitdiffstats
path: root/python/pysass/pysass.SlackBuild
diff options
context:
space:
mode:
author Prof. HORSTMANN <wmh@eipg.fr>2023-02-17 20:42:37 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-18 10:06:46 +0700
commitbd7916141bd36b5a27e2c506fb4f5d603f1ae7f7 (patch)
tree664f56fa1f5715c855a9067fad6c6996007416e5 /python/pysass/pysass.SlackBuild
parent11bca8ce2e1052c197e92bb05650b1753f5d87ca (diff)
downloadslackbuilds-bd7916141bd36b5a27e2c506fb4f5d603f1ae7f7.tar.gz
slackbuilds-bd7916141bd36b5a27e2c506fb4f5d603f1ae7f7.tar.xz
python/pysass: Update REQUIRES. Remove py3 test.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pysass/pysass.SlackBuild')
-rw-r--r--python/pysass/pysass.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/python/pysass/pysass.SlackBuild b/python/pysass/pysass.SlackBuild
index 1e80556325..c567744227 100644
--- a/python/pysass/pysass.SlackBuild
+++ b/python/pysass/pysass.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pysass
SRCPKG=${SRCPKG-pysass}
VERSION=${VERSION:-0.1.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -68,10 +68,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 {} \;
-# Replacement of python-2.x Python3.x check presence and build if found.
-if $(python3 -c 'import sys' 2>/dev/null); then
- python3 setup.py install --root=$PKG
-fi
+python3 setup.py install --root=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION