From 27fa1b5a82e149ff912d30c3e79f19faf6af79e6 Mon Sep 17 00:00:00 2001 From: ponce Date: Mon, 21 Mar 2011 17:27:49 +0100 Subject: libraries/genshi: Updated to version 0.6. Signed-off-by: Robby Workman --- libraries/genshi/README | 4 ---- libraries/genshi/genshi.SlackBuild | 4 ++-- libraries/genshi/genshi.info | 6 +++--- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/libraries/genshi/README b/libraries/genshi/README index ff15b1bbc8..7fc8951fc1 100644 --- a/libraries/genshi/README +++ b/libraries/genshi/README @@ -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. diff --git a/libraries/genshi/genshi.SlackBuild b/libraries/genshi/genshi.SlackBuild index 0d72a757a2..6d03e9319e 100644 --- a/libraries/genshi/genshi.SlackBuild +++ b/libraries/genshi/genshi.SlackBuild @@ -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 . \ diff --git a/libraries/genshi/genshi.info b/libraries/genshi/genshi.info index a3874ce3d1..73f5d7fc57 100644 --- a/libraries/genshi/genshi.info +++ b/libraries/genshi/genshi.info @@ -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" -- cgit v1.2.3-80-g2a13