summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Markus Reichelt2018-01-01 12:03:07 +0100
committer Willy Sudiarto Raharjo2018-01-06 00:55:17 +0100
commit38dab0189e1e8056198835964348cc8099178d2b (patch)
treedc9f64269303c69a9392fecd219f16ba9e707e1e /python
parentcf6176282265cb3961c1797b1ea3db93d00a3546 (diff)
downloadslackbuilds-38dab0189e1e8056198835964348cc8099178d2b.tar.gz
python/txi2p: Updated for version 0.3.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/txi2p/txi2p.SlackBuild6
-rw-r--r--python/txi2p/txi2p.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/python/txi2p/txi2p.SlackBuild b/python/txi2p/txi2p.SlackBuild
index e2de0d1c6d..436e41cfeb 100644
--- a/python/txi2p/txi2p.SlackBuild
+++ b/python/txi2p/txi2p.SlackBuild
@@ -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
diff --git a/python/txi2p/txi2p.info b/python/txi2p/txi2p.info
index efc375292d..a2bda7d051 100644
--- a/python/txi2p/txi2p.info
+++ b/python/txi2p/txi2p.info
@@ -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"