From 447238feda702a9ea053a1ae97b03ee313438e8c Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 21 Sep 2024 18:46:52 +0200 Subject: [PATCH] python3-chevron: add recipe --- recipes-devtools/python/python3-chevron_git.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes-devtools/python/python3-chevron_git.bb diff --git a/recipes-devtools/python/python3-chevron_git.bb b/recipes-devtools/python/python3-chevron_git.bb new file mode 100644 index 0000000..15e625f --- /dev/null +++ b/recipes-devtools/python/python3-chevron_git.bb @@ -0,0 +1,12 @@ +SUMMARY = "A python implementation of the mustache templating language." +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4a2d7b4be06609e1a683e7d895c75c02" + +SRC_URI = "git://github.com/noahmorrison/chevron;protocol=https;branch=main" + +inherit setuptools3 + +S = "${WORKDIR}/git" +PV = "0.13.1" +SRCREV = "d7f6bd54a296620068570fb83b91a43958ee5e37" +