python/vobject: Updated for version 0.9.3.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
be49fb085f
commit
dd158045fb
|
@ -11,7 +11,7 @@ vobject:
|
|||
vobject: vobject is intended to be a full featured Python package for
|
||||
vobject: parsing and generating vCard and vCalendar files.
|
||||
vobject:
|
||||
vobject: Homepage: http://vobject.skyhouseconsulting.com/
|
||||
vobject: Homepage: http://eventable.github.io/vobject/
|
||||
vobject:
|
||||
vobject:
|
||||
vobject:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for vobject
|
||||
|
||||
# Copyright 2009-2011 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# Copyright 2009-2017 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# 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=vobject
|
||||
VERSION=0.8.1c
|
||||
VERSION=0.9.3
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -61,7 +61,7 @@ find $PKG | xargs 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
|
||||
cp -a ACKNOWLEDGEMENTS.txt LICENSE-2.0.txt PKG-INFO README.txt \
|
||||
cp -a ACKNOWLEDGEMENTS.txt LICENSE-2.0.txt README.md \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="vobject"
|
||||
VERSION="0.8.1c"
|
||||
HOMEPAGE="http://vobject.skyhouseconsulting.com/"
|
||||
DOWNLOAD="http://vobject.skyhouseconsulting.com/vobject-0.8.1c.tar.gz"
|
||||
MD5SUM="c9686dd74d39fdae140890d9c694c076"
|
||||
VERSION="0.9.3"
|
||||
HOMEPAGE="http://eventable.github.io/vobject/"
|
||||
DOWNLOAD="https://github.com/eventable/vobject/archive/0.9.3/vobject-0.9.3.tar.gz"
|
||||
MD5SUM="a67617a7eeb8d383df1ca84bd8dc3585"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pyicu python-dateutil"
|
||||
REQUIRES="python-dateutil"
|
||||
MAINTAINER="Heinz Wiesinger"
|
||||
EMAIL="pprkut@liwjatan.at"
|
||||
|
|
Loading…
Reference in New Issue