Initial commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
[build]
|
||||
type = "python"
|
||||
|
||||
[dependencies]
|
||||
build = [
|
||||
"python",
|
||||
"python-setuptools",
|
||||
"python-wheel",
|
||||
]
|
||||
runtime = [
|
||||
"python",
|
||||
"python-markupsafe",
|
||||
]
|
||||
|
||||
[package]
|
||||
description = "Python module that implements a simple pythonic template language"
|
||||
homepage = "https://palletsprojects.com/p/jinja/"
|
||||
license = "BSD-3-Clause"
|
||||
name = "python-jinja"
|
||||
version = "3.1.6"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
sha256 = "0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d"
|
||||
url = "https://github.com/pallets/jinja/releases/download/$version/jinja2-$version.tar.gz"
|
||||
Reference in New Issue
Block a user