diff --git a/srcpkgs/python3-docutils/template b/srcpkgs/python3-docutils/template index bc99c2297ab..9013192a5ab 100644 --- a/srcpkgs/python3-docutils/template +++ b/srcpkgs/python3-docutils/template @@ -1,19 +1,18 @@ # Template file for 'python3-docutils' pkgname=python3-docutils -version=0.21.2 -revision=2 +version=0.22.4 +revision=1 build_style=python3-pep517 hostmakedepends="python3-flit_core" -# docutils/writers/odf_odt/pygmentsformatter.py depends="python3-Pygments" checkdepends="${depends} python3-pytest" short_desc="Python3 documentation utilities" -maintainer="Orphaned " +maintainer="Jason Elswick " license="Public Domain, BSD-2-Clause, GPL-3.0-or-later, Python-2.0" homepage="https://docutils.sourceforge.io" distfiles="${PYPI_SITE}/d/docutils/docutils-${version}.tar.gz" -checksum=3a6b18732edf182daa3cd12775bbb338cf5691468f91eeeb109deff6ebfa986f +checksum=4db53b1fde9abecbb74d91230d32ab626d94f6badfc575d6db9194a49df29968 post_install() { - vlicense COPYING.txt COPYING + vlicense COPYING.rst }