[meta-virtualization] [m-c-s][PATCH 16/49] python-python-editor: initial version

Mark Asselstine mark.asselstine at windriver.com
Wed Feb 3 17:41:11 PST 2016


From: Mark Asselstine <asselsm at gmail.com>

This package provides a python module that allows one to
programmatically open an editor, capture the result.

This package is required by python-alembic.

Signed-off-by: Mark Asselstine <asselsm at gmail.com>
---
 .../python/python-python-editor_git.bb             | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/python/python-python-editor_git.bb

diff --git a/meta-openstack/recipes-devtools/python/python-python-editor_git.bb b/meta-openstack/recipes-devtools/python/python-python-editor_git.bb
new file mode 100644
index 0000000..db668d7
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-python-editor_git.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "Programmatically open an editor, capture the result"
+HOMEPAGE = "https://github.com/fmoo/python-editor"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
+
+PV = "0.4+git${SRCPV}"
+SRCREV = "d6fa2a6bb3106a1ba00fe40f9af62e4ddc539e1e"
+
+SRCNAME = "python-editor"
+SRC_URI = "git://github.com/fmoo/${SRCNAME}.git"
+
+S = "${WORKDIR}/git"
+
+inherit setuptools
+
+DEPENDS += " \
+        python-pip \
+        "
+
+RDEPENDS_${PN} += " \
+        "
-- 
2.1.4



More information about the meta-virtualization mailing list