wok rev 23471

updated python-cheetah (2.4.3 -> 2.4.4)
author Hans-G?nter Theisgen
date Sun Apr 05 14:34:55 2020 +0100 (2020-04-05)
parents ce1d84744683
children de3280120146
files python-cheetah/receipt
line diff
     1.1 --- a/python-cheetah/receipt	Sun Apr 05 14:25:27 2020 +0100
     1.2 +++ b/python-cheetah/receipt	Sun Apr 05 14:34:55 2020 +0100
     1.3 @@ -1,16 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-cheetah"
     1.7 -VERSION="2.4.3"
     1.8 +VERSION="2.4.4"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Cheetah is a template engine and code generation tool written in Python."
    1.11 +TAGS="python"
    1.12 +SHORT_DESC="A template engine and code generation tool written in Python."
    1.13  MAINTAINER="pankso@slitaz.org"
    1.14  LICENSE="MIT"
    1.15 +WEB_SITE="https://www.cheetahtemplate.org/"
    1.16 +
    1.17  SOURCE="Cheetah"
    1.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.19 -WEB_SITE="http://www.cheetahtemplate.org/"
    1.20 -WGET_URL="http://pypi.python.org/packages/source/C/$SOURCE/$TARBALL"
    1.21 -TAGS="python"
    1.22 +WGET_URL="https://files.pythonhosted.org/packages/source/C/$SOURCE/$TARBALL"
    1.23  
    1.24  DEPENDS="python"
    1.25  BUILD_DEPENDS="python python-dev"
    1.26 @@ -18,13 +19,16 @@
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 -	sed -i 's/sys.version_info/&[:]/' cheetah/Template.py
    1.31 -	sed -i 's/\(naoeu.*\\n"\))/\1, convertEOLs=False)/' cheetah/Tests/SyntaxAndOutput.py
    1.32 +	sed -i 's/sys.version_info/&[:]/' \
    1.33 +		cheetah/Template.py
    1.34 +	sed -i 's/\(naoeu.*\\n"\))/\1, convertEOLs=False)/' \
    1.35 +		cheetah/Tests/SyntaxAndOutput.py
    1.36 +
    1.37  	python setup.py install --root=$DESTDIR
    1.38  }
    1.39  
    1.40  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.41  genpkg_rules()
    1.42  {
    1.43 -	cp -a $install/usr $fs
    1.44 +	cp -a $install/usr	$fs
    1.45  }