# HG changeset patch # User Christopher Rogers # Date 1297735981 0 # Node ID 28aad63e4fd633370a1cedcaa2fec55881f1bf84 # Parent abf361c5b9960712fa30b481414fb0f04d222276 Up: python-lxml to 2.3. diff -r abf361c5b996 -r 28aad63e4fd6 python-lxml/receipt --- a/python-lxml/receipt Tue Feb 15 01:57:21 2011 +0000 +++ b/python-lxml/receipt Tue Feb 15 02:13:01 2011 +0000 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="python-lxml" -VERSION="2.2.2" +VERSION="2.3" CATEGORY="development" SHORT_DESC="Pythonic binding for the libxml2 and libxslt libraries.." MAINTAINER="pascal.bellard@slitaz.org" SOURCE="lxml" TARBALL="$SOURCE-$VERSION.tgz" WEB_SITE="http://codespeak.net/lxml/" -WGET_URL="$WEB_SITE/$TARBALL" +WGET_URL="${WEB_SITE}${TARBALL}" DEPENDS="python libxml2 libxslt zlib" BUILD_DEPENDS="python libxml2 libxml2-dev libxslt libxslt-dev setuptools"