22 lines
551 B
TOML
22 lines
551 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"python-setuptools",
|
|
"python-wheel",
|
|
]
|
|
runtime = ["python"]
|
|
|
|
[package]
|
|
description = "Python module that implements an XML/HTML/XHTML Markup safe string"
|
|
homepage = "https://pypi.org/project/MarkupSafe/"
|
|
license = "BSD-3-Clause"
|
|
name = "python-markupsafe"
|
|
version = "3.0.3"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "722695808f4b6457b320fdc131280796bdceb04ab50fe1795cd540799ebe1698"
|
|
url = "https://github.com/pallets/markupsafe/releases/download/$version/markupsafe-$version.tar.gz"
|