wok diff libxslt-python/receipt @ rev 21961
updated squirrelmail-autocomplete (2.0-1.0.0 -> 3.0-1.4.0)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Oct 10 16:00:22 2019 +0100 (2019-10-10) |
parents | 09959b49f7da |
children | 73dbde138d18 |
line diff
1.1 --- a/libxslt-python/receipt Wed Sep 25 11:39:47 2013 +0000 1.2 +++ b/libxslt-python/receipt Thu Oct 10 16:00:22 2019 +0100 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libxslt-python" 1.7 -VERSION="1.1.26" 1.8 +VERSION="1.1.33" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="python module for libxslt" 1.11 +SHORT_DESC="Python module for libxslt." 1.12 MAINTAINER="slaxemulator@gmail.com" 1.13 LICENSE="MIT" 1.14 -WANTED="libxslt" 1.15 WEB_SITE="http://xmlsoft.org/" 1.16 1.17 DEPENDS="libxslt python" 1.18 +WANTED="libxslt" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 @@ -19,4 +19,3 @@ 1.23 PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') 1.24 cp -a $install/usr/lib/$PYTHON_LIB $fs/usr/lib 1.25 } 1.26 -