39 lines
1.2 KiB
Bash
39 lines
1.2 KiB
Bash
# Template file for 'python3-docutils'
|
|
pkgname=python3-docutils
|
|
version=0.19
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
# docutils/writers/odf_odt/pygmentsformatter.py
|
|
depends="python3-Pygments"
|
|
checkdepends="${depends}"
|
|
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="http://docutils.sourceforge.net"
|
|
distfiles="${PYPI_SITE}/d/docutils/docutils-${version}.tar.gz"
|
|
checksum=33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6
|
|
|
|
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"
|
|
|
|
do_check() {
|
|
cd test
|
|
python3 alltests.py
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING.txt COPYING
|
|
}
|