wok diff libxslt-python/receipt @ rev 21849

updated rsnapshot again (1.3.1 -> 1.4.2)
author Hans-G?nter Theisgen
date Sun Sep 15 15:16:26 2019 +0100 (2019-09-15)
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	Sun Sep 15 15:16:26 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 -