# HG changeset patch # User Hans-G?nter Theisgen # Date 1656688646 -3600 # Node ID 382418015236161d1a77b0104807b623609a0f7c # Parent 401ca84be53adb954ccf8aa94b5f427e5d908dfb updated python-docutils (0.16 -> 0.18.1) diff -r 401ca84be53a -r 382418015236 python-docutils/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-docutils/description.txt Fri Jul 01 16:17:26 2022 +0100 @@ -0,0 +1,4 @@ +Docutils is a modular system for processing documentation into useful formats, +such as HTML, XML, and LaTeX. +For input Docutils supports reStructuredText, an easy-to-read, +what-you-see-is-what-you-get plaintext markup syntax. diff -r 401ca84be53a -r 382418015236 python-docutils/receipt --- a/python-docutils/receipt Fri Jul 01 15:56:11 2022 +0100 +++ b/python-docutils/receipt Fri Jul 01 16:17:26 2022 +0100 @@ -1,16 +1,17 @@ # SliTaz package receipt. PACKAGE="python-docutils" -VERSION="0.16" +VERSION="0.18.1" CATEGORY="development" SHORT_DESC="Text processing system." MAINTAINER="claudinei@slitaz.org" LICENSE="PublicDomain GPL3 BSD" WEB_SITE="https://pypi.org/project/docutils" +REPOLOGY="python:docutils" SOURCE="docutils" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://files.pythonhosted.org/packages/source/d/$SOURCE/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" SUGGESTED="python-pil" DEPENDS="python" @@ -25,13 +26,16 @@ # Rules to configure and make the package. compile_rules() { - python setup.py install --root=$DESTDIR + python setup.py \ + install \ + --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cook_copy_folders bin + cook_copy_folders lib } # Remove old package.