libraries/genshi: Updated to version 0.6.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
ponce 2011-03-21 17:27:49 +01:00 committed by Robby Workman
parent f6d3f34e68
commit 27fa1b5a82
3 changed files with 5 additions and 9 deletions

View file

@ -1,7 +1,3 @@
Genshi is a Python library that provides an integrated set of
components for parsing, generating, and processing HTML, XML
or other textual content for output generation on the web
To build Genshi, you will need to install the Python
setuptools package, available at SlackBuilds.org as
pysetuptools.

View file

@ -6,7 +6,7 @@
PRGNAM="genshi"
SRCNAM="Genshi"
VERSION=${VERSION:-0.5.1}
VERSION=${VERSION:-0.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -45,7 +45,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find . \

View file

@ -1,8 +1,8 @@
PRGNAM="genshi"
VERSION="0.5.1"
VERSION="0.6"
HOMEPAGE="http://genshi.edgewall.org/"
DOWNLOAD="http://ftp.edgewall.com/pub/genshi/Genshi-0.5.1.tar.bz2"
MD5SUM="822942bbc3109da9f6b472eb8ea4e3a4"
DOWNLOAD="http://ftp.edgewall.com/pub/genshi/Genshi-0.6.tar.gz"
MD5SUM="604e8b23b4697655d36a69c2d8ef7187"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools"