From b2687efd47424be847e45ef1bd21ce39e2419a85 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 3 Feb 2016 20:41:11 -0500 Subject: python-python-editor: initial version 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 Signed-off-by: Bruce Ashfield --- .../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 (limited to '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} += " \ + " -- cgit v1.2.3-54-g00ecf