diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2016-09-11 08:10:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-11 08:10:11 +0700 |
commit | b6fb55b6ca6fddc2f7d583ab10732e8becb82647 (patch) | |
tree | 07f8fff90a55f6e61e6218ffeb407f3a5400bf19 /python | |
parent | ebebaeb4950ee6fb58e8f8a7bbf15dbb74886cee (diff) |
python/pyasn1-modules: Updated for version 0.0.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/pyasn1-modules/pyasn1-modules.SlackBuild | 12 | ||||
-rw-r--r-- | python/pyasn1-modules/pyasn1-modules.info | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/python/pyasn1-modules/pyasn1-modules.SlackBuild b/python/pyasn1-modules/pyasn1-modules.SlackBuild index fd7255f74935..0417b862000f 100644 --- a/python/pyasn1-modules/pyasn1-modules.SlackBuild +++ b/python/pyasn1-modules/pyasn1-modules.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pyasn1-modules -# Copyright 2014-2015 Markus Reichelt, Stolberg (Rhld.), DE +# Copyright 2014-2016 Markus Reichelt, Aachen, DE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,13 +25,13 @@ # Markus Reichelt, slackbuilds@mareichelt.de, 0xCCEEF115 PRGNAM=pyasn1-modules -VERSION=${VERSION:-0.0.6} +VERSION=${VERSION:-0.0.8} 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 @@ -42,8 +42,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" @@ -77,7 +77,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 CHANGES LICENSE $PKG/usr/doc/$PRGNAM-$VERSION +cp -a README* CHANGES* LICENSE* $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/python/pyasn1-modules/pyasn1-modules.info b/python/pyasn1-modules/pyasn1-modules.info index 9663ed03da21..abbfc7988de7 100644 --- a/python/pyasn1-modules/pyasn1-modules.info +++ b/python/pyasn1-modules/pyasn1-modules.info @@ -1,8 +1,8 @@ PRGNAM="pyasn1-modules" -VERSION="0.0.6" +VERSION="0.0.8" HOMEPAGE="https://pypi.python.org/pypi/pyasn1-modules/" -DOWNLOAD="https://pypi.python.org/packages/source/p/pyasn1-modules/pyasn1-modules-0.0.6.tar.gz" -MD5SUM="3b94e7a4999bc7477b76c46c30a56727" +DOWNLOAD="https://pypi.python.org/packages/source/p/pyasn1-modules/pyasn1-modules-0.0.8.tar.gz" +MD5SUM="178129bc7fbf07215c25230c5f053f81" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pyasn1" |