We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa390d commit 2d4453aCopy full SHA for 2d4453a
1 file changed
recipes/python/jinja2.yaml
@@ -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