diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-01-19 16:30:10 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-22 09:56:34 -0800 |
commit | 9626bd6c50f2007956522a27f234912eaf0617f8 (patch) | |
tree | acbb0d0f73182e9b5e632b3753eddebdb2167c40 /meta-python | |
parent | e6ced573087a6416ec50dce4cf281758be9a2d4c (diff) | |
download | meta-openembedded-9626bd6c50f2007956522a27f234912eaf0617f8.tar.gz |
python3-pytoml,python3-jsmin: Add recipes
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
3 files changed, 25 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytoml.inc b/meta-python/recipes-devtools/python/python-pytoml.inc new file mode 100644 index 0000000000..180531d750 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pytoml.inc | |||
@@ -0,0 +1,12 @@ | |||
1 | SUMMARY = "A TOML-0.4.0 parser/writer for Python" | ||
2 | HOMEPAGE = "https://pypi.python.org/pypi/pytoml/" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=cfff423699bdaef24331933ac4f56078" | ||
6 | |||
7 | SRC_URI[md5sum] = "e59dd36a559dd2a876e4c149c69e947b" | ||
8 | SRC_URI[sha256sum] = "8eecf7c8d0adcff3b375b09fe403407aa9b645c499e5ab8cac670ac4a35f61e7" | ||
9 | |||
10 | inherit pypi | ||
11 | |||
12 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta-python/recipes-devtools/python/python3-jsmin_2.2.2.bb b/meta-python/recipes-devtools/python/python3-jsmin_2.2.2.bb new file mode 100644 index 0000000000..ab657e6f08 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-jsmin_2.2.2.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | DESCRIPTION = "JavaScript minifier." | ||
2 | HOMEPAGE = "https://github.com/tikitu/jsmin/" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3a3301ce2ad647e172f4a1016c67324d" | ||
6 | |||
7 | inherit setuptools3 pypi | ||
8 | SRC_URI[md5sum] = "00e7a3179a4591aab2ee707b3214e2fd" | ||
9 | SRC_URI[sha256sum] = "b6df99b2cd1c75d9d342e4335b535789b8da9107ec748212706ef7bbe5c2553b" | ||
10 | |||
11 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta-python/recipes-devtools/python/python3-pytoml_0.1.21.bb b/meta-python/recipes-devtools/python/python3-pytoml_0.1.21.bb new file mode 100644 index 0000000000..ed6a4d3a6b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytoml_0.1.21.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit pypi setuptools3 | ||
2 | require python-pytoml.inc | ||