All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization] [PATCH] python3-cephclient: Consolidate in a single file
@ 2020-07-16 19:42 zangrc
  2020-07-16 19:42 ` [meta-virtualization] [PATCH] python3-cliff: upgrade 2.17.0 -> 3.3.0 zangrc
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: zangrc @ 2020-07-16 19:42 UTC (permalink / raw)
  To: meta-virtualization

Consolidate inc and bb files into a single bb file.

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../python/python-cephclient.inc              | 26 -----------------
 .../python/python3-cephclient_0.1.0.5.bb      | 28 +++++++++++++++++--
 2 files changed, 26 insertions(+), 28 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-cephclient.inc

diff --git a/meta-openstack/recipes-devtools/python/python-cephclient.inc b/meta-openstack/recipes-devtools/python/python-cephclient.inc
deleted file mode 100644
index e8e0d0a..0000000
--- a/meta-openstack/recipes-devtools/python/python-cephclient.inc
+++ /dev/null
@@ -1,26 +0,0 @@
-DESCRIPTION = "A client library in python for the Ceph REST API."
-HOMEPAGE = "https://github.com/dmsimard/python-cephclient"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
-
-PYPI_PACKAGE = "python-cephclient"
-PYPI_SRC_URI = "https://pypi.python.org/packages/source/p/${PYPI_PACKAGE}/${PYPI_PACKAGE}-v${PV}.tar.gz"
-
-SRC_URI[md5sum] = "e3746607f1af1573a241b4995c10c938"
-SRC_URI[sha256sum] = "9776b786da2aebdc0439ea2f809cc8923f52bc0cf610f77a9c1348466961134b"
-
-inherit pypi
-
-# DEPENDS_default: python-pip
-
-DEPENDS += " \
-        ${PYTHON_PN}-pip \
-        "
-
-# RDEPENDS_default: 
-RDEPENDS_${PN} += " \
-        ${PYTHON_PN}-lxml \
-        ${PYTHON_PN}-requests \
-        ${PYTHON_PN}-cython \
-        "
diff --git a/meta-openstack/recipes-devtools/python/python3-cephclient_0.1.0.5.bb b/meta-openstack/recipes-devtools/python/python3-cephclient_0.1.0.5.bb
index e05c1d5..65e84bf 100644
--- a/meta-openstack/recipes-devtools/python/python3-cephclient_0.1.0.5.bb
+++ b/meta-openstack/recipes-devtools/python/python3-cephclient_0.1.0.5.bb
@@ -1,2 +1,26 @@
-require python-cephclient.inc
-inherit setuptools3
+DESCRIPTION = "A client library in python for the Ceph REST API."
+HOMEPAGE = "https://github.com/dmsimard/python-cephclient"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
+
+PYPI_PACKAGE = "python-cephclient"
+PYPI_SRC_URI = "https://pypi.python.org/packages/source/p/${PYPI_PACKAGE}/${PYPI_PACKAGE}-v${PV}.tar.gz"
+
+SRC_URI[md5sum] = "e3746607f1af1573a241b4995c10c938"
+SRC_URI[sha256sum] = "9776b786da2aebdc0439ea2f809cc8923f52bc0cf610f77a9c1348466961134b"
+
+inherit setuptools3 pypi
+
+# DEPENDS_default: python-pip
+
+DEPENDS += " \
+        ${PYTHON_PN}-pip \
+        "
+
+# RDEPENDS_default: 
+RDEPENDS_${PN} += " \
+        ${PYTHON_PN}-lxml \
+        ${PYTHON_PN}-requests \
+        ${PYTHON_PN}-cython \
+        "
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-07-20 18:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-16 19:42 [meta-virtualization] [PATCH] python3-cephclient: Consolidate in a single file zangrc
2020-07-16 19:42 ` [meta-virtualization] [PATCH] python3-cliff: upgrade 2.17.0 -> 3.3.0 zangrc
2020-07-16 19:42 ` [meta-virtualization] [PATCH] python3-cssselect: upgrade 0.9.1 -> 1.1.0 zangrc
2020-07-20 18:51 ` [meta-virtualization] [PATCH] python3-cephclient: Consolidate in a single file Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.