# HG changeset patch # User Christopher Rogers # Date 1285687416 0 # Node ID 1f9b4a3e391fd158f76c1db951cb4d2b6349888d # Parent 1b46a1e8145f6c210126dba94a647250c539b630 Up: lxml to 2.2.8. diff -r 1b46a1e8145f -r 1f9b4a3e391f lxml/receipt --- a/lxml/receipt Tue Sep 28 15:06:16 2010 +0000 +++ b/lxml/receipt Tue Sep 28 15:23:36 2010 +0000 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="lxml" -VERSION="2.1.1" +VERSION="2.2.8" CATEGORY="development" SHORT_DESC="Python bindings for libxml2 and libxslt libraries." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://codespeak.net/lxml/" -WGET_URL="http://codespeak.net/$PACKAGE/$TARBALL" +WGET_URL="http://launchpad.net/$PACKAGE/2.2/2.2.8/+download/$TARBALL" DEPENDS="python libxml2 libxslt zlib" -BUILD_DEPENDS="python libxslt-dev" +BUILD_DEPENDS="python python-dev libxml2-dev libxslt-dev" # Rules to configure and make the package. compile_rules()