From aafed5b248297bdb016088a508ec54acd8f6f87d Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 19 Sep 2014 10:14:19 +0200 Subject: [PATCH] python-lxml: update to 3.4.0 --- srcpkgs/python-lxml/template | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/srcpkgs/python-lxml/template b/srcpkgs/python-lxml/template index 0eaec4466a4..4a752f09abd 100644 --- a/srcpkgs/python-lxml/template +++ b/srcpkgs/python-lxml/template @@ -1,24 +1,21 @@ # Template file for 'python-lxml' pkgname=python-lxml -version=3.3.6 +version=3.4.0 revision=1 wrksrc="lxml-${version}" build_style=python-module python_versions="2.7 3.4" hostmakedepends="python-setuptools python3.4-setuptools libxslt-devel" -makedepends="python-devel python3.4-devel libxslt-devel python-cssselect - python3.4-cssselect" -depends="python libxml2 libxslt python-cssselect" +makedepends="python-devel python3.4-devel libxslt-devel" pycompile_module="lxml" short_desc="Python2 binding for the libxml2 and libxslt libraries" maintainer="Juan RP " homepage="http://lxml.de/" -license="BSD" -distfiles="https://pypi.python.org/packages/source/l/lxml/lxml-${version}.tar.gz" -checksum=c46a72c529398d34eabd05e12948868d9d958caede12f1a37e86d00efc423c92 +license="BSD, ElementTree, GPL-2, ZPL" +distfiles="${PYPI_SITE}/l/lxml/lxml-${version}.tar.gz" +checksum=714a68bf567fdec2bb7959560dc8376c0bfc688cfceb135f43b9bd87af7a956a python3.4-lxml_package() { - depends="python3.4 libxml2 libxslt python3.4-cssselect" pycompile_version="3.4" pycompile_module="lxml" short_desc="${short_desc/Python2/Python3.4}"