# Template file for 'python3-docutils'
pkgname=python3-docutils
version=0.23
revision=1
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3-Pygments"
checkdepends="${depends} python3-pytest"
short_desc="Python3 documentation utilities"
maintainer="Jason Elswick <jason@jasondavid.us>"
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=746f5060322511280a1e50eb76846ed6bf2342984b2ac04dc42caa1a8d78799e

post_install() {
	vlicense COPYING.rst
}
