wok diff python-decoratortools/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents 7f46b72fa943
children fd4f1e692109
line diff
     1.1 --- a/python-decoratortools/receipt	Thu Jul 30 16:35:54 2009 +0200
     1.2 +++ b/python-decoratortools/receipt	Thu Oct 04 11:53:21 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-decoratortools"
     1.7 -VERSION="1.7"
     1.8 +VERSION="1.8"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Class, function, and metaclass decorators"
    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.zip"
    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/DecoratorTools"
    1.19 +WGET_URL="http://pypi.python.org/packages/source/D/$SOURCE/$TARBALL"
    1.20  TAGS="python"
    1.21  
    1.22  # Rules to configure and make the package.