wok diff python-genshi/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents 16df76e1fc6a
children 2f230197370e
line diff
     1.1 --- a/python-genshi/receipt	Fri May 22 17:34:18 2015 +0300
     1.2 +++ b/python-genshi/receipt	Tue Apr 06 13:52:57 2021 +0100
     1.3 @@ -1,15 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-genshi"
     1.7 -VERSION="0.7"
     1.8 +VERSION="0.7.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Python toolkit for generation of output for the web."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="BSD"
    1.13 +WEB_SITE="https://genshi.edgewall.org/"
    1.14 +
    1.15  SOURCE="Genshi"
    1.16  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://genshi.edgewall.org/"
    1.18 -WGET_URL="http://ftp.edgewall.com/pub/genshi/$TARBALL"
    1.19 +WGET_URL="https://files.pythonhosted.org/packages/source/G/$SOURCE/$TARBALL"
    1.20  
    1.21  DEPENDS="python"
    1.22  BUILD_DEPENDS="python python-dev"
    1.23 @@ -23,5 +24,5 @@
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27 -	cp -a $install/usr $fs
    1.28 +	cp -a $install/usr	$fs
    1.29  }