diff options
-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 7205639b59007..7205639b59007 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 8560087bd93b1..4b3e0d001bfd8 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 c647ea63869bb..06ef5bbc22a4d 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 934af1e4549a8..977a45c0f87ad 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: |