34 lines
1.2 KiB
Bash
34 lines
1.2 KiB
Bash
# Template file for 'python3-docutils'
|
|
pkgname=python3-docutils
|
|
version=0.20.1
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
# 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=f08a4e276c3a1583a86dce3e34aba3fe04d02bba2dd51ed16106244e8a923e3b
|
|
|
|
alternatives="
|
|
docutils:rst2html:/usr/bin/rst2html.py
|
|
docutils:rst2html4:/usr/bin/rst2html4.py
|
|
docutils:rst2html5:/usr/bin/rst2html5.py
|
|
docutils:rst2latex:/usr/bin/rst2latex.py
|
|
docutils:rst2man:/usr/bin/rst2man.py
|
|
docutils:rst2odt:/usr/bin/rst2odt.py
|
|
docutils:rst2odt_prepstyles:/usr/bin/rst2odt_prepstyles.py
|
|
docutils:rst2pseudoxml:/usr/bin/rst2pseudoxml.py
|
|
docutils:rst2s5:/usr/bin/rst2s5.py
|
|
docutils:rst2xetex:/usr/bin/rst2xetex.py
|
|
docutils:rst2xml:/usr/bin/rst2xml.py
|
|
docutils:rstpep2html:/usr/bin/rstpep2html.py"
|
|
|
|
post_install() {
|
|
vlicense COPYING.txt COPYING
|
|
}
|