Initial commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user