31 lines
575 B
TOML
31 lines
575 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"python-setuptools",
|
|
"python-wheel",
|
|
]
|
|
optional = [
|
|
"python-babel",
|
|
"python-pygments",
|
|
"python-pytest",
|
|
"python-dogpile.cache",
|
|
"python-beaker",
|
|
]
|
|
runtime = [
|
|
"python",
|
|
"python-markupsafe",
|
|
]
|
|
|
|
[package]
|
|
description = "template library written in Python"
|
|
homepage = "https://github.com/sqlalchemy/mako"
|
|
license = "MIT"
|
|
name = "python-mako"
|
|
version = "1.3.10"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
url = "https://github.com/sqlalchemy/mako.git#6e514adcef6194bcf7fedc1b83078e110caaaadf"
|