python/construct: Updated for version 2.5.5.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Barry J. Grundy 2017-01-22 15:19:51 +07:00 committed by Willy Sudiarto Raharjo
parent a1ef53d63b
commit cfd5083081
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 8 additions and 7 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for construct
# Copyright 2014 Barry Grundy <bgrundy[at]linuxleo.com>
# Copyright 2014-2017 Barry Grundy <bgrundy[at]linuxleo.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -21,10 +21,10 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# Initial Build - November 2014 version 2.5.2
# Updated to 2.5.5 January 2017, Barry J. Grundy
PRGNAM=construct
VERSION=${VERSION:-2.5.2}
VERSION=${VERSION:-2.5.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -76,6 +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 README.rst CHANGELOG.rst LICENSE $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="construct"
VERSION="2.5.2"
HOMEPAGE="http://construct.readthedocs.org/en/latest/"
DOWNLOAD="https://pypi.python.org/packages/source/c/construct/construct-2.5.2.tar.gz"
MD5SUM="75fc5e311ee5624e63268067e4b0d97b"
VERSION="2.5.5"
HOMEPAGE="http://construct.readthedocs.org/"
DOWNLOAD="https://github.com/construct/construct/archive/v2.5.5/construct-2.5.5.tar.gz"
MD5SUM="6a8d549c1002e556533b7d6a23dca12a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="six"