python/txi2p: Updated for version 0.3.2.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Markus Reichelt 2018-01-01 11:03:07 +00:00 committed by Willy Sudiarto Raharjo
parent cf61762822
commit 38dab0189e
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for txi2p
#
# Copyright 2016 Markus Reichelt, Aachen, DE
# Copyright 2016-2018 Markus Reichelt, Aachen, DE
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=txi2p
VERSION=${VERSION:-0.3.1}
VERSION=${VERSION:-0.3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -76,7 +76,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING PKG-INFO *.rst examples/ $PKG/usr/doc/$PRGNAM-$VERSION
cp -ar COPYING *.rst examples/ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="txi2p"
VERSION="0.3.1"
VERSION="0.3.2"
HOMEPAGE="https://pypi.python.org/pypi/txi2p"
DOWNLOAD="https://pypi.python.org/packages/1e/44/417f36c5b2690d3f1e8c3eaccc15b82190cd517e874a97b4a7b06ae02279/txi2p-0.3.1.tar.gz"
MD5SUM="3ec0650925e62fda2f7ef665983ff1ff"
DOWNLOAD="https://pypi.python.org/packages/b1/4f/c68c155e452b3e0f7e997c4dfdc2f3a6814dd9a781fe47acee03df6dd72f/txi2p-0.3.2.tar.gz"
MD5SUM="af7b0a2e5388458a6dff1c09e525b922"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="vcversioner python-twisted Parsley"