wok-6.x diff libxml2-python/receipt @ rev 21919
updated smake (1.2a49 -> 1.2.5)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Oct 05 11:16:38 2019 +0100 (2019-10-05) |
parents | 9551ead9a212 |
children | 4a6f38ef4e12 |
line diff
1.1 --- a/libxml2-python/receipt Thu May 15 19:59:59 2014 +0200 1.2 +++ b/libxml2-python/receipt Sat Oct 05 11:16:38 2019 +0100 1.3 @@ -1,17 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libxml2-python" 1.7 -VERSION="2.8.0" 1.8 +VERSION="2.9.9" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Libxml2 adapter for the Python." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="MIT" 1.13 WEB_SITE="http://xmlsoft.org/" 1.14 + 1.15 +DEPENDS="libxml2 libxslt python" 1.16 +WANTED="libxml2" 1.17 + 1.18 #HOST_ARCH="arm i486" 1.19 1.20 -WANTED="libxml2" 1.21 -DEPENDS="python libxml2 libxslt" 1.22 - 1.23 # Rules to gen a SliTaz package suitable for Tazpkg. 1.24 genpkg_rules() 1.25 {