python/pyxdg: Updated for version 0.26.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Hunter Sezen 2018-03-15 20:46:45 +00:00 committed by Willy Sudiarto Raharjo
parent 80c6411e82
commit a23c9fb10d
2 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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"