From 9c3269c2e8c0957d1c301edfde6dfa5475355cee Mon Sep 17 00:00:00 2001 From: Reedych Date: Sun, 29 Jan 2017 18:43:26 +0000 Subject: python/trezor: Updated for version 0.7.9.post1. Signed-off-by: David Spencer --- python/trezor/slack-desc | 2 +- python/trezor/trezor.SlackBuild | 12 +++++++----- python/trezor/trezor.info | 8 ++++---- 3 files changed, 12 insertions(+), 10 deletions(-) (limited to 'python') diff --git a/python/trezor/slack-desc b/python/trezor/slack-desc index 405826e74e..08846d6d76 100644 --- a/python/trezor/slack-desc +++ b/python/trezor/slack-desc @@ -11,7 +11,7 @@ trezor: trezor: Client side implementation for TREZOR-compatible Bitcoin hardware trezor: wallets. trezor: -trezor: See http://bitcointrezor.com for more information. +trezor: See http://trezor.io for more information. trezor: trezor: trezor: diff --git a/python/trezor/trezor.SlackBuild b/python/trezor/trezor.SlackBuild index ca54653ac2..56c81dc4f2 100644 --- a/python/trezor/trezor.SlackBuild +++ b/python/trezor/trezor.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for trezor -# Copyright (c) 2016 Reedych +# Copyright (c) 2016-2017 Reedych # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,10 +23,12 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=trezor -VERSION=${VERSION:-0.7.6} +VERSION=${VERSION:-0.7.9.post1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +SRCNAM=python-$PRGNAM + if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; @@ -59,9 +61,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 \ diff --git a/python/trezor/trezor.info b/python/trezor/trezor.info index 6a042dee04..d127d74988 100644 --- a/python/trezor/trezor.info +++ b/python/trezor/trezor.info @@ -1,8 +1,8 @@ PRGNAM="trezor" -VERSION="0.7.6" -HOMEPAGE="https://github.com/trezor/trezor" -DOWNLOAD="https://pypi.python.org/packages/b6/ac/894f90d9d435c26d376559c4b4f08c2e326d5abcadeb4e9b28695228ffb1/trezor-0.7.6.tar.gz" -MD5SUM="c0c59a7000b3c121f26923ac9f660dbd" +VERSION="0.7.9.post1" +HOMEPAGE="https://github.com/trezor/python-trezor" +DOWNLOAD="https://github.com/trezor/python-trezor/archive/v0.7.9.post1/python-trezor-0.7.9.post1.tar.gz" +MD5SUM="2bb623c98ef0e5d4eae77fe7b0ecae7d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ecdsa protobuf mnemonic hidapi" -- cgit v1.2.3-80-g2a13