diff options
| author | Mark Asselstine <asselsm@gmail.com> | 2016-02-03 20:41:11 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-02-05 14:42:17 -0500 |
| commit | b2687efd47424be847e45ef1bd21ce39e2419a85 (patch) | |
| tree | a99908c068cedc5b94b37ed7e84c6b75cf668104 /meta-openstack/recipes-devtools/python/python-python-editor_git.bb | |
| parent | d957581082e8bb178fef2ee2e150c7723f5432e0 (diff) | |
| download | meta-cloud-services-b2687efd47424be847e45ef1bd21ce39e2419a85.tar.gz | |
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 <asselsm@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-python-editor_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-python-editor_git.bb | 22 |
1 files changed, 22 insertions, 0 deletions
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 @@ | |||
| 1 | DESCRIPTION = "Programmatically open an editor, capture the result" | ||
| 2 | HOMEPAGE = "https://github.com/fmoo/python-editor" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" | ||
| 6 | |||
| 7 | PV = "0.4+git${SRCPV}" | ||
| 8 | SRCREV = "d6fa2a6bb3106a1ba00fe40f9af62e4ddc539e1e" | ||
| 9 | |||
| 10 | SRCNAME = "python-editor" | ||
| 11 | SRC_URI = "git://github.com/fmoo/${SRCNAME}.git" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | python-pip \ | ||
| 19 | " | ||
| 20 | |||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | " | ||
