diff options
author | Hunter Sezen <orbea@fredslev.dk> | 2018-03-15 20:46:45 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-17 08:51:48 +0700 |
commit | a23c9fb10dedc5eb96e61718525f25e55fcef64c (patch) | |
tree | 2ad0bea6717eaa9d33c999f2239a5f67edb4561c /python/pyxdg | |
parent | 80c6411e822f6e68f59fa56470e0397725054d15 (diff) | |
download | slackbuilds-a23c9fb10dedc5eb96e61718525f25e55fcef64c.tar.gz |
python/pyxdg: Updated for version 0.26.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/pyxdg')
-rw-r--r-- | python/pyxdg/pyxdg.SlackBuild | 10 | ||||
-rw-r--r-- | python/pyxdg/pyxdg.info | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/python/pyxdg/pyxdg.SlackBuild b/python/pyxdg/pyxdg.SlackBuild index 79c3d19645..2e616b739c 100644 --- a/python/pyxdg/pyxdg.SlackBuild +++ b/python/pyxdg/pyxdg.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for PyXDG # Copyright 2008-2009 Frank Caraballo <fecaraballo{at}gmail{dot}com> -# Copyright 2016 Hunter Sezen California, USA +# Copyright 2016, 2018 Hunter Sezen California, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,8 +24,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pyxdg -VERSION=${VERSION:-0.25} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.26} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -41,7 +41,7 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -set -e +set -eu rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT @@ -59,7 +59,7 @@ find -L . \ python setup.py install --root $PKG # Python 3 support. -if $(python3 -c 'import sys' 2>/dev/null); then +if python3 -c 'import sys' 2>/dev/null; then python3 setup.py install --root=$PKG fi diff --git a/python/pyxdg/pyxdg.info b/python/pyxdg/pyxdg.info index 3fd0aa82dd..2b51b63638 100644 --- a/python/pyxdg/pyxdg.info +++ b/python/pyxdg/pyxdg.info @@ -1,10 +1,10 @@ PRGNAM="pyxdg" -VERSION="0.25" +VERSION="0.26" HOMEPAGE="http://freedesktop.org/wiki/Software/pyxdg" -DOWNLOAD="https://pypi.python.org/packages/source/p/pyxdg/pyxdg-0.25.tar.gz" -MD5SUM="bedcdb3a0ed85986d40044c87f23477c" +DOWNLOAD="https://pypi.python.org/packages/47/6e/311d5f22e2b76381719b5d0c6e9dc39cd33999adae67db71d7279a6d70f4/pyxdg-0.26.tar.gz" +MD5SUM="db1c2af8300ca64ce3955b3cf2490c92" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" MAINTAINER="Hunter Sezen" -EMAIL="ovariegata@yahoo.com" +EMAIL="orbea@fredslev.dk" |