From 85450b8cba5ac8485d9dd279f624450a0eb736f8 Mon Sep 17 00:00:00 2001 From: triallax Date: Sun, 28 May 2023 18:44:08 +0100 Subject: [PATCH] python3-docutils: update to 0.20.1. --- srcpkgs/python3-docutils/template | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/srcpkgs/python3-docutils/template b/srcpkgs/python3-docutils/template index 60f911f1bdf6..cbc5871713bb 100644 --- a/srcpkgs/python3-docutils/template +++ b/srcpkgs/python3-docutils/template @@ -1,18 +1,18 @@ # Template file for 'python3-docutils' pkgname=python3-docutils -version=0.19 +version=0.20.1 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" # docutils/writers/odf_odt/pygmentsformatter.py depends="python3-Pygments" -checkdepends="${depends}" +checkdepends="${depends} python3-pytest" short_desc="Python3 documentation utilities" maintainer="Orphaned " 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" -checksum=33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6 +checksum=f08a4e276c3a1583a86dce3e34aba3fe04d02bba2dd51ed16106244e8a923e3b alternatives=" docutils:rst2html:/usr/bin/rst2html.py @@ -28,10 +28,10 @@ alternatives=" docutils:rst2xml:/usr/bin/rst2xml.py docutils:rstpep2html:/usr/bin/rstpep2html.py" -do_check() { - cd test - python3 alltests.py -} +# do_check() { +# cd test +# python3 alltests.py +# } post_install() { vlicense COPYING.txt COPYING