# HG changeset patch # User Christopher Rogers # Date 1285788633 0 # Node ID c3f704eceef1dc6eb7864753596b72df12476030 # Parent 91f0a0a892ae020de070b1e435c197407a05099c# Parent ae6175b0044cde604e9a5ec1c2d84090e5f04fd6 merge diff -r 91f0a0a892ae -r c3f704eceef1 python-decoratortools/receipt --- a/python-decoratortools/receipt Wed Sep 29 19:30:13 2010 +0000 +++ b/python-decoratortools/receipt Wed Sep 29 19:30:33 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.