Skip to content

Commit 2d4453a

Browse files
committed
Add python jinja2 v3.1.6
1 parent 4fa390d commit 2d4453a

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

recipes/python/jinja2.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
inherit: ["python3::flit"]
2+
3+
metaEnvironment:
4+
PKG_VERSION: "3.1.6"
5+
6+
checkoutSCM:
7+
scm: url
8+
url: https://files.pythonhosted.org/packages/source/j/jinja2/jinja2-${PKG_VERSION}.tar.gz
9+
digestSHA256: 0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d
10+
stripComponents: 1
11+
12+
depends: &deps
13+
- python::markupsafe
14+
15+
buildScript: |
16+
python3BuildFlit $1
17+
18+
packageScript: |
19+
python3PackageTgt
20+
21+
# Beware: the python3::flit class adds build time dependencies!
22+
provideDeps: *deps

0 commit comments

Comments
 (0)