python[3]-editor: new recipes

Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Bill Randle
2017-12-07 21:48:59 -08:00
committed by Armin Kuster
parent 6f3ef2e63e
commit 947c8e0cc5
3 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
DESCRIPTION = "Programmatically open and editor, capture the result"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
SRC_URI[md5sum] = "0aca5f2ef176ce68e98a5b7e31372835"
SRC_URI[sha256sum] = "a3c066acee22a1c94f63938341d4fb374e3fdd69366ed6603d7b24bed1efc565"
PYPI_PACKAGE = "python-editor"

View File

@@ -0,0 +1,2 @@
inherit pypi setuptools
require python-editor.inc

View File

@@ -0,0 +1,2 @@
inherit pypi setuptools3
require python-editor.inc