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

* [meta-virtualization] [PATCH] python3-debtcollector: upgrade 1.22.0 -> 2.1.0
@ 2020-07-16 19:40 ` zangrc
  2020-07-16 19:41   ` [meta-virtualization] [PATCH] python3-arrow: upgrade 0.15.2 -> 0.15.7 zangrc
  0 siblings, 1 reply; 5+ messages in thread
From: zangrc @ 2020-07-16 19:40 UTC (permalink / raw)
  To: meta-virtualization

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../recipes-devtools/python/python3-debtcollector_1.22.0.bb | 2 --
 ...hon-debtcollector.inc => python3-debtcollector_2.1.0.bb} | 6 +++---
 2 files changed, 3 insertions(+), 5 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-debtcollector_1.22.0.bb
 rename meta-openstack/recipes-devtools/python/{python-debtcollector.inc => python3-debtcollector_2.1.0.bb} (79%)

diff --git a/meta-openstack/recipes-devtools/python/python3-debtcollector_1.22.0.bb b/meta-openstack/recipes-devtools/python/python3-debtcollector_1.22.0.bb
deleted file mode 100644
index 7947185..0000000
--- a/meta-openstack/recipes-devtools/python/python3-debtcollector_1.22.0.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-inherit setuptools3
-require python-debtcollector.inc
diff --git a/meta-openstack/recipes-devtools/python/python-debtcollector.inc b/meta-openstack/recipes-devtools/python/python3-debtcollector_2.1.0.bb
similarity index 79%
rename from meta-openstack/recipes-devtools/python/python-debtcollector.inc
rename to meta-openstack/recipes-devtools/python/python3-debtcollector_2.1.0.bb
index d6d18e3..fbf4626 100644
--- a/meta-openstack/recipes-devtools/python/python-debtcollector.inc
+++ b/meta-openstack/recipes-devtools/python/python3-debtcollector_2.1.0.bb
@@ -4,10 +4,10 @@ SECTION = "devel/python"
 LICENSE = "Apache-2"
 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
 
-SRC_URI[md5sum] = "0d12694a93a16824b1c67bece341229e"
-SRC_URI[sha256sum] = "d1756440d25a50e3eca2fc399c9e5f1ca2f9e6b837570a80b9450999f4290525"
+SRC_URI[md5sum] = "9a1014f18abbc565b8e149fd70048c22"
+SRC_URI[sha256sum] = "a25fc6215560d81cb9f2a0b58d6c834f2a24010987027bde169599e138a205af"
 
-inherit pypi
+inherit setuptools3 pypi
 
 DEPENDS += " \
         ${PYTHON_PN}-pip \
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-arrow: upgrade 0.15.2 -> 0.15.7
@ 2020-07-16 19:41   ` zangrc
  2020-07-16 19:41     ` [meta-virtualization] [PATCH] python3-boto: Change to python3 zangrc
  0 siblings, 1 reply; 5+ messages in thread
From: zangrc @ 2020-07-16 19:41 UTC (permalink / raw)
  To: meta-virtualization

-License-Update: Copy the complete Apache License to the license file.

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../recipes-devtools/python/python3-arrow_0.15.2.bb       | 2 --
 .../python/{python-arrow.inc => python3-arrow_0.15.7.bb}  | 8 ++++----
 2 files changed, 4 insertions(+), 6 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-arrow_0.15.2.bb
 rename meta-openstack/recipes-devtools/python/{python-arrow.inc => python3-arrow_0.15.7.bb} (52%)

diff --git a/meta-openstack/recipes-devtools/python/python3-arrow_0.15.2.bb b/meta-openstack/recipes-devtools/python/python3-arrow_0.15.2.bb
deleted file mode 100644
index 99196ea..0000000
--- a/meta-openstack/recipes-devtools/python/python3-arrow_0.15.2.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-arrow.inc
-inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python-arrow.inc b/meta-openstack/recipes-devtools/python/python3-arrow_0.15.7.bb
similarity index 52%
rename from meta-openstack/recipes-devtools/python/python-arrow.inc
rename to meta-openstack/recipes-devtools/python/python3-arrow_0.15.7.bb
index 9556a6d..b37086c 100644
--- a/meta-openstack/recipes-devtools/python/python-arrow.inc
+++ b/meta-openstack/recipes-devtools/python/python3-arrow_0.15.7.bb
@@ -2,12 +2,12 @@ DESCRIPTION = "Better dates and times for Python"
 HOMEPAGE = "https://github.com/crsmithdev/arrow"
 SECTION = "devel/python"
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=458d41a4064e4dc109666cfd941a29e4"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=62e977be69cd001d6545038b6bb1575c"
 
-SRC_URI[md5sum] = "554f18b0e23182ee0e8cb2a882d2f607"
-SRC_URI[sha256sum] = "10257c5daba1a88db34afa284823382f4963feca7733b9107956bed041aff24f"
+SRC_URI[md5sum] = "2176ce6e28a1c43bbdb2ccc79886f420"
+SRC_URI[sha256sum] = "3f1a92b25bbee5f80cc8f6bdecfeade9028219229137c559c37335b4f574a292"
 
-inherit pypi
+inherit setuptools3 pypi
 
 RDEPENDS_${PN} += " \
         ${PYTHON_PN}-dateutil \
-- 
2.17.1




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

* [meta-virtualization] [PATCH] python3-boto: Change to python3
@ 2020-07-16 19:41     ` zangrc
  2020-07-20 18:51       ` Bruce Ashfield
  0 siblings, 1 reply; 5+ messages in thread
From: zangrc @ 2020-07-16 19:41 UTC (permalink / raw)
  To: meta-virtualization

-License-Update: There is no LICENSE file in the package provided by pypi, and it is changed to PKG-INFO.

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../python/python-boto_git.bb                 | 20 ------------------
 .../python/python3-boto_2.49.0.bb             | 21 +++++++++++++++++++
 2 files changed, 21 insertions(+), 20 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-boto_git.bb
 create mode 100644 meta-openstack/recipes-devtools/python/python3-boto_2.49.0.bb

diff --git a/meta-openstack/recipes-devtools/python/python-boto_git.bb b/meta-openstack/recipes-devtools/python/python-boto_git.bb
deleted file mode 100644
index 77e2043..0000000
--- a/meta-openstack/recipes-devtools/python/python-boto_git.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "Amazon Web Services API"
-HOMEPAGE = "https://github.com/boto/boto"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=348302dddd421665d3c9b636a2e55832"
-
-SRCREV = "b5852b0aa5ac91f462b28ac9decee33d872dec4d"
-PV = "2.8.0+git${SRCPV}"
-PR = "r0"
-SRCNAME = "boto"
-
-SRC_URI = "git://github.com/boto/boto.git;protocol=git"
-
-SRC_URI[md5sum] = "5528f3010c42dd0ed7b188a6917295f1"
-SRC_URI[sha256sum] = "4d6d38aa8e9e536a27a9737eb4222f896417841fed9a12eedcb619ba8fb68a39"
-
-S = "${WORKDIR}/git"
-
-inherit setuptools3
-
diff --git a/meta-openstack/recipes-devtools/python/python3-boto_2.49.0.bb b/meta-openstack/recipes-devtools/python/python3-boto_2.49.0.bb
new file mode 100644
index 0000000..fe09e9f
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-boto_2.49.0.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "Amazon Web Services API"
+HOMEPAGE = "https://github.com/boto/boto"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=a1067d091272fcce8cc3d88d7e6fdc01"
+
+SRC_URI[md5sum] = "e9b79f80198da059d9a8055a5352fd6d"
+SRC_URI[sha256sum] = "ea0d3b40a2d852767be77ca343b58a9e3a4b00d9db440efb8da74b4e58025e5a"
+
+RDEPENDS_${PN} += "\
+	python3-json \
+	python3-netclient \
+	python3-threading \
+	python3-xml \
+	python3-logging \
+	python3-pickle \
+	python3-netserver \
+"
+
+inherit setuptools3 pypi
+
-- 
2.25.1




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

* Re: [meta-virtualization] [PATCH] python3-boto: Change to python3
  2020-07-16 19:41     ` [meta-virtualization] [PATCH] python3-boto: Change to python3 zangrc
@ 2020-07-20 18:51       ` Bruce Ashfield
  0 siblings, 0 replies; 5+ messages in thread
From: Bruce Ashfield @ 2020-07-20 18:51 UTC (permalink / raw)
  To: zangrc; +Cc: meta-virtualization

merged.

Bruce

In message: [meta-virtualization] [PATCH] python3-boto: Change to python3
on 17/07/2020 zangrc wrote:

> -License-Update: There is no LICENSE file in the package provided by pypi, and it is changed to PKG-INFO.
> 
> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> ---
>  .../python/python-boto_git.bb                 | 20 ------------------
>  .../python/python3-boto_2.49.0.bb             | 21 +++++++++++++++++++
>  2 files changed, 21 insertions(+), 20 deletions(-)
>  delete mode 100644 meta-openstack/recipes-devtools/python/python-boto_git.bb
>  create mode 100644 meta-openstack/recipes-devtools/python/python3-boto_2.49.0.bb
> 
> diff --git a/meta-openstack/recipes-devtools/python/python-boto_git.bb b/meta-openstack/recipes-devtools/python/python-boto_git.bb
> deleted file mode 100644
> index 77e2043..0000000
> --- a/meta-openstack/recipes-devtools/python/python-boto_git.bb
> +++ /dev/null
> @@ -1,20 +0,0 @@
> -DESCRIPTION = "Amazon Web Services API"
> -HOMEPAGE = "https://github.com/boto/boto"
> -SECTION = "devel/python"
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=348302dddd421665d3c9b636a2e55832"
> -
> -SRCREV = "b5852b0aa5ac91f462b28ac9decee33d872dec4d"
> -PV = "2.8.0+git${SRCPV}"
> -PR = "r0"
> -SRCNAME = "boto"
> -
> -SRC_URI = "git://github.com/boto/boto.git;protocol=git"
> -
> -SRC_URI[md5sum] = "5528f3010c42dd0ed7b188a6917295f1"
> -SRC_URI[sha256sum] = "4d6d38aa8e9e536a27a9737eb4222f896417841fed9a12eedcb619ba8fb68a39"
> -
> -S = "${WORKDIR}/git"
> -
> -inherit setuptools3
> -
> diff --git a/meta-openstack/recipes-devtools/python/python3-boto_2.49.0.bb b/meta-openstack/recipes-devtools/python/python3-boto_2.49.0.bb
> new file mode 100644
> index 0000000..fe09e9f
> --- /dev/null
> +++ b/meta-openstack/recipes-devtools/python/python3-boto_2.49.0.bb
> @@ -0,0 +1,21 @@
> +DESCRIPTION = "Amazon Web Services API"
> +HOMEPAGE = "https://github.com/boto/boto"
> +SECTION = "devel/python"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=a1067d091272fcce8cc3d88d7e6fdc01"
> +
> +SRC_URI[md5sum] = "e9b79f80198da059d9a8055a5352fd6d"
> +SRC_URI[sha256sum] = "ea0d3b40a2d852767be77ca343b58a9e3a4b00d9db440efb8da74b4e58025e5a"
> +
> +RDEPENDS_${PN} += "\
> +	python3-json \
> +	python3-netclient \
> +	python3-threading \
> +	python3-xml \
> +	python3-logging \
> +	python3-pickle \
> +	python3-netserver \
> +"
> +
> +inherit setuptools3 pypi
> +
> -- 
> 2.25.1
> 
> 
> 

> 



^ permalink raw reply	[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.