diff options
Diffstat (limited to 'python/webassets')
-rw-r--r-- | python/webassets/webassets.SlackBuild | 12 | ||||
-rw-r--r-- | python/webassets/webassets.info | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/python/webassets/webassets.SlackBuild b/python/webassets/webassets.SlackBuild index 663c807cd2a4..79f57ffe285a 100644 --- a/python/webassets/webassets.SlackBuild +++ b/python/webassets/webassets.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for webassets -# Copyright 2013-2014 Markus Reichelt, Stolberg (Rhld.), DE +# Copyright 2013-2017 Markus Reichelt, Aachen, DE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,13 +24,13 @@ # Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115 PRGNAM=webassets -VERSION=${VERSION:-0.10.1} +VERSION=${VERSION:-0.12.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -41,8 +41,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" @@ -68,7 +68,7 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; python setup.py install --root=$PKG diff --git a/python/webassets/webassets.info b/python/webassets/webassets.info index 7bc3725ca60c..689928582d3c 100644 --- a/python/webassets/webassets.info +++ b/python/webassets/webassets.info @@ -1,8 +1,8 @@ PRGNAM="webassets" -VERSION="0.10.1" +VERSION="0.12.1" HOMEPAGE="https://pypi.python.org/pypi/webassets/" -DOWNLOAD="https://pypi.python.org/packages/source/w/webassets/webassets-0.10.1.tar.gz" -MD5SUM="8007980e0ef38c9a42f577b2b2362e76" +DOWNLOAD="https://pypi.python.org/packages/9a/35/d86c6d3bd31e2e9c8351c8766ef3688c75d56bc5233ed49061e522efc3cc/webassets-0.12.1.tar.gz" +MD5SUM="429401824556e6e0868e437f9e561ba6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |