26 lines
590 B
TOML
26 lines
590 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"python-setuptools",
|
|
"python-wheel",
|
|
]
|
|
optional = [
|
|
"python-yaml",
|
|
"python-pygments",
|
|
]
|
|
runtime = ["python"]
|
|
|
|
[package]
|
|
description = "Python implementation of John Gruber's Markdown"
|
|
homepage = "https://python-markdown.github.io/"
|
|
license = "BSD-3-Clause"
|
|
name = "python-markdown"
|
|
version = "3.10.2"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "994d51325d25ad8aa7ce4ebaec003febcce822c3f8c911e3b17c52f7f589f950"
|
|
url = "https://github.com/Python-Markdown/markdown/releases/download/$version/markdown-$version.tar.gz"
|