diff options
author | Brenton Earl <brent@exitstatusone.com> | 2016-12-19 06:07:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-24 07:33:32 +0700 |
commit | 6456eb8577b9569943892e6c1b4fc90a2493e571 (patch) | |
tree | bd5fa15b241c7507c3547c1e7b97250211ac3de9 /python/passlib | |
parent | d0d6854e4fa2598ba92417ba879b7cae056d2ecb (diff) |
python/passlib: Updated for version 1.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/passlib')
-rw-r--r-- | python/passlib/passlib.SlackBuild | 12 | ||||
-rw-r--r-- | python/passlib/passlib.info | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/python/passlib/passlib.SlackBuild b/python/passlib/passlib.SlackBuild index 4a4ce59c5673..635a64f4bc8b 100644 --- a/python/passlib/passlib.SlackBuild +++ b/python/passlib/passlib.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for passlib -# Copyright 2015 Brenton Earl <brent@exitstatusone.com> +# Copyright 2015-2016 Brenton Earl <brent@exitstatusone.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=passlib -VERSION=${VERSION:-1.6.5} +VERSION=${VERSION:-1.7.0} 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 @@ -40,8 +40,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" @@ -75,7 +75,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 CHANGES README LICENSE PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION +cp -a README LICENSE PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/python/passlib/passlib.info b/python/passlib/passlib.info index e86fd84f7b94..e1aade559ca3 100644 --- a/python/passlib/passlib.info +++ b/python/passlib/passlib.info @@ -1,8 +1,8 @@ PRGNAM="passlib" -VERSION="1.6.5" +VERSION="1.7.0" HOMEPAGE="https://bitbucket.org/ecollins/passlib" -DOWNLOAD="https://pypi.python.org/packages/source/p/passlib/passlib-1.6.5.tar.gz" -MD5SUM="d2edd6c42cde136a538b48d90a06ad67" +DOWNLOAD="https://pypi.python.org/packages/source/p/passlib/passlib-1.7.0.tar.gz" +MD5SUM="3c3c5733f2ada427060c33b5ece0560f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |