kuksa-dbc-feeder: add recipe and dependencies
[AGL/meta-agl-demo.git] / recipes-devtools / python / python3-py-expression-eval_0.3.14.bb
1 SUMMARY = "Python Mathematical Expression Evaluator"
2 HOMEPAGE = "https://github.com/AxiaCore/py-expression-eval"
3 LICENSE = "MIT"
4 LIC_FILES_CHKSUM = "file://LICENSE;md5=5a9126e7f56a0cf3247050de7f10d0f4"
5
6 # NOTE: Pulling from github.com instead of pypi.org as the tarfiles on
7 #       the latter do not include the LICENSE file.
8
9 SRC_URI = "git://github.com/axiacore/py-expression-eval.git;protocol=https;branch=master"
10 SRCREV = "e7cfbedb3cdb1c428ae3dfbc967fe43deffa5e64"
11
12 S = "${WORKDIR}/git"
13
14 inherit setuptools3