# HG changeset patch # User Julien Rabier # Date 1285802778 0 # Node ID ae6175b0044cde604e9a5ec1c2d84090e5f04fd6 # Parent 460d00ef1f0eec48494979066c4b4db63f0905cd Up: python-decoratortools to 1.8 diff -r 460d00ef1f0e -r ae6175b0044c python-decoratortools/receipt --- a/python-decoratortools/receipt Wed Sep 29 23:03:55 2010 +0000 +++ b/python-decoratortools/receipt Wed Sep 29 23:26:18 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="python-decoratortools" -VERSION="1.7" +VERSION="1.8" CATEGORY="development" SHORT_DESC="Class, function, and metaclass decorators" MAINTAINER="taziden@slitaz.org" @@ -9,8 +9,8 @@ DEPENDS="python" BUILD_DEPENDS="python python-dev" TARBALL="$SOURCE-$VERSION.zip" -WEB_SITE="http://pylonshq.com" -WGET_URL="$WEB_SITE/download/0.9.7/$TARBALL" +WEB_SITE="http://pypi.python.org/pypi/DecoratorTools" +WGET_URL="http://pypi.python.org/packages/source/D/$SOURCE/$TARBALL" TAGS="python" # Rules to configure and make the package.