* [meta-virtualization] [PATCH] python3-ddjango-compressor: Change to python3
@ 2020-09-08 2:42 zhengruoqin
2020-09-08 2:42 ` [meta-virtualization] [PATCH] python3-extras: Consolidate in a single file zhengruoqin
0 siblings, 1 reply; 6+ messages in thread
From: zhengruoqin @ 2020-09-08 2:42 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>
---
...o-compressor_2.1.bb => python3-django-compressor_2.1.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta-openstack/recipes-devtools/python/{python-django-compressor_2.1.bb => python3-django-compressor_2.1.bb} (90%)
diff --git a/meta-openstack/recipes-devtools/python/python-django-compressor_2.1.bb b/meta-openstack/recipes-devtools/python/python3-django-compressor_2.1.bb
similarity index 90%
rename from meta-openstack/recipes-devtools/python/python-django-compressor_2.1.bb
rename to meta-openstack/recipes-devtools/python/python3-django-compressor_2.1.bb
index f6e73dd..40a0133 100644
--- a/meta-openstack/recipes-devtools/python/python-django-compressor_2.1.bb
+++ b/meta-openstack/recipes-devtools/python/python3-django-compressor_2.1.bb
@@ -12,9 +12,9 @@ SRC_URI[sha256sum] = "ae0051bc0c7a0660c93434e68d617553fccdd573293dfd15aa33f78d2b
inherit setuptools3 pypi
RDEPENDS_${PN} += " \
- python-django-appconf \
- python-rcssmin \
- python-rjsmin \
+ python3-django-appconf \
+ python3-rcssmin \
+ python3-rjsmin \
"
do_install_append() {
--
2.25.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [meta-virtualization] [PATCH] python3-extras: Consolidate in a single file
@ 2020-09-08 2:42 ` zhengruoqin
2020-09-08 2:42 ` [meta-virtualization] [PATCH] python3-funcsigs: " zhengruoqin
0 siblings, 1 reply; 6+ messages in thread
From: zhengruoqin @ 2020-09-08 2:42 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>
---
| 10 ----------
| 12 ++++++++++--
2 files changed, 10 insertions(+), 12 deletions(-)
delete mode 100644 meta-openstack/recipes-devtools/python/python-extras.inc
diff --git a/meta-openstack/recipes-devtools/python/python-extras.inc b/meta-openstack/recipes-devtools/python/python-extras.inc
deleted file mode 100644
index 45d57bb..0000000
--- a/meta-openstack/recipes-devtools/python/python-extras.inc
+++ /dev/null
@@ -1,10 +0,0 @@
-DESCRIPTION = "Useful extra bits for Python - things that should be in the standard library"
-HOMEPAGE = "https://pypi.python.org/pypi/extras/"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=6d108f338b2f68fe48ac366c4650bd8b"
-
-SRC_URI[md5sum] = "3a63ad60cf8f0186c9e3a02f55ec5b14"
-SRC_URI[sha256sum] = "132e36de10b9c91d5d4cc620160a476e0468a88f16c9431817a6729611a81b4e"
-
-inherit pypi
--git a/meta-openstack/recipes-devtools/python/python3-extras_1.0.0.bb b/meta-openstack/recipes-devtools/python/python3-extras_1.0.0.bb
index 76f87f2..a7ed407 100644
--- a/meta-openstack/recipes-devtools/python/python3-extras_1.0.0.bb
+++ b/meta-openstack/recipes-devtools/python/python3-extras_1.0.0.bb
@@ -1,2 +1,10 @@
-inherit setuptools3
-require python-extras.inc
+DESCRIPTION = "Useful extra bits for Python - things that should be in the standard library"
+HOMEPAGE = "https://pypi.python.org/pypi/extras/"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=6d108f338b2f68fe48ac366c4650bd8b"
+
+SRC_URI[md5sum] = "3a63ad60cf8f0186c9e3a02f55ec5b14"
+SRC_URI[sha256sum] = "132e36de10b9c91d5d4cc620160a476e0468a88f16c9431817a6729611a81b4e"
+
+inherit setuptools3 pypi
--
2.25.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [meta-virtualization] [PATCH] python3-funcsigs: Consolidate in a single file
@ 2020-09-08 2:42 ` zhengruoqin
2020-09-08 2:42 ` [meta-virtualization] [PATCH] python3-rtslib-fb: upgrade 2.1.51 -> 2.1.74 zhengruoqin
0 siblings, 1 reply; 6+ messages in thread
From: zhengruoqin @ 2020-09-08 2:42 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-funcsigs.inc | 12 ------------
.../python/python3-funcsigs_1.0.2.bb | 14 ++++++++++++--
2 files changed, 12 insertions(+), 14 deletions(-)
delete mode 100644 meta-openstack/recipes-devtools/python/python-funcsigs.inc
diff --git a/meta-openstack/recipes-devtools/python/python-funcsigs.inc b/meta-openstack/recipes-devtools/python/python-funcsigs.inc
deleted file mode 100644
index 24c4894..0000000
--- a/meta-openstack/recipes-devtools/python/python-funcsigs.inc
+++ /dev/null
@@ -1,12 +0,0 @@
-DESCRIPTION = "Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+"
-HOMEPAGE = "http://funcsigs.readthedocs.org"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=d6bc91dc8e5793892189fe7481a2d354"
-
-SRC_URI[md5sum] = "7e583285b1fb8a76305d6d68f4ccc14e"
-SRC_URI[sha256sum] = "a7bb0f2cf3a3fd1ab2732cb49eba4252c2af4240442415b4abce3b87022a8f50"
-
-inherit pypi
-
-CLEANBROKEN = "1"
diff --git a/meta-openstack/recipes-devtools/python/python3-funcsigs_1.0.2.bb b/meta-openstack/recipes-devtools/python/python3-funcsigs_1.0.2.bb
index 617ebf9..1b4966b 100644
--- a/meta-openstack/recipes-devtools/python/python3-funcsigs_1.0.2.bb
+++ b/meta-openstack/recipes-devtools/python/python3-funcsigs_1.0.2.bb
@@ -1,2 +1,12 @@
-require python-funcsigs.inc
-inherit setuptools3
+DESCRIPTION = "Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+"
+HOMEPAGE = "http://funcsigs.readthedocs.org"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d6bc91dc8e5793892189fe7481a2d354"
+
+SRC_URI[md5sum] = "7e583285b1fb8a76305d6d68f4ccc14e"
+SRC_URI[sha256sum] = "a7bb0f2cf3a3fd1ab2732cb49eba4252c2af4240442415b4abce3b87022a8f50"
+
+inherit setuptools3 pypi
+
+CLEANBROKEN = "1"
--
2.25.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [meta-virtualization] [PATCH] python3-rtslib-fb: upgrade 2.1.51 -> 2.1.74
@ 2020-09-08 2:42 ` zhengruoqin
2020-09-08 2:43 ` [meta-virtualization] [PATCH] python3-xstatic-angular-schema: Remove python2 recipe zhengruoqin
0 siblings, 1 reply; 6+ messages in thread
From: zhengruoqin @ 2020-09-08 2:42 UTC (permalink / raw)
To: meta-virtualization
Since python2 is no longer maintained, the recipe of python2 is removed.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
.../python/python-rtslib-fb.inc | 20 ---------------
.../python/python-rtslib-fb_2.1.51.bb | 2 --
.../python/python3-rtslib-fb_2.1.51.bb | 2 --
.../python/python3-rtslib-fb_2.1.74.bb | 25 +++++++++++++++++++
4 files changed, 25 insertions(+), 24 deletions(-)
delete mode 100644 meta-openstack/recipes-devtools/python/python-rtslib-fb.inc
delete mode 100644 meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.51.bb
delete mode 100644 meta-openstack/recipes-devtools/python/python3-rtslib-fb_2.1.51.bb
create mode 100644 meta-openstack/recipes-devtools/python/python3-rtslib-fb_2.1.74.bb
diff --git a/meta-openstack/recipes-devtools/python/python-rtslib-fb.inc b/meta-openstack/recipes-devtools/python/python-rtslib-fb.inc
deleted file mode 100644
index e14f33d..0000000
--- a/meta-openstack/recipes-devtools/python/python-rtslib-fb.inc
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "API for Linux kernel SCSI target (aka LIO)"
-HOMEPAGE = "http://github.com/agrover/rtslib-fb"
-SECTION = "devel/python"
-LICENSE = "Apache-2"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=867c358d5dbac2602d0c0f850f731e62"
-
-SRC_URI[md5sum] = "4ec7575eb90b7c5a91bbea2962f0e036"
-SRC_URI[sha256sum] = "1902c581d6e04b7813f3cd1b11e2abc796205f646c39571cbbb809229fd5553e"
-
-inherit pypi
-
-# DEPENDS_default: python-pip
-
-DEPENDS += " \
- ${PYTHON_PN}-pip \
- "
-
-# RDEPENDS_default:
-RDEPENDS_${PN} += " \
- "
diff --git a/meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.51.bb b/meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.51.bb
deleted file mode 100644
index 571b68c..0000000
--- a/meta-openstack/recipes-devtools/python/python-rtslib-fb_2.1.51.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-rtslib-fb.inc
-inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python3-rtslib-fb_2.1.51.bb b/meta-openstack/recipes-devtools/python/python3-rtslib-fb_2.1.51.bb
deleted file mode 100644
index 571b68c..0000000
--- a/meta-openstack/recipes-devtools/python/python3-rtslib-fb_2.1.51.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-rtslib-fb.inc
-inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python3-rtslib-fb_2.1.74.bb b/meta-openstack/recipes-devtools/python/python3-rtslib-fb_2.1.74.bb
new file mode 100644
index 0000000..e1eef6b
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-rtslib-fb_2.1.74.bb
@@ -0,0 +1,25 @@
+DESCRIPTION = "API for Linux kernel SCSI target (aka LIO)"
+HOMEPAGE = "http://github.com/agrover/rtslib-fb"
+SECTION = "devel/python"
+LICENSE = "Apache-2"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=cf391b108961d84a581f45259ec47c52"
+
+SRC_URI[md5sum] = "85ab011e3a98fb585d8a0fb337c5dab4"
+SRC_URI[sha256sum] = "6f15bc30b55e0d35f29edde4f35880965b2f1e9acee1424e6e9820f32b0a925c"
+
+inherit setuptools3 pypi
+
+# DEPENDS_default: python-pip
+
+DEPENDS += " \
+ ${PYTHON_PN}-pip \
+ "
+
+# RDEPENDS_default:
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-json \
+ ${PYTHON_PN}-shell \
+ ${PYTHON_PN}-six \
+ ${PYTHON_PN}-pyudev \
+ ${PYTHON_PN}-resource \
+ "
--
2.25.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [meta-virtualization] [PATCH] python3-xstatic-angular-schema: Remove python2 recipe
@ 2020-09-08 2:43 ` zhengruoqin
2020-09-14 2:24 ` Bruce Ashfield
0 siblings, 1 reply; 6+ messages in thread
From: zhengruoqin @ 2020-09-08 2:43 UTC (permalink / raw)
To: meta-virtualization
Since python2 is no longer maintained, the recipe of python2 is removed.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
.../python-xstatic-angular-schema-form.inc | 22 -----------------
...on-xstatic-angular-schema-form_0.8.13.0.bb | 2 --
...n3-xstatic-angular-schema-form_0.8.13.0.bb | 24 +++++++++++++++++--
3 files changed, 22 insertions(+), 26 deletions(-)
delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form.inc
delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form_0.8.13.0.bb
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form.inc b/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form.inc
deleted file mode 100644
index 7bfa957..0000000
--- a/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form.inc
+++ /dev/null
@@ -1,22 +0,0 @@
-DESCRIPTION = "Angular Schema Form packaged for setuptools (easy_install) / pip."
-HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Angular-Schema-Form"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=0e4430cb0dfdb98d3008c66d8339f31a"
-
-PYPI_PACKAGE = "XStatic-Angular-Schema-Form"
-
-SRC_URI[md5sum] = "d0faab81c36f4cfc03e092fedc30018d"
-SRC_URI[sha256sum] = "7c08634901751267fe26d266fc027cf6ed2e5f422696985cec750594b3f4e300"
-
-inherit pypi
-
-# DEPENDS_default: python-pip
-
-DEPENDS += " \
- ${PYTHON_PN}-pip \
- "
-
-# RDEPENDS_default:
-RDEPENDS_${PN} += " \
- "
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form_0.8.13.0.bb b/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form_0.8.13.0.bb
deleted file mode 100644
index eae97b2..0000000
--- a/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form_0.8.13.0.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-xstatic-angular-schema-form.inc
-inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-angular-schema-form_0.8.13.0.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-angular-schema-form_0.8.13.0.bb
index eae97b2..aa49f61 100644
--- a/meta-openstack/recipes-devtools/python/python3-xstatic-angular-schema-form_0.8.13.0.bb
+++ b/meta-openstack/recipes-devtools/python/python3-xstatic-angular-schema-form_0.8.13.0.bb
@@ -1,2 +1,22 @@
-require python-xstatic-angular-schema-form.inc
-inherit setuptools3
+DESCRIPTION = "Angular Schema Form packaged for setuptools (easy_install) / pip."
+HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Angular-Schema-Form"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=0e4430cb0dfdb98d3008c66d8339f31a"
+
+PYPI_PACKAGE = "XStatic-Angular-Schema-Form"
+
+SRC_URI[md5sum] = "d0faab81c36f4cfc03e092fedc30018d"
+SRC_URI[sha256sum] = "7c08634901751267fe26d266fc027cf6ed2e5f422696985cec750594b3f4e300"
+
+inherit setuptools3 pypi
+
+# DEPENDS_default: python-pip
+
+DEPENDS += " \
+ ${PYTHON_PN}-pip \
+ "
+
+# RDEPENDS_default:
+RDEPENDS_${PN} += " \
+ "
--
2.25.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [meta-virtualization] [PATCH] python3-xstatic-angular-schema: Remove python2 recipe
2020-09-08 2:43 ` [meta-virtualization] [PATCH] python3-xstatic-angular-schema: Remove python2 recipe zhengruoqin
@ 2020-09-14 2:24 ` Bruce Ashfield
0 siblings, 0 replies; 6+ messages in thread
From: Bruce Ashfield @ 2020-09-14 2:24 UTC (permalink / raw)
To: zhengruoqin; +Cc: meta-virtualization
merged.
Bruce
In message: [meta-virtualization] [PATCH] python3-xstatic-angular-schema: Remove python2 recipe
on 08/09/2020 zhengruoqin wrote:
> Since python2 is no longer maintained, the recipe of python2 is removed.
>
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> ---
> .../python-xstatic-angular-schema-form.inc | 22 -----------------
> ...on-xstatic-angular-schema-form_0.8.13.0.bb | 2 --
> ...n3-xstatic-angular-schema-form_0.8.13.0.bb | 24 +++++++++++++++++--
> 3 files changed, 22 insertions(+), 26 deletions(-)
> delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form.inc
> delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form_0.8.13.0.bb
>
> diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form.inc b/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form.inc
> deleted file mode 100644
> index 7bfa957..0000000
> --- a/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form.inc
> +++ /dev/null
> @@ -1,22 +0,0 @@
> -DESCRIPTION = "Angular Schema Form packaged for setuptools (easy_install) / pip."
> -HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Angular-Schema-Form"
> -SECTION = "devel/python"
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=0e4430cb0dfdb98d3008c66d8339f31a"
> -
> -PYPI_PACKAGE = "XStatic-Angular-Schema-Form"
> -
> -SRC_URI[md5sum] = "d0faab81c36f4cfc03e092fedc30018d"
> -SRC_URI[sha256sum] = "7c08634901751267fe26d266fc027cf6ed2e5f422696985cec750594b3f4e300"
> -
> -inherit pypi
> -
> -# DEPENDS_default: python-pip
> -
> -DEPENDS += " \
> - ${PYTHON_PN}-pip \
> - "
> -
> -# RDEPENDS_default:
> -RDEPENDS_${PN} += " \
> - "
> diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form_0.8.13.0.bb b/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form_0.8.13.0.bb
> deleted file mode 100644
> index eae97b2..0000000
> --- a/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form_0.8.13.0.bb
> +++ /dev/null
> @@ -1,2 +0,0 @@
> -require python-xstatic-angular-schema-form.inc
> -inherit setuptools3
> diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-angular-schema-form_0.8.13.0.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-angular-schema-form_0.8.13.0.bb
> index eae97b2..aa49f61 100644
> --- a/meta-openstack/recipes-devtools/python/python3-xstatic-angular-schema-form_0.8.13.0.bb
> +++ b/meta-openstack/recipes-devtools/python/python3-xstatic-angular-schema-form_0.8.13.0.bb
> @@ -1,2 +1,22 @@
> -require python-xstatic-angular-schema-form.inc
> -inherit setuptools3
> +DESCRIPTION = "Angular Schema Form packaged for setuptools (easy_install) / pip."
> +HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Angular-Schema-Form"
> +SECTION = "devel/python"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=0e4430cb0dfdb98d3008c66d8339f31a"
> +
> +PYPI_PACKAGE = "XStatic-Angular-Schema-Form"
> +
> +SRC_URI[md5sum] = "d0faab81c36f4cfc03e092fedc30018d"
> +SRC_URI[sha256sum] = "7c08634901751267fe26d266fc027cf6ed2e5f422696985cec750594b3f4e300"
> +
> +inherit setuptools3 pypi
> +
> +# DEPENDS_default: python-pip
> +
> +DEPENDS += " \
> + ${PYTHON_PN}-pip \
> + "
> +
> +# RDEPENDS_default:
> +RDEPENDS_${PN} += " \
> + "
> --
> 2.25.1
>
>
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-09-14 2:24 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-08 2:42 [meta-virtualization] [PATCH] python3-ddjango-compressor: Change to python3 zhengruoqin
2020-09-08 2:42 ` [meta-virtualization] [PATCH] python3-extras: Consolidate in a single file zhengruoqin
2020-09-08 2:42 ` [meta-virtualization] [PATCH] python3-funcsigs: " zhengruoqin
2020-09-08 2:42 ` [meta-virtualization] [PATCH] python3-rtslib-fb: upgrade 2.1.51 -> 2.1.74 zhengruoqin
2020-09-08 2:43 ` [meta-virtualization] [PATCH] python3-xstatic-angular-schema: Remove python2 recipe zhengruoqin
2020-09-14 2: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.