summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2022-03-08 23:29:22 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-09 12:22:19 +0700
commit42f6cb5b8a98a0e62c712d21f4cb6210f175e82b (patch)
tree2e16675d0e683c7eaf09c8c1a40aa13438aca036
parentfc8ab129e60631f3ab328fab5ca174a7063ac155 (diff)
downloadslackbuilds-42f6cb5b8a98a0e62c712d21f4cb6210f175e82b.tar.gz
slackbuilds-42f6cb5b8a98a0e62c712d21f4cb6210f175e82b.tar.xz
python/python3-hupper: renamed from hupper for python3, updated for version 1.10.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-hupper/README (renamed from python/hupper/README)0
-rw-r--r--python/python3-hupper/python3-hupper.SlackBuild (renamed from python/hupper/hupper.SlackBuild)16
-rw-r--r--python/python3-hupper/python3-hupper.info (renamed from python/hupper/hupper.info)8
-rw-r--r--python/python3-hupper/slack-desc (renamed from python/hupper/slack-desc)24
4 files changed, 23 insertions, 25 deletions
diff --git a/python/hupper/README b/python/python3-hupper/README
index 7205639b59..7205639b59 100644
--- a/python/hupper/README
+++ b/python/python3-hupper/README
diff --git a/python/hupper/hupper.SlackBuild b/python/python3-hupper/python3-hupper.SlackBuild
index 8560087bd9..4b3e0d001b 100644
--- a/python/hupper/hupper.SlackBuild
+++ b/python/python3-hupper/python3-hupper.SlackBuild
@@ -22,8 +22,9 @@
cd $(dirname $0) ; CWD=$(pwd)
-PRGNAM=hupper
-VERSION=${VERSION:-1.9.1}
+PRGNAM=python3-hupper
+SRCNAM=${PRGNAM#python3-*}
+VERSION=${VERSION:-1.10.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -53,9 +54,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
+rm -rf $SRCNAM-$VERSION
+tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
+cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@@ -63,10 +64,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
-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 README.rst $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/python/hupper/hupper.info b/python/python3-hupper/python3-hupper.info
index c647ea6386..06ef5bbc22 100644
--- a/python/hupper/hupper.info
+++ b/python/python3-hupper/python3-hupper.info
@@ -1,8 +1,8 @@
-PRGNAM="hupper"
-VERSION="1.9.1"
+PRGNAM="python3-hupper"
+VERSION="1.10.3"
HOMEPAGE="https://github.com/Pylons/hupper"
-DOWNLOAD="https://pypi.python.org/packages/source/h/hupper/hupper-1.9.1.tar.gz"
-MD5SUM="5dd80c6cf45045f74aed5a2f4bd0d18e"
+DOWNLOAD="https://pypi.python.org/packages/source/h/hupper/hupper-1.10.3.tar.gz"
+MD5SUM="26d9322dc5d3aa2018f77b3b85981391"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/python/hupper/slack-desc b/python/python3-hupper/slack-desc
index 934af1e454..977a45c0f8 100644
--- a/python/hupper/slack-desc
+++ b/python/python3-hupper/slack-desc
@@ -5,15 +5,15 @@
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
- |-----handy-ruler------------------------------------------------------|
-hupper: hupper (Python Module)
-hupper:
-hupper: in-process file monitor / reloader for reloading your code
-hupper: automatically during development
-hupper:
-hupper:
-hupper:
-hupper:
-hupper:
-hupper:
-hupper:
+ |-----handy-ruler------------------------------------------------------|
+python3-hupper: python3-hupper (Python Module)
+python3-hupper:
+python3-hupper: in-process file monitor / reloader for reloading your code
+python3-hupper: automatically during development
+python3-hupper:
+python3-hupper:
+python3-hupper:
+python3-hupper:
+python3-hupper:
+python3-hupper:
+python3-hupper: