wok diff python-cheetah/receipt @ rev 12149

dovecot: fix depends
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Mar 15 00:09:31 2012 +0100 (2012-03-15)
parents 20cd812d9bd3
children fd4f1e692109
line diff
     1.1 --- a/python-cheetah/receipt	Sat Oct 09 16:54:08 2010 +0000
     1.2 +++ b/python-cheetah/receipt	Thu Mar 15 00:09:31 2012 +0100
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-cheetah"
     1.7 -VERSION="2.2.1"
     1.8 +VERSION="2.4.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Cheetah is a template engine and code generation tool written in Python."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  SOURCE="Cheetah"
    1.13  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.14  WEB_SITE="http://www.cheetahtemplate.org/"
    1.15 -WGET_URL="$SF_MIRROR/cheetahtemplate/$TARBALL"
    1.16 +WGET_URL="http://pypi.python.org/packages/source/C/$SOURCE/$TARBALL"
    1.17  DEPENDS="python"
    1.18  BUILD_DEPENDS="python python-dev"
    1.19  TAGS="python"