31 lines
661 B
TOML
31 lines
661 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"python-wheel",
|
|
"python-flit-core",
|
|
]
|
|
runtime = [
|
|
"python",
|
|
"python-docutils",
|
|
"python-jinja",
|
|
"python-markdown-it-py",
|
|
"python-mdit_py_plugins",
|
|
"python-pygments",
|
|
"python-sphinx",
|
|
"python-yaml",
|
|
]
|
|
optional = [ "python-linkify-it-py" ]
|
|
|
|
[package]
|
|
description = "An extended commonmark compliant parser, with bridges to docutils/sphinx"
|
|
homepage = "https://github.com/executablebooks/MyST-Parser"
|
|
license = "MIT"
|
|
name = "python-myst-parser"
|
|
version = "5.0.0"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
url = "https://github.com/executablebooks/MyST-Parser.git#v$version"
|