diff options
author | Bill Randle <bill.randle@gmail.com> | 2017-12-07 21:48:59 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-12-22 19:43:53 -0800 |
commit | 947c8e0cc5656bd4fb6796b68470d01c294658ff (patch) | |
tree | b49473197594a3d696c9c7736a24ad2e8a1e6f34 | |
parent | 6f3ef2e63eeefe7a44a7ea0505f53c3ee0e10744 (diff) | |
download | meta-openembedded-947c8e0cc5656bd4fb6796b68470d01c294658ff.tar.gz |
python[3]-editor: new recipes
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
3 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-editor.inc b/meta-python/recipes-devtools/python/python-editor.inc new file mode 100644 index 000000000..30650bda4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-editor.inc | |||
@@ -0,0 +1,9 @@ | |||
1 | DESCRIPTION = "Programmatically open and editor, capture the result" | ||
2 | LICENSE = "Apache-2.0" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" | ||
4 | |||
5 | SRC_URI[md5sum] = "0aca5f2ef176ce68e98a5b7e31372835" | ||
6 | SRC_URI[sha256sum] = "a3c066acee22a1c94f63938341d4fb374e3fdd69366ed6603d7b24bed1efc565" | ||
7 | |||
8 | PYPI_PACKAGE = "python-editor" | ||
9 | |||
diff --git a/meta-python/recipes-devtools/python/python-editor_1.0.3.bb b/meta-python/recipes-devtools/python/python-editor_1.0.3.bb new file mode 100644 index 000000000..f7a9a8c0d --- /dev/null +++ b/meta-python/recipes-devtools/python/python-editor_1.0.3.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit pypi setuptools | ||
2 | require python-editor.inc | ||
diff --git a/meta-python/recipes-devtools/python/python3-editor_1.0.3.bb b/meta-python/recipes-devtools/python/python3-editor_1.0.3.bb new file mode 100644 index 000000000..8ad2b869d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-editor_1.0.3.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit pypi setuptools3 | ||
2 | require python-editor.inc | ||