All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization] [PATCH] python3-ceilcmeterclient: Remove this recipe
@ 2020-07-16 19:40 zangrc
  2020-07-16 19:40 ` [meta-virtualization] [PATCH] python3-debtcollector: upgrade 1.22.0 -> 2.1.0 zangrc
  0 siblings, 1 reply; 5+ messages in thread
From: zangrc @ 2020-07-16 19:40 UTC (permalink / raw)
  To: meta-virtualization

This project is no longer maintained.

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../python/python-ceilometerclient_git.bb     | 51 -------------------
 1 file changed, 51 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb

diff --git a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
deleted file mode 100644
index 5e5e43e..0000000
--- a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
+++ /dev/null
@@ -1,51 +0,0 @@
-DESCRIPTION = "CLI and python client library for OpenStack Ceilometer"
-HOMEPAGE = "https://launchpad.net/ceilometer"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
-
-DEPENDS += " \
-        python-pip \
-        python-pbr \
-        "
-
-# Satisfy setup.py 'setup_requires'
-DEPENDS += " \
-        python-pbr-native \
-        "
-
-RDEPENDS_${PN} += " \
-        python-pbr \
-        python-iso8601 \
-        python-keystoneauth1 \
-        python-oslo.i18n \
-        python-oslo.serialization \
-        python-oslo.utils \
-        python-prettytable \
-        python-requests \
-        python-six \
-        python-stevedore \
-        bash \
-        "
-
-SRC_URI = "\
-	git://github.com/openstack/python-ceilometerclient.git;branch=stable/pike \
-	"
-
-PV = "2.9.1"
-SRCREV = "4ee321feeef39fa2a297ad8e58e931b8a03d8f14"
-S = "${WORKDIR}/git"
-
-inherit setuptools3 rmargparse
-
-
-PACKAGECONFIG ?= "bash-completion"
-PACKAGECONFIG[bash-completion] = ",,bash-completion,bash-completion ${BPN}-bash-completion"
-
-do_install_append() {
-	install -d ${D}/${sysconfdir}/bash_completion.d
-	install -m 664 ${S}/tools/ceilometer.bash_completion ${D}/${sysconfdir}/bash_completion.d
-}
-
-PACKAGES =+ "${BPN}-bash-completion"
-FILES_${BPN}-bash-completion = "${sysconfdir}/bash_completion.d/*"
-- 
2.25.1




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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-16 19:40 [meta-virtualization] [PATCH] python3-ceilcmeterclient: Remove this recipe zangrc
2020-07-16 19:40 ` [meta-virtualization] [PATCH] python3-debtcollector: upgrade 1.22.0 -> 2.1.0 zangrc
2020-07-16 19:41   ` [meta-virtualization] [PATCH] python3-arrow: upgrade 0.15.2 -> 0.15.7 zangrc
2020-07-16 19:41     ` [meta-virtualization] [PATCH] python3-boto: Change to python3 zangrc
2020-07-20 18:51       ` 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.