wok rev 25171
updated python-docutils (0.16 -> 0.18.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jul 01 16:17:26 2022 +0100 (2022-07-01) |
parents | 401ca84be53a |
children | dd9b5a434fac |
files | python-docutils/description.txt python-docutils/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-docutils/description.txt Fri Jul 01 16:17:26 2022 +0100 1.3 @@ -0,0 +1,4 @@ 1.4 +Docutils is a modular system for processing documentation into useful formats, 1.5 +such as HTML, XML, and LaTeX. 1.6 +For input Docutils supports reStructuredText, an easy-to-read, 1.7 +what-you-see-is-what-you-get plaintext markup syntax.
2.1 --- a/python-docutils/receipt Fri Jul 01 15:56:11 2022 +0100 2.2 +++ b/python-docutils/receipt Fri Jul 01 16:17:26 2022 +0100 2.3 @@ -1,16 +1,17 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="python-docutils" 2.7 -VERSION="0.16" 2.8 +VERSION="0.18.1" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Text processing system." 2.11 MAINTAINER="claudinei@slitaz.org" 2.12 LICENSE="PublicDomain GPL3 BSD" 2.13 WEB_SITE="https://pypi.org/project/docutils" 2.14 +REPOLOGY="python:docutils" 2.15 2.16 SOURCE="docutils" 2.17 TARBALL="$SOURCE-$VERSION.tar.gz" 2.18 -WGET_URL="https://files.pythonhosted.org/packages/source/d/$SOURCE/$TARBALL" 2.19 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 2.20 2.21 SUGGESTED="python-pil" 2.22 DEPENDS="python" 2.23 @@ -25,13 +26,16 @@ 2.24 # Rules to configure and make the package. 2.25 compile_rules() 2.26 { 2.27 - python setup.py install --root=$DESTDIR 2.28 + python setup.py \ 2.29 + install \ 2.30 + --root=$DESTDIR 2.31 } 2.32 2.33 # Rules to gen a SliTaz package suitable for Tazpkg. 2.34 genpkg_rules() 2.35 { 2.36 - cp -a $install/usr $fs 2.37 + cook_copy_folders bin 2.38 + cook_copy_folders lib 2.39 } 2.40 2.41 # Remove old package.