From 8f0f7f7b12e5e67c5c37806c400601b36f95e4d3 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Wed, 19 Aug 2020 02:36:56 +0800 Subject: python3-python-editor: upgrade to 1.0.4 Signed-off-by: Zheng Ruoqin / Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-python-editor.inc | 20 -------------------- .../python/python-python-editor_git.bb | 2 -- .../python/python3-python-editor_1.0.4.bb | 16 ++++++++++++++++ .../python/python3-python-editor_git.bb | 2 -- 4 files changed, 16 insertions(+), 24 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-python-editor.inc delete mode 100644 meta-openstack/recipes-devtools/python/python-python-editor_git.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-python-editor_1.0.4.bb delete mode 100644 meta-openstack/recipes-devtools/python/python3-python-editor_git.bb diff --git a/meta-openstack/recipes-devtools/python/python-python-editor.inc b/meta-openstack/recipes-devtools/python/python-python-editor.inc deleted file mode 100644 index 07692a3..0000000 --- a/meta-openstack/recipes-devtools/python/python-python-editor.inc +++ /dev/null @@ -1,20 +0,0 @@ -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" - -DEPENDS += " \ - ${PYTHON_PN}-pip \ - " - -RDEPENDS_${PN} += " \ - " diff --git a/meta-openstack/recipes-devtools/python/python-python-editor_git.bb b/meta-openstack/recipes-devtools/python/python-python-editor_git.bb deleted file mode 100644 index 7529398..0000000 --- a/meta-openstack/recipes-devtools/python/python-python-editor_git.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-python-editor.inc -inherit setuptools3 diff --git a/meta-openstack/recipes-devtools/python/python3-python-editor_1.0.4.bb b/meta-openstack/recipes-devtools/python/python3-python-editor_1.0.4.bb new file mode 100644 index 0000000..fea7093 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-python-editor_1.0.4.bb @@ -0,0 +1,16 @@ +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" + +inherit setuptools3 pypi + +SRC_URI[sha256sum] = "51fda6bcc5ddbbb7063b2af7509e43bd84bfc32a4ff71349ec7847713882327b" + +DEPENDS += " \ + ${PYTHON_PN}-pip \ + " + +RDEPENDS_${PN} += " \ + " diff --git a/meta-openstack/recipes-devtools/python/python3-python-editor_git.bb b/meta-openstack/recipes-devtools/python/python3-python-editor_git.bb deleted file mode 100644 index 7529398..0000000 --- a/meta-openstack/recipes-devtools/python/python3-python-editor_git.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-python-editor.inc -inherit setuptools3 -- cgit v1.2.3-54-g00ecf