All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][meta-cloud-services][PATCH] python3-flake8: Change python to python3
@ 2020-06-29  3:37 Wang Mingyu
  2020-06-29  3:37 ` [meta-virtualization][meta-cloud-services][PATCH] python3-oslotest: " Wang Mingyu
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Wang Mingyu @ 2020-06-29  3:37 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Wang Mingyu

upgrade 2.4.0 -> 3.8.3

-License-Update: Copyright year updated to 2016.

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 .../python/python-flake8_2.4.0.bb               | 17 -----------------
 .../python/python3-flake8_3.8.3.bb              | 17 +++++++++++++++++
 2 files changed, 17 insertions(+), 17 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-flake8_2.4.0.bb
 create mode 100644 meta-openstack/recipes-devtools/python/python3-flake8_3.8.3.bb

diff --git a/meta-openstack/recipes-devtools/python/python-flake8_2.4.0.bb b/meta-openstack/recipes-devtools/python/python-flake8_2.4.0.bb
deleted file mode 100644
index f476c42..0000000
--- a/meta-openstack/recipes-devtools/python/python-flake8_2.4.0.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "The modular source code checker: pep8, pyflakes and co"
-HOMEPAGE = "https://github.com/dreamhost/cliff"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=7a76e57e683629e1ac2a49406169c2a3"
-
-SRC_URI[md5sum] = "d413935bb21026c18aca82654114502f"
-SRC_URI[sha256sum] = "d26a9d0252da9f831b8277b824961bb10b1f9d79f4752d32e4814b7bcd1e089b"
-
-inherit setuptools3 pypi
-
-RDEPENDS_${PN} += "python-prettytable \
-            python-cmd2 \
-            python-pyparsing \
-            python-mccabe \
-            python-pep8 \
-            python-pyflakes"
diff --git a/meta-openstack/recipes-devtools/python/python3-flake8_3.8.3.bb b/meta-openstack/recipes-devtools/python/python3-flake8_3.8.3.bb
new file mode 100644
index 0000000..9385c80
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-flake8_3.8.3.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "The modular source code checker: pep8, pyflakes and co"
+HOMEPAGE = "https://github.com/dreamhost/cliff"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=75b26781f1adf1aa310bda6098937878"
+
+SRC_URI[md5sum] = "b11380b47468c3dc7323396d4b8c1746"
+SRC_URI[sha256sum] = "f04b9fcbac03b0a3e58c0ab3a0ecc462e023a9faf046d57794184028123aa208"
+
+inherit setuptools3 pypi
+
+RDEPENDS_${PN} += "python3-prettytable \
+            python3-cmd2 \
+            python3-pyparsing \
+            python3-mccabe \
+            python3-pep8 \
+            python3-pyflakes"
-- 
2.17.1




^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [meta-virtualization][meta-cloud-services][PATCH] python3-flake8: Change python to python3
@ 2020-06-30  6:02 Wang Mingyu
  0 siblings, 0 replies; 12+ messages in thread
From: Wang Mingyu @ 2020-06-30  6:02 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Wang Mingyu

upgrade 2.4.0 -> 3.8.3

-License-Update: Copyright year updated to 2016.

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 .../python/python-flake8_2.4.0.bb               | 17 -----------------
 .../python/python3-flake8_3.8.3.bb              | 17 +++++++++++++++++
 2 files changed, 17 insertions(+), 17 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-flake8_2.4.0.bb
 create mode 100644 meta-openstack/recipes-devtools/python/python3-flake8_3.8.3.bb

diff --git a/meta-openstack/recipes-devtools/python/python-flake8_2.4.0.bb b/meta-openstack/recipes-devtools/python/python-flake8_2.4.0.bb
deleted file mode 100644
index f476c42..0000000
--- a/meta-openstack/recipes-devtools/python/python-flake8_2.4.0.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "The modular source code checker: pep8, pyflakes and co"
-HOMEPAGE = "https://github.com/dreamhost/cliff"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=7a76e57e683629e1ac2a49406169c2a3"
-
-SRC_URI[md5sum] = "d413935bb21026c18aca82654114502f"
-SRC_URI[sha256sum] = "d26a9d0252da9f831b8277b824961bb10b1f9d79f4752d32e4814b7bcd1e089b"
-
-inherit setuptools3 pypi
-
-RDEPENDS_${PN} += "python-prettytable \
-            python-cmd2 \
-            python-pyparsing \
-            python-mccabe \
-            python-pep8 \
-            python-pyflakes"
diff --git a/meta-openstack/recipes-devtools/python/python3-flake8_3.8.3.bb b/meta-openstack/recipes-devtools/python/python3-flake8_3.8.3.bb
new file mode 100644
index 0000000..9385c80
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-flake8_3.8.3.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "The modular source code checker: pep8, pyflakes and co"
+HOMEPAGE = "https://github.com/dreamhost/cliff"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=75b26781f1adf1aa310bda6098937878"
+
+SRC_URI[md5sum] = "b11380b47468c3dc7323396d4b8c1746"
+SRC_URI[sha256sum] = "f04b9fcbac03b0a3e58c0ab3a0ecc462e023a9faf046d57794184028123aa208"
+
+inherit setuptools3 pypi
+
+RDEPENDS_${PN} += "python3-prettytable \
+            python3-cmd2 \
+            python3-pyparsing \
+            python3-mccabe \
+            python3-pep8 \
+            python3-pyflakes"
-- 
2.17.1




^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [meta-virtualization][meta-cloud-services][PATCH 1/4] python3-oslo.utils: Remove inc file
@ 2020-06-28  5:01 Wang Mingyu
  2020-06-28  5:02 ` [meta-virtualization][meta-cloud-services][PATCH 2/4] python3-oslo.serialization: Change python to python3 Wang Mingyu
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Wang Mingyu @ 2020-06-28  5:01 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 .../python/python-oslo.utils.inc              | 37 ------------------
 .../python/python3-oslo.utils_git.bb          | 38 ++++++++++++++++++-
 2 files changed, 37 insertions(+), 38 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-oslo.utils.inc

diff --git a/meta-openstack/recipes-devtools/python/python-oslo.utils.inc b/meta-openstack/recipes-devtools/python/python-oslo.utils.inc
deleted file mode 100644
index 8c3022d..0000000
--- a/meta-openstack/recipes-devtools/python/python-oslo.utils.inc
+++ /dev/null
@@ -1,37 +0,0 @@
-DESCRIPTION = "Oslo utils"
-HOMEPAGE = "https://launchpad.net/oslo"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
-
-SRCNAME = "oslo.utils"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
-
-PV = "3.28.0+git${SRCPV}"
-SRCREV = "8b3965b9bbe1e31a4939f2f69c5239d6d5c7f72c"
-S = "${WORKDIR}/git"
-
-# DEPENDS_default: python-pip
-
-DEPENDS += " \
-        ${PYTHON_PN}-pip \
-        ${PYTHON_PN}-pbr \
-        "
-
-# Satisfy setup.py 'setup_requires'
-DEPENDS += " \
-        ${PYTHON_PN}-pbr-native \
-        "
-
-# RDEPENDS_default: 
-RDEPENDS_${PN} += " \
-        ${PYTHON_PN}-pbr \
-        ${PYTHON_PN}-six \
-        ${PYTHON_PN}-iso8601 \
-        ${PYTHON_PN}-oslo.i18n \
-        ${PYTHON_PN}-pytz \
-        ${PYTHON_PN}-netaddr \
-        ${PYTHON_PN}-netifaces \
-        ${PYTHON_PN}-debtcollector \
-        ${PYTHON_PN}-pyparsing \
-        "
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.utils_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.utils_git.bb
index 3b4636a..8315443 100644
--- a/meta-openstack/recipes-devtools/python/python3-oslo.utils_git.bb
+++ b/meta-openstack/recipes-devtools/python/python3-oslo.utils_git.bb
@@ -1,2 +1,38 @@
+DESCRIPTION = "Oslo utils"
+HOMEPAGE = "https://launchpad.net/oslo"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
+
+SRCNAME = "oslo.utils"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
+
+PV = "3.28.0+git${SRCPV}"
+SRCREV = "8b3965b9bbe1e31a4939f2f69c5239d6d5c7f72c"
+S = "${WORKDIR}/git"
+
+# DEPENDS_default: python3-pip
 inherit setuptools3
-require python-oslo.utils.inc
+
+DEPENDS += " \
+        ${PYTHON_PN}-pip \
+        ${PYTHON_PN}-pbr \
+        "
+
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        ${PYTHON_PN}-pbr-native \
+        "
+
+# RDEPENDS_default:
+RDEPENDS_${PN} += " \
+        ${PYTHON_PN}-pbr \
+        ${PYTHON_PN}-six \
+        ${PYTHON_PN}-iso8601 \
+        ${PYTHON_PN}-oslo.i18n \
+        ${PYTHON_PN}-pytz \
+        ${PYTHON_PN}-netaddr \
+        ${PYTHON_PN}-netifaces \
+        ${PYTHON_PN}-debtcollector \
+        ${PYTHON_PN}-pyparsing \
+        "
-- 
2.17.1




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

end of thread, other threads:[~2020-06-30  6:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-29  3:37 [meta-virtualization][meta-cloud-services][PATCH] python3-flake8: Change python to python3 Wang Mingyu
2020-06-29  3:37 ` [meta-virtualization][meta-cloud-services][PATCH] python3-oslotest: " Wang Mingyu
2020-06-29  3:37 ` [meta-virtualization][meta-cloud-services][PATCH] python3-ovsdbapp: " Wang Mingyu
2020-06-29  3:37 ` [meta-virtualization][meta-cloud-services][PATCH] python3-trollius: " Wang Mingyu
2020-06-29  3:37 ` [meta-virtualization][meta-cloud-services][PATCH] python3-xstatic-bootswatch: " Wang Mingyu
2020-06-30  3:58 ` [meta-virtualization][meta-cloud-services][PATCH] python3-flake8: " Bruce Ashfield
  -- strict thread matches above, loose matches on Subject: below --
2020-06-30  6:02 Wang Mingyu
2020-06-28  5:01 [meta-virtualization][meta-cloud-services][PATCH 1/4] python3-oslo.utils: Remove inc file Wang Mingyu
2020-06-28  5:02 ` [meta-virtualization][meta-cloud-services][PATCH 2/4] python3-oslo.serialization: Change python to python3 Wang Mingyu
2020-06-28  5:02 ` [meta-virtualization][meta-cloud-services][PATCH 3/4] python3-automaton: " Wang Mingyu
2020-06-28  5:02 ` [meta-virtualization][meta-cloud-services][PATCH 4/4] python3-taskflow: " Wang Mingyu
2020-06-28  5:02 ` [meta-virtualization][meta-cloud-services][PATCH] python3-oslo.context: " Wang Mingyu

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.