diff options
author | Derek Straka <derek@asterius.io> | 2020-04-04 14:21:01 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-05 10:38:14 -0700 |
commit | 28535abd634aba19b3d6bbabac504d3d71588439 (patch) | |
tree | 5a716f028a00698189b5e7f63d856eea3bbd806e /meta-python | |
parent | 474f362bfed90e998dcc7f24431b984e7411e571 (diff) | |
download | meta-openembedded-28535abd634aba19b3d6bbabac504d3d71588439.tar.gz |
python-pytoml: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pytoml.inc | 12 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pytoml_0.1.21.bb | 12 |
2 files changed, 11 insertions, 13 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytoml.inc b/meta-python/recipes-devtools/python/python-pytoml.inc deleted file mode 100644 index 180531d750..0000000000 --- a/meta-python/recipes-devtools/python/python-pytoml.inc +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
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-pytoml_0.1.21.bb b/meta-python/recipes-devtools/python/python3-pytoml_0.1.21.bb index ed6a4d3a6b..f8c759a7d4 100644 --- a/meta-python/recipes-devtools/python/python3-pytoml_0.1.21.bb +++ b/meta-python/recipes-devtools/python/python3-pytoml_0.1.21.bb | |||
@@ -1,2 +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 | |||
1 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
2 | require python-pytoml.inc | 11 | |
12 | BBCLASSEXTEND = "native nativesdk" | ||