python3-docutils: update to 0.20.1.

This commit is contained in:
triallax 2023-05-28 18:44:08 +01:00 committed by classabbyamp
parent ef6b1b2d77
commit 988f83fe90

View file

@ -1,18 +1,18 @@
# Template file for 'python3-docutils' # Template file for 'python3-docutils'
pkgname=python3-docutils pkgname=python3-docutils
version=0.19 version=0.20.1
revision=1 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
# docutils/writers/odf_odt/pygmentsformatter.py # docutils/writers/odf_odt/pygmentsformatter.py
depends="python3-Pygments" depends="python3-Pygments"
checkdepends="${depends}" checkdepends="${depends} python3-pytest"
short_desc="Python3 documentation utilities" short_desc="Python3 documentation utilities"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="Public Domain, BSD-2-Clause, GPL-3.0-or-later, Python-2.0" license="Public Domain, BSD-2-Clause, GPL-3.0-or-later, Python-2.0"
homepage="http://docutils.sourceforge.net" homepage="https://docutils.sourceforge.io"
distfiles="${PYPI_SITE}/d/docutils/docutils-${version}.tar.gz" distfiles="${PYPI_SITE}/d/docutils/docutils-${version}.tar.gz"
checksum=33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6 checksum=f08a4e276c3a1583a86dce3e34aba3fe04d02bba2dd51ed16106244e8a923e3b
alternatives=" alternatives="
docutils:rst2html:/usr/bin/rst2html.py docutils:rst2html:/usr/bin/rst2html.py
@ -28,11 +28,6 @@ alternatives="
docutils:rst2xml:/usr/bin/rst2xml.py docutils:rst2xml:/usr/bin/rst2xml.py
docutils:rstpep2html:/usr/bin/rstpep2html.py" docutils:rstpep2html:/usr/bin/rstpep2html.py"
do_check() {
cd test
python3 alltests.py
}
post_install() { post_install() {
vlicense COPYING.txt COPYING vlicense COPYING.txt COPYING
} }