python/pyasn1: Updated for version 0.1.3.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Markus Reichelt 2012-06-25 21:44:45 -04:00 committed by dsomero
parent 589ba7f64b
commit 73994d4aef
3 changed files with 10 additions and 11 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for pyasn1.
# Copyright 2011 Markus Reichelt, Aachen, DE
# Copyright 2011-2012 Markus Reichelt, Aachen, DE
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -22,11 +22,10 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# markus reichelt, slackbuilds@mareichelt.de, 0xCCEEF115
# 2011 September 04 - initial release
# Markus Reichelt, slackbuilds@mareichelt.de, 0xCCEEF115
PRGNAM=pyasn1
VERSION=${VERSION:-0.0.13}
VERSION=${VERSION:-0.1.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -74,7 +73,7 @@ find . \
python setup.py install --root=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION

View file

@ -1,10 +1,10 @@
PRGNAM="pyasn1"
VERSION="0.0.13"
VERSION="0.1.3"
HOMEPAGE="http://sourceforge.net/projects/pyasn1/"
DOWNLOAD="http://downloads.sourceforge.net/pyasn1/pyasn1-0.0.13.tar.gz"
MD5SUM="f3734a1e6e330407a662296d3da5da18"
DOWNLOAD="http://downloads.sourceforge.net/pyasn1/pyasn1-0.1.3.tar.gz"
MD5SUM="b888dfba318c19b07e15813721a8f96e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="markus reichelt"
MAINTAINER="Markus Reichelt"
EMAIL="slackbuilds@mareichelt.de"
APPROVED="rworkman"
APPROVED="dsomero"

View file

@ -5,7 +5,7 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler----------------------------------------------------|
|-----handy-ruler------------------------------------------------------|
pyasn1: pyasn1 (ASN.1 types and codecs in Python)
pyasn1:
pyasn1: pyasn1 implements ASN.1 types and codecs (BER, CER, DER) in Python.