wok diff python-genshi/receipt @ rev 25380

updated unhide (20130526 -> 20210124)
author Hans-G?nter Theisgen
date Sat Jul 30 16:42:50 2022 +0100 (23 months ago)
parents 2f230197370e
children 0262035dc1e7
line diff
     1.1 --- a/python-genshi/receipt	Wed Feb 16 11:53:30 2022 +0000
     1.2 +++ b/python-genshi/receipt	Sat Jul 30 16:42:50 2022 +0100
     1.3 @@ -1,16 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-genshi"
     1.7 -VERSION="0.7.3"
     1.8 +VERSION="0.7.5"
     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 +WEB_SITE="https://pypi.org/project/Genshi/"
    1.15 +REPOLOGY="python:genshi"
    1.16  
    1.17  SOURCE="Genshi"
    1.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.19 -WGET_URL="https://files.pythonhosted.org/packages/source/G/$SOURCE/$TARBALL"
    1.20 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.21  
    1.22  DEPENDS="python"
    1.23  BUILD_DEPENDS="python python-dev"