2025-04-08 09:12:02 +07:00

20 lines
657 B
Bash

# Template file for 'python3-docutils'
pkgname=python3-docutils
version=0.21.2
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 <orphan@voidlinux.org>"
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
post_install() {
vlicense COPYING.txt COPYING
}