# HG changeset patch # User Hans-G?nter Theisgen # Date 1657705367 -3600 # Node ID 2a6c6a7b43a06c218a4228d11872fb53f919dc55 # Parent 2d58a3f6283c5522daa7e3c511889c49d7f0b3a6 updated python-genshi (0.7.3 -> 0.7.5) diff -r 2d58a3f6283c -r 2a6c6a7b43a0 mplayer/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mplayer/description.txt Wed Jul 13 10:42:47 2022 +0100 @@ -0,0 +1,5 @@ +MPlayer is a movie player which runs on many systems. +It plays most MPEG/VOB, AVI, Ogg/OGM, VIVO, ASF/WMA/WMV, QT/MOV/MP4, +RealMedia, Matroska, NUT, NuppelVideo, FLI, YUV4MPEG, FILM, RoQ, PVA files, +supported by many native, XAnim, and Win32 DLL codecs. +You can watch VideoCD, SVCD, DVD, 3ivx, DivX 3/4/5, WMV and even H.264 movies. diff -r 2d58a3f6283c -r 2a6c6a7b43a0 python-genshi/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-genshi/description.txt Wed Jul 13 10:42:47 2022 +0100 @@ -0,0 +1,4 @@ +Genshi is a Python library that provides an integrated set of components +for parsing, generating, and processing HTML, XML or other textual +content for output generation on the web. +The major feature is a template language, which is heavily inspired by Kid. diff -r 2d58a3f6283c -r 2a6c6a7b43a0 python-genshi/receipt --- a/python-genshi/receipt Wed Jul 13 10:37:28 2022 +0100 +++ b/python-genshi/receipt Wed Jul 13 10:42:47 2022 +0100 @@ -1,16 +1,17 @@ # SliTaz package receipt. PACKAGE="python-genshi" -VERSION="0.7.3" +VERSION="0.7.5" CATEGORY="development" SHORT_DESC="Python toolkit for generation of output for the web." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" -WEB_SITE="https://genshi.edgewall.org/" +WEB_SITE="https://pypi.org/project/Genshi/" +REPOLOGY="python:genshi" SOURCE="Genshi" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://files.pythonhosted.org/packages/source/G/$SOURCE/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python python-dev"