wok rev 25193

updated python-genshi (0.7.3 -> 0.7.5)
author Hans-G?nter Theisgen
date Wed Jul 13 10:42:47 2022 +0100 (22 months ago)
parents 2d58a3f6283c
children 2ef0a22a082b
files mplayer/description.txt python-genshi/description.txt python-genshi/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mplayer/description.txt	Wed Jul 13 10:42:47 2022 +0100
     1.3 @@ -0,0 +1,5 @@
     1.4 +MPlayer is a movie player which runs on many systems.
     1.5 +It plays most MPEG/VOB, AVI, Ogg/OGM, VIVO, ASF/WMA/WMV, QT/MOV/MP4,
     1.6 +RealMedia, Matroska, NUT, NuppelVideo, FLI, YUV4MPEG, FILM, RoQ, PVA files,
     1.7 +supported by many native, XAnim, and Win32 DLL codecs.
     1.8 +You can watch VideoCD, SVCD, DVD, 3ivx, DivX 3/4/5, WMV and even H.264 movies.
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/python-genshi/description.txt	Wed Jul 13 10:42:47 2022 +0100
     2.3 @@ -0,0 +1,4 @@
     2.4 +Genshi is a Python library that provides an integrated set of components
     2.5 +for parsing, generating, and processing HTML, XML or other textual
     2.6 +content for output generation on the web.
     2.7 +The major feature is a template language, which is heavily inspired by Kid.
     3.1 --- a/python-genshi/receipt	Wed Jul 13 10:37:28 2022 +0100
     3.2 +++ b/python-genshi/receipt	Wed Jul 13 10:42:47 2022 +0100
     3.3 @@ -1,16 +1,17 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="python-genshi"
     3.7 -VERSION="0.7.3"
     3.8 +VERSION="0.7.5"
     3.9  CATEGORY="development"
    3.10  SHORT_DESC="Python toolkit for generation of output for the web."
    3.11  MAINTAINER="pascal.bellard@slitaz.org"
    3.12  LICENSE="BSD"
    3.13 -WEB_SITE="https://genshi.edgewall.org/"
    3.14 +WEB_SITE="https://pypi.org/project/Genshi/"
    3.15 +REPOLOGY="python:genshi"
    3.16  
    3.17  SOURCE="Genshi"
    3.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    3.19 -WGET_URL="https://files.pythonhosted.org/packages/source/G/$SOURCE/$TARBALL"
    3.20 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    3.21  
    3.22  DEPENDS="python"
    3.23  BUILD_DEPENDS="python python-dev"