wok rev 6502

Up: python-tempita to 0.5dev
author Julien Rabier <taziden@slitaz.org>
date Fri Oct 01 20:54:24 2010 +0000 (2010-10-01)
parents ea0591b338e1
children ce61428f88c3
files python-tempita/receipt
line diff
     1.1 --- a/python-tempita/receipt	Fri Oct 01 20:48:45 2010 +0000
     1.2 +++ b/python-tempita/receipt	Fri Oct 01 20:54:24 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-tempita"
     1.7 -VERSION="0.2"
     1.8 +VERSION="0.5dev"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Small text templating language"
    1.11  MAINTAINER="taziden@slitaz.org"
    1.12 @@ -9,8 +9,8 @@
    1.13  DEPENDS="python"
    1.14  BUILD_DEPENDS="python python-dev"
    1.15  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://pylonshq.com"
    1.17 -WGET_URL="$WEB_SITE/download/0.9.7/$TARBALL"
    1.18 +WEB_SITE="http://pypi.python.org/pypi/Tempita/"
    1.19 +WGET_URL="$WEB_SITE/packages/source/T/$SOURCE/$TARBALL"
    1.20  TAGS="python"
    1.21  
    1.22  # Rules to configure and make the package.