diff options
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 |
commit | bd7916141bd36b5a27e2c506fb4f5d603f1ae7f7 (patch) | |
tree | 664f56fa1f5715c855a9067fad6c6996007416e5 /python/pysass | |
parent | 11bca8ce2e1052c197e92bb05650b1753f5d87ca (diff) |
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')
-rw-r--r-- | python/pysass/pysass.SlackBuild | 7 | ||||
-rw-r--r-- | python/pysass/pysass.info | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/python/pysass/pysass.SlackBuild b/python/pysass/pysass.SlackBuild index 1e8055632539..c56774422730 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 diff --git a/python/pysass/pysass.info b/python/pysass/pysass.info index 915f9632f6d1..69069fcf21b7 100644 --- a/python/pysass/pysass.info +++ b/python/pysass/pysass.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/bc/9c/b1661c74c79949fa5dce5c67 MD5SUM="b54e9064102cbe40a1f75f8b7ffa9d4f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python-libsass python-watchdog BeautifulSoup4" +REQUIRES="python-libsass python3-watchdog BeautifulSoup4" MAINTAINER="Prof. HORSTMANN" EMAIL="wmh@eipg.fr" |