28 lines
771 B
TOML
28 lines
771 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = ["python-flit-core"]
|
|
optional = [
|
|
"python-pillow",
|
|
"python-myst-parser",
|
|
"python-pygments",
|
|
]
|
|
runtime = ["python"]
|
|
|
|
[package]
|
|
description = "Set of tools for processing plaintext docs into formats such as HTML, XML, or LaTeX"
|
|
homepage = "http://docutils.sourceforge.net/"
|
|
license = [
|
|
"BSD-2-Clause",
|
|
"LicenseRef-Public-Domain",
|
|
]
|
|
name = "python-docutils"
|
|
version = "0.22.4"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "b2:ec9ef492f067d91a3300a7707a88426d08714b85ff2970d6bdf8f94e8a7a42c576364445c0997dee5d19a76ab763793465ed131bb6ce6453c058d61371aed61c"
|
|
url = "https://downloads.sourceforge.net/docutils/docutils-$version.tar.gz"
|
|
post_extract = [ """sed -i '/^include =/,/]/d' pyproject.toml""" ]
|