All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization] [PATCH] python3-oslo.config: Change python to python3
@ 2020-07-14 13:03 zangrc
  2020-07-14 20:24 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: zangrc @ 2020-07-14 13:03 UTC (permalink / raw)
  To: meta-virtualization

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../python/python-oslo.config_git.bb          | 37 -------------------
 .../python/python3-oslo.config_8.2.0.bb       | 26 +++++++++++++
 2 files changed, 26 insertions(+), 37 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
 create mode 100644 meta-openstack/recipes-devtools/python/python3-oslo.config_8.2.0.bb

diff --git a/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
deleted file mode 100644
index 6a0498c..0000000
--- a/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
+++ /dev/null
@@ -1,37 +0,0 @@
-DESCRIPTION = "API supporting parsing command line arguments and .ini style configuration files."
-HOMEPAGE = "https://pypi.python.org/pypi/oslo.config/4.11.1"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8"
-
-PV = "4.11.1+git${SRCPV}"
-SRCREV = "fb0738974824af6e1bc7d9fdf32a7c1d3ebf65fb"
-
-SRCNAME = "oslo.config"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
-
-S = "${WORKDIR}/git"
-
-inherit setuptools3 rmargparse
-
-DEPENDS += " \
-        python-pbr \
-        python-pip \
-        "
-
-# Satisfy setup.py 'setup_requires'
-DEPENDS += " \
-        python-pbr-native \
-        "
-
-RDEPENDS_${PN} += " \
-    python-pbr \
-    python-netaddr \
-    python-six \
-    python-stevedore \
-    python-debtcollector \
-    python-oslo.i18n \
-    python-rfc3986 \
-    python-pyyaml \
-    "
-	
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.config_8.2.0.bb b/meta-openstack/recipes-devtools/python/python3-oslo.config_8.2.0.bb
new file mode 100644
index 0000000..6898a1f
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-oslo.config_8.2.0.bb
@@ -0,0 +1,26 @@
+DESCRIPTION = "API supporting parsing command line arguments and .ini style configuration files."
+HOMEPAGE = "https://pypi.python.org/pypi/oslo.config/"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8"
+
+SRC_URI[sha256sum] = "116ff3a7b98b0309b083af7906d99f8c6bea67df5ee03a85e2ac02700dd75d30"
+
+inherit setuptools3 pypi
+
+DEPENDS += " \
+        python3-pbr \
+        python3-pbr-native \
+        python3-pip \
+        "
+
+RDEPENDS_${PN} += " \
+    python3-requests \
+    python3-netaddr \
+    python3-stevedore \
+    python3-debtcollector \
+    python3-oslo.i18n \
+    python3-rfc3986 \
+    python3-pyyaml \
+    "
+	
-- 
2.17.1




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

* Re: [meta-virtualization] [PATCH] python3-oslo.config: Change python to python3
  2020-07-14 13:03 [meta-virtualization] [PATCH] python3-oslo.config: Change python to python3 zangrc
@ 2020-07-14 20:24 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2020-07-14 20:24 UTC (permalink / raw)
  To: zangrc; +Cc: meta-virtualization

merged

Bruce

On Mon, Jul 13, 2020 at 9:03 PM zangrc <zangrc.fnst@cn.fujitsu.com> wrote:
>
> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> ---
>  .../python/python-oslo.config_git.bb          | 37 -------------------
>  .../python/python3-oslo.config_8.2.0.bb       | 26 +++++++++++++
>  2 files changed, 26 insertions(+), 37 deletions(-)
>  delete mode 100644 meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
>  create mode 100644 meta-openstack/recipes-devtools/python/python3-oslo.config_8.2.0.bb
>
> diff --git a/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
> deleted file mode 100644
> index 6a0498c..0000000
> --- a/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
> +++ /dev/null
> @@ -1,37 +0,0 @@
> -DESCRIPTION = "API supporting parsing command line arguments and .ini style configuration files."
> -HOMEPAGE = "https://pypi.python.org/pypi/oslo.config/4.11.1"
> -SECTION = "devel/python"
> -LICENSE = "Apache-2.0"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8"
> -
> -PV = "4.11.1+git${SRCPV}"
> -SRCREV = "fb0738974824af6e1bc7d9fdf32a7c1d3ebf65fb"
> -
> -SRCNAME = "oslo.config"
> -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
> -
> -S = "${WORKDIR}/git"
> -
> -inherit setuptools3 rmargparse
> -
> -DEPENDS += " \
> -        python-pbr \
> -        python-pip \
> -        "
> -
> -# Satisfy setup.py 'setup_requires'
> -DEPENDS += " \
> -        python-pbr-native \
> -        "
> -
> -RDEPENDS_${PN} += " \
> -    python-pbr \
> -    python-netaddr \
> -    python-six \
> -    python-stevedore \
> -    python-debtcollector \
> -    python-oslo.i18n \
> -    python-rfc3986 \
> -    python-pyyaml \
> -    "
> -
> diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.config_8.2.0.bb b/meta-openstack/recipes-devtools/python/python3-oslo.config_8.2.0.bb
> new file mode 100644
> index 0000000..6898a1f
> --- /dev/null
> +++ b/meta-openstack/recipes-devtools/python/python3-oslo.config_8.2.0.bb
> @@ -0,0 +1,26 @@
> +DESCRIPTION = "API supporting parsing command line arguments and .ini style configuration files."
> +HOMEPAGE = "https://pypi.python.org/pypi/oslo.config/"
> +SECTION = "devel/python"
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8"
> +
> +SRC_URI[sha256sum] = "116ff3a7b98b0309b083af7906d99f8c6bea67df5ee03a85e2ac02700dd75d30"
> +
> +inherit setuptools3 pypi
> +
> +DEPENDS += " \
> +        python3-pbr \
> +        python3-pbr-native \
> +        python3-pip \
> +        "
> +
> +RDEPENDS_${PN} += " \
> +    python3-requests \
> +    python3-netaddr \
> +    python3-stevedore \
> +    python3-debtcollector \
> +    python3-oslo.i18n \
> +    python3-rfc3986 \
> +    python3-pyyaml \
> +    "
> +
> --
> 2.17.1
>
>
>
> 



-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-14 13:03 [meta-virtualization] [PATCH] python3-oslo.config: Change python to python3 zangrc
2020-07-14 20:24 ` 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.