python/subvertpy: Updated for version 0.8.9.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
30afff646c
commit
30f33cdee0
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for subvertpy
|
||||
|
||||
# Copyright 2011 Mikko Värri, Finland
|
||||
# Copyright 2012 Mikko Värri, Finland
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=subvertpy
|
||||
VERSION=${VERSION:-0.8.5}
|
||||
VERSION=${VERSION:-0.8.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -57,7 +57,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
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="subvertpy"
|
||||
VERSION="0.8.5"
|
||||
VERSION="0.8.9"
|
||||
HOMEPAGE="http://samba.org/~jelmer/subvertpy/"
|
||||
DOWNLOAD="http://samba.org/~jelmer/subvertpy/subvertpy-0.8.5.tar.gz"
|
||||
MD5SUM="3b6f083af4c914d0b75c4ec32c315c35"
|
||||
DOWNLOAD="http://samba.org/~jelmer/subvertpy/subvertpy-0.8.9.tar.gz"
|
||||
MD5SUM="e6f9e33bd93269897461dae87cffbfd4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Mikko Värri"
|
||||
EMAIL="vmj@linuxbox.fi"
|
||||
APPROVED="dsomero,Niels Horn"
|
||||
APPROVED="dsomero,Niels Horn,Erik Hanson"
|
||||
|
|
Loading…
Reference in New Issue