wok diff libxslt-python/receipt @ rev 25164

updated python-antlr (3.5.2 -> 3.5.3)
author Hans-G?nter Theisgen
date Fri Jul 01 10:50:21 2022 +0100 (23 months ago)
parents 06ffe7f7cb2a
children
line diff
     1.1 --- a/libxslt-python/receipt	Sun Apr 21 07:53:02 2019 +0100
     1.2 +++ b/libxslt-python/receipt	Fri Jul 01 10:50:21 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libxslt-python"
     1.7 -VERSION="1.1.33"
     1.8 +VERSION="1.1.34"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Python module for libxslt."
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -17,5 +17,5 @@
    1.13  	mkdir -p $fs/usr/lib
    1.14  	# Python module
    1.15  	PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/')
    1.16 -	cp -a $install/usr/lib/$PYTHON_LIB  $fs/usr/lib
    1.17 +	cp -a $install/usr/lib/$PYTHON_LIB	$fs/usr/lib
    1.18  }