All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization] [PATCH] python3-pam: Consolidate in a single file
@ 2020-09-29  3:19 zhengruoqin
  2020-09-29  3:19 ` [meta-virtualization] [PATCH] python3-pastedeploy: upgrade 2.0.1 -> 2.1.0 zhengruoqin
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-09-29  3:19 UTC (permalink / raw)
  To: meta-virtualization

Consolidate inc and bb files into a single bb file.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../recipes-devtools/python/python-pam.inc           | 10 ----------
 .../recipes-devtools/python/python3-pam_0.1.4.bb     | 12 ++++++++++--
 2 files changed, 10 insertions(+), 12 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-pam.inc

diff --git a/meta-openstack/recipes-devtools/python/python-pam.inc b/meta-openstack/recipes-devtools/python/python-pam.inc
deleted file mode 100644
index 4fddfbc..0000000
--- a/meta-openstack/recipes-devtools/python/python-pam.inc
+++ /dev/null
@@ -1,10 +0,0 @@
-DESCRIPTION = "PAM interface using ctypes"
-HOMEPAGE = "http://atlee.ca/software/pam"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://setup.py;beginline=13;endline=13;md5=8ecc573c355c5eb26b2a4a4f3f62684d"
-
-SRC_URI[md5sum] = "4c5247af579352bb6882dac64be10a33"
-SRC_URI[sha256sum] = "35e88575afc37a2a5f96e20b22fa55d3e3213370d4ce640af1597c2a1dde226b"
-
-inherit pypi
diff --git a/meta-openstack/recipes-devtools/python/python3-pam_0.1.4.bb b/meta-openstack/recipes-devtools/python/python3-pam_0.1.4.bb
index e62079f..c6f6be9 100644
--- a/meta-openstack/recipes-devtools/python/python3-pam_0.1.4.bb
+++ b/meta-openstack/recipes-devtools/python/python3-pam_0.1.4.bb
@@ -1,2 +1,10 @@
-require python-pam.inc
-inherit setuptools3
+DESCRIPTION = "PAM interface using ctypes"
+HOMEPAGE = "http://atlee.ca/software/pam"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://setup.py;beginline=13;endline=13;md5=8ecc573c355c5eb26b2a4a4f3f62684d"
+
+SRC_URI[md5sum] = "4c5247af579352bb6882dac64be10a33"
+SRC_URI[sha256sum] = "35e88575afc37a2a5f96e20b22fa55d3e3213370d4ce640af1597c2a1dde226b"
+
+inherit setuptools3 pypi
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-pastedeploy: upgrade 2.0.1 -> 2.1.0
@ 2020-09-29  3:19 ` zhengruoqin
  2020-09-29  3:20   ` [meta-virtualization] [PATCH] python3-paste: upgrade 2.0.2 -> 3.4.6 zhengruoqin
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-09-29  3:19 UTC (permalink / raw)
  To: meta-virtualization

Consolidate inc and bb files into a single bb file.
-License-Update: Update PKG-INFO.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../python/python-pastedeploy.inc             | 16 ----------------
 .../python/python3-pastedeploy_2.0.1.bb       |  2 --
 .../python/python3-pastedeploy_2.1.0.bb       | 19 +++++++++++++++++++
 3 files changed, 19 insertions(+), 18 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-pastedeploy.inc
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-pastedeploy_2.0.1.bb
 create mode 100644 meta-openstack/recipes-devtools/python/python3-pastedeploy_2.1.0.bb

diff --git a/meta-openstack/recipes-devtools/python/python-pastedeploy.inc b/meta-openstack/recipes-devtools/python/python-pastedeploy.inc
deleted file mode 100644
index db0b4ac..0000000
--- a/meta-openstack/recipes-devtools/python/python-pastedeploy.inc
+++ /dev/null
@@ -1,16 +0,0 @@
-DESCRIPTION = "Load, configure, and compose WSGI applications and servers"
-HOMEPAGE = "http://pythonpaste.org/deploy/"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=d6c3089319205d7e6129f0213b7e949f"
-
-PYPI_PACKAGE = "PasteDeploy"
-
-SRC_URI[md5sum] = "6193afccc0982abedb9b7711d0d6adb0"
-SRC_URI[sha256sum] = "d423fb9d51fdcf853aa4ff43ac7ec469b643ea19590f67488122d6d0d772350a"
-
-inherit pypi
-
-DEPENDS += "${PYTHON_PN}-pytest-runner-native"
-
-RDEPENDS_${PN} += "${PYTHON_PN}-paste"
diff --git a/meta-openstack/recipes-devtools/python/python3-pastedeploy_2.0.1.bb b/meta-openstack/recipes-devtools/python/python3-pastedeploy_2.0.1.bb
deleted file mode 100644
index 91c31a1..0000000
--- a/meta-openstack/recipes-devtools/python/python3-pastedeploy_2.0.1.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-pastedeploy.inc
-inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python3-pastedeploy_2.1.0.bb b/meta-openstack/recipes-devtools/python/python3-pastedeploy_2.1.0.bb
new file mode 100644
index 0000000..c08644f
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-pastedeploy_2.1.0.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Load, configure, and compose WSGI applications and servers"
+HOMEPAGE = "http://pythonpaste.org/deploy/"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=57609488f8ad28ebf6844a5169a85215"
+
+PYPI_PACKAGE = "PasteDeploy"
+
+SRC_URI[md5sum] = "f1e62dc76092433b7ae150cd81603fbd"
+SRC_URI[sha256sum] = "e7559878b6e92023041484be9bcb6d767cf4492fc3de7257a5dae76a7cc11a9b"
+
+inherit setuptools3 pypi
+
+DEPENDS += "${PYTHON_PN}-pytest-runner-native"
+
+RDEPENDS_${PN} += " \
+	${PYTHON_PN}-paste \
+	${PYTHON_PN}-setuptools \
+"
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-paste: upgrade 2.0.2 -> 3.4.6
@ 2020-09-29  3:20   ` zhengruoqin
  2020-09-29  3:20     ` [meta-virtualization] [PATCH] python3-pathlib: Consolidate in a single file zhengruoqin
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-09-29  3:20 UTC (permalink / raw)
  To: meta-virtualization

Consolidate inc and bb files into a single bb file.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../recipes-devtools/python/python3-paste_2.0.2.bb          | 2 --
 .../python/{python-paste.inc => python3-paste_3.4.6.bb}     | 6 +++---
 2 files changed, 3 insertions(+), 5 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-paste_2.0.2.bb
 rename meta-openstack/recipes-devtools/python/{python-paste.inc => python3-paste_3.4.6.bb} (60%)

diff --git a/meta-openstack/recipes-devtools/python/python3-paste_2.0.2.bb b/meta-openstack/recipes-devtools/python/python3-paste_2.0.2.bb
deleted file mode 100644
index c35d59e..0000000
--- a/meta-openstack/recipes-devtools/python/python3-paste_2.0.2.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-paste.inc
-inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python-paste.inc b/meta-openstack/recipes-devtools/python/python3-paste_3.4.6.bb
similarity index 60%
rename from meta-openstack/recipes-devtools/python/python-paste.inc
rename to meta-openstack/recipes-devtools/python/python3-paste_3.4.6.bb
index 64ebc27..efb3abf 100644
--- a/meta-openstack/recipes-devtools/python/python-paste.inc
+++ b/meta-openstack/recipes-devtools/python/python3-paste_3.4.6.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://docs/license.txt;md5=1798f29d55080c60365e6283cb49779c
 
 PYPI_PACKAGE = "Paste"
 
-SRC_URI[md5sum] = "4bfc8a7eaf858f6309d2ac0f40fc951c"
-SRC_URI[sha256sum] = "adac3ac893a2dac6b8ffd49901377dd6819e05be3436b374d698641071daba99"
+SRC_URI[md5sum] = "4690566403fd89b01ae70a64245441b7"
+SRC_URI[sha256sum] = "001370f4fcc7446006b52a39ed386341fce626605af711e0ec18ddb0b4912cb7"
 
-inherit pypi
+inherit setuptools3 pypi
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-pathlib: Consolidate in a single file
@ 2020-09-29  3:20     ` zhengruoqin
  2020-09-29  3:20       ` [meta-virtualization] [PATCH] python3-pep8: Remove recipe zhengruoqin
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-09-29  3:20 UTC (permalink / raw)
  To: meta-virtualization

Consolidate inc and bb files into a single bb file.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../python/python-pathlib.inc                 | 23 -----------------
 .../python/python3-pathlib_1.0.1.bb           | 25 +++++++++++++++++--
 2 files changed, 23 insertions(+), 25 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-pathlib.inc

diff --git a/meta-openstack/recipes-devtools/python/python-pathlib.inc b/meta-openstack/recipes-devtools/python/python-pathlib.inc
deleted file mode 100644
index 1df01f3..0000000
--- a/meta-openstack/recipes-devtools/python/python-pathlib.inc
+++ /dev/null
@@ -1,23 +0,0 @@
-SUMMARY = "Object-oriented filesystem paths"
-DESCRIPTION = "pathlib offers a set of classes to handle filesystem paths. \
-It offers the following advantages over using string objects: \
-- No more cumbersome use of os and os.path functions. \
-- Embodies the semantics of different path types. \
-- Well-defined semantics, eliminating any warts or ambiguities. \
-"
-HOMEPAGE = "https://pypi.python.org/pypi/pathlib"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b6557c860f0fc867aeab30afd649753"
-
-SRC_URI[md5sum] = "5099ed48be9b1ee29b31c82819240537"
-SRC_URI[sha256sum] = "6940718dfc3eff4258203ad5021090933e5c04707d5ca8cc9e73c94a7894ea9f"
-
-inherit pypi
-
-DEPENDS += " \
-        ${PYTHON_PN}-pip \
-"
-
-RDEPENDS_${PN} += " \
-"
diff --git a/meta-openstack/recipes-devtools/python/python3-pathlib_1.0.1.bb b/meta-openstack/recipes-devtools/python/python3-pathlib_1.0.1.bb
index afed21e..059b4ff 100644
--- a/meta-openstack/recipes-devtools/python/python3-pathlib_1.0.1.bb
+++ b/meta-openstack/recipes-devtools/python/python3-pathlib_1.0.1.bb
@@ -1,2 +1,23 @@
-require python-pathlib.inc
-inherit setuptools3
+SUMMARY = "Object-oriented filesystem paths"
+DESCRIPTION = "pathlib offers a set of classes to handle filesystem paths. \
+It offers the following advantages over using string objects: \
+- No more cumbersome use of os and os.path functions. \
+- Embodies the semantics of different path types. \
+- Well-defined semantics, eliminating any warts or ambiguities. \
+"
+HOMEPAGE = "https://pypi.python.org/pypi/pathlib"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b6557c860f0fc867aeab30afd649753"
+
+SRC_URI[md5sum] = "5099ed48be9b1ee29b31c82819240537"
+SRC_URI[sha256sum] = "6940718dfc3eff4258203ad5021090933e5c04707d5ca8cc9e73c94a7894ea9f"
+
+inherit setuptools3 pypi
+
+DEPENDS += " \
+        ${PYTHON_PN}-pip \
+"
+
+RDEPENDS_${PN} += " \
+"
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-pep8: Remove recipe
@ 2020-09-29  3:20       ` zhengruoqin
  2020-09-29  3:20         ` [meta-virtualization] [PATCH] python3-xstatic-objectpath: change to python3 zhengruoqin
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-09-29  3:20 UTC (permalink / raw)
  To: meta-virtualization

Remove this recipe, because a higher version of the recipe exists in:
meta-openembedded/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../recipes-devtools/python/python-pep8.inc        | 14 --------------
 .../recipes-devtools/python/python3-pep8_1.7.1.bb  |  5 -----
 2 files changed, 19 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-pep8.inc
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-pep8_1.7.1.bb

diff --git a/meta-openstack/recipes-devtools/python/python-pep8.inc b/meta-openstack/recipes-devtools/python/python-pep8.inc
deleted file mode 100644
index 959c3d1..0000000
--- a/meta-openstack/recipes-devtools/python/python-pep8.inc
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "Python style guide checker"
-HOMEPAGE = "https://github.com/dreamhost/cliff"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://README.rst;md5=d8ebbbe831259ce010179d2f310b0f3e"
-
-SRC_URI[md5sum] = "a03bb494859e87b42601b61b1b043a0c"
-SRC_URI[sha256sum] = "603a46e5c358ce20ac4807a0eeafac7505d1125a4c1bd8378757ada06f61bed8"
-
-inherit pypi
-
-RDEPENDS_${PN} += "${PYTHON_PN}-prettytable \
-            ${PYTHON_PN}-cmd2 \
-            ${PYTHON_PN}-pyparsing"
\ No newline at end of file
diff --git a/meta-openstack/recipes-devtools/python/python3-pep8_1.7.1.bb b/meta-openstack/recipes-devtools/python/python3-pep8_1.7.1.bb
deleted file mode 100644
index 64fd154..0000000
--- a/meta-openstack/recipes-devtools/python/python3-pep8_1.7.1.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-inherit setuptools3
-require python-pep8.inc
-
-SRC_URI[md5sum] = "603821d06db945c71d811b5a8d78423c"
-SRC_URI[sha256sum] = "fe249b52e20498e59e0b5c5256aa52ee99fc295b26ec9eaa85776ffdb9fe6374"
\ No newline at end of file
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-xstatic-objectpath: change to python3
@ 2020-09-29  3:20         ` zhengruoqin
  2020-10-02  3:12           ` Bruce Ashfield
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-09-29  3:20 UTC (permalink / raw)
  To: meta-virtualization

Because python2 is no longer maintained, bb file is changed to python3 version.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 ...ectpath_1.2.1.0.bb => python3-xstatic-objectpath_1.2.1.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-openstack/recipes-devtools/python/{python-xstatic-objectpath_1.2.1.0.bb => python3-xstatic-objectpath_1.2.1.0.bb} (96%)

diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-objectpath_1.2.1.0.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-objectpath_1.2.1.0.bb
similarity index 96%
rename from meta-openstack/recipes-devtools/python/python-xstatic-objectpath_1.2.1.0.bb
rename to meta-openstack/recipes-devtools/python/python3-xstatic-objectpath_1.2.1.0.bb
index bd2eefa..faf2858 100644
--- a/meta-openstack/recipes-devtools/python/python-xstatic-objectpath_1.2.1.0.bb
+++ b/meta-openstack/recipes-devtools/python/python3-xstatic-objectpath_1.2.1.0.bb
@@ -14,7 +14,7 @@ inherit setuptools3 pypi
 # DEPENDS_default: python-pip
 
 DEPENDS += " \
-        python-pip \
+        python3-pip \
         "
 
 # RDEPENDS_default: 
-- 
2.25.1




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

* Re: [meta-virtualization] [PATCH] python3-xstatic-objectpath: change to python3
  2020-09-29  3:20         ` [meta-virtualization] [PATCH] python3-xstatic-objectpath: change to python3 zhengruoqin
@ 2020-10-02  3:12           ` Bruce Ashfield
  0 siblings, 0 replies; 7+ messages in thread
From: Bruce Ashfield @ 2020-10-02  3:12 UTC (permalink / raw)
  To: zhengruoqin; +Cc: meta-virtualization

merged.

Bruce

In message: [meta-virtualization] [PATCH] python3-xstatic-objectpath: change to python3
on 29/09/2020 zhengruoqin wrote:

> Because python2 is no longer maintained, bb file is changed to python3 version.
> 
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> ---
>  ...ectpath_1.2.1.0.bb => python3-xstatic-objectpath_1.2.1.0.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-openstack/recipes-devtools/python/{python-xstatic-objectpath_1.2.1.0.bb => python3-xstatic-objectpath_1.2.1.0.bb} (96%)
> 
> diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-objectpath_1.2.1.0.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-objectpath_1.2.1.0.bb
> similarity index 96%
> rename from meta-openstack/recipes-devtools/python/python-xstatic-objectpath_1.2.1.0.bb
> rename to meta-openstack/recipes-devtools/python/python3-xstatic-objectpath_1.2.1.0.bb
> index bd2eefa..faf2858 100644
> --- a/meta-openstack/recipes-devtools/python/python-xstatic-objectpath_1.2.1.0.bb
> +++ b/meta-openstack/recipes-devtools/python/python3-xstatic-objectpath_1.2.1.0.bb
> @@ -14,7 +14,7 @@ inherit setuptools3 pypi
>  # DEPENDS_default: python-pip
>  
>  DEPENDS += " \
> -        python-pip \
> +        python3-pip \
>          "
>  
>  # RDEPENDS_default: 
> -- 
> 2.25.1
> 
> 
> 

> 
> 
> 



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

end of thread, other threads:[~2020-10-02  3:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-29  3:19 [meta-virtualization] [PATCH] python3-pam: Consolidate in a single file zhengruoqin
2020-09-29  3:19 ` [meta-virtualization] [PATCH] python3-pastedeploy: upgrade 2.0.1 -> 2.1.0 zhengruoqin
2020-09-29  3:20   ` [meta-virtualization] [PATCH] python3-paste: upgrade 2.0.2 -> 3.4.6 zhengruoqin
2020-09-29  3:20     ` [meta-virtualization] [PATCH] python3-pathlib: Consolidate in a single file zhengruoqin
2020-09-29  3:20       ` [meta-virtualization] [PATCH] python3-pep8: Remove recipe zhengruoqin
2020-09-29  3:20         ` [meta-virtualization] [PATCH] python3-xstatic-objectpath: change to python3 zhengruoqin
2020-10-02  3:12           ` 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.