mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-19 20:08:27 +01:00
python3-chevron: add recipe
This commit is contained in:
parent
728782c49a
commit
447238feda
12
recipes-devtools/python/python3-chevron_git.bb
Normal file
12
recipes-devtools/python/python3-chevron_git.bb
Normal file
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user