All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization] [PATCH 1/2] python3-backlash: Add recipe
@ 2020-11-09  8:46 zangrc
  2020-11-09  8:46 ` [meta-virtualization] [PATCH 2/2] python3-pecan: upgrade 1.3.3 -> 1.4.0 zangrc
  0 siblings, 1 reply; 5+ messages in thread
From: zangrc @ 2020-11-09  8:46 UTC (permalink / raw)
  To: meta-virtualization

Append python3-backlash because it is dependent on python3-pecan
runtime.

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../python/python3-backlash_0.3.1.bb          | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/python/python3-backlash_0.3.1.bb

diff --git a/meta-openstack/recipes-devtools/python/python3-backlash_0.3.1.bb b/meta-openstack/recipes-devtools/python/python3-backlash_0.3.1.bb
new file mode 100644
index 00000000..b83a23f9
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-backlash_0.3.1.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "backlash is a swiss army knife for web applications debugging"
+HOMEPAGE = "https://pypi.org/project/backlash/"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=ca5c23eefc8077a81d9c7b5384f38be8"
+
+SRC_URI[md5sum] = "c80c065e33b6891c5e5ac70ac3a2551c"
+SRC_URI[sha256sum] = "ddf6e1d59ce30deb190478c98ade84557ee9333435fbd377c011588c71f862a0"
+
+inherit setuptools3 pypi
+
+RDEPENDS_${PN} += " \
+	python3-netclient \
+	python3-netserver \
+	python3-json \
+	python3-webob \
+	python3-threading \
+	python3-logging \
+"
-- 
2.25.1




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

* [meta-virtualization] [PATCH 2/2] python3-pecan: upgrade 1.3.3 -> 1.4.0
@ 2020-11-09  8:46 ` zangrc
  2020-11-10  1:07   ` [meta-virtualization] [PATCH] python3-paramiko: remove recipe zangrc
  0 siblings, 1 reply; 5+ messages in thread
From: zangrc @ 2020-11-09  8:46 UTC (permalink / raw)
  To: meta-virtualization

Consolidate inc and bb files into a single bb file.

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../recipes-devtools/python/python3-pecan_1.3.3.bb       | 2 --
 .../python/{python-pecan.inc => python3-pecan_1.4.0.bb}  | 9 ++++++---
 2 files changed, 6 insertions(+), 5 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-pecan_1.3.3.bb
 rename meta-openstack/recipes-devtools/python/{python-pecan.inc => python3-pecan_1.4.0.bb} (56%)

diff --git a/meta-openstack/recipes-devtools/python/python3-pecan_1.3.3.bb b/meta-openstack/recipes-devtools/python/python3-pecan_1.3.3.bb
deleted file mode 100644
index 2e6a223e..00000000
--- a/meta-openstack/recipes-devtools/python/python3-pecan_1.3.3.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-inherit setuptools3
-require python-pecan.inc
diff --git a/meta-openstack/recipes-devtools/python/python-pecan.inc b/meta-openstack/recipes-devtools/python/python3-pecan_1.4.0.bb
similarity index 56%
rename from meta-openstack/recipes-devtools/python/python-pecan.inc
rename to meta-openstack/recipes-devtools/python/python3-pecan_1.4.0.bb
index 884ce753..ff457d69 100644
--- a/meta-openstack/recipes-devtools/python/python-pecan.inc
+++ b/meta-openstack/recipes-devtools/python/python3-pecan_1.4.0.bb
@@ -4,13 +4,16 @@ SECTION = "devel/python"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d846877d24bbb3d7a00a985c90378e8c"
 
-SRC_URI[md5sum] = "8f006ed860f7fbdf0c0bf5ad0cf2f3b4"
-SRC_URI[sha256sum] = "b5461add4e3f35a7ee377b3d7f72ff13e93f40f3823b3208ab978b29bde936ff"
+SRC_URI[md5sum] = "70667908b648043bc8a3fcb7d1e4d53a"
+SRC_URI[sha256sum] = "4b2acd6802a04b59e306d0a6ccf37701d24376f4dc044bbbafba3afdf9d3389a"
 
-inherit pypi
+inherit setuptools3 pypi
 
 RDEPENDS_${PN} = "${PYTHON_PN}-mako \
                   ${PYTHON_PN}-webtest \
                   ${PYTHON_PN}-six \
                   ${PYTHON_PN}-logutils \
+                  ${PYTHON_PN}-numbers \
+                  ${PYTHON_PN}-backlash \
+                  ${PYTHON_PN}-pprint \
 "
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-paramiko: remove recipe
@ 2020-11-10  1:07   ` zangrc
  2020-11-10  1:22     ` [meta-virtualization] [PATCH] python3-repoze.lru: Add RDEPENDS zangrc
  0 siblings, 1 reply; 5+ messages in thread
From: zangrc @ 2020-11-10  1:07 UTC (permalink / raw)
  To: meta-virtualization

Remove this recipe, because a higher version of the recipe exists in:
meta-virtualization/recipes-devtools/python/python3-paramiko_2.7.0.bb

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../recipes-devtools/python/python-paramiko.inc      | 12 ------------
 .../python/python3-paramiko_2.6.0.bb                 |  2 --
 2 files changed, 14 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-paramiko.inc
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-paramiko_2.6.0.bb

diff --git a/meta-openstack/recipes-devtools/python/python-paramiko.inc b/meta-openstack/recipes-devtools/python/python-paramiko.inc
deleted file mode 100644
index da47c796..00000000
--- a/meta-openstack/recipes-devtools/python/python-paramiko.inc
+++ /dev/null
@@ -1,12 +0,0 @@
-DESCRIPTION = "SSH2 protocol library"
-HOMEPAGE = "https://github.com/paramiko/paramiko/"
-SECTION = "devel/python"
-LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=fd0120fc2e9f841c73ac707a30389af5"
-
-SRC_URI[md5sum] = "f729a45c9122bf975b9177ec5aaa3791"
-SRC_URI[sha256sum] = "f4b2edfa0d226b70bd4ca31ea7e389325990283da23465d572ed1f70a7583041"
-
-inherit pypi
-
-RDEPENDS_${PN} += "${PYTHON_PN}-pycrypto"
diff --git a/meta-openstack/recipes-devtools/python/python3-paramiko_2.6.0.bb b/meta-openstack/recipes-devtools/python/python3-paramiko_2.6.0.bb
deleted file mode 100644
index 97e56e10..00000000
--- a/meta-openstack/recipes-devtools/python/python3-paramiko_2.6.0.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-inherit setuptools3
-require python-paramiko.inc
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-repoze.lru: Add RDEPENDS
@ 2020-11-10  1:22     ` zangrc
  2020-11-15  4:16       ` Bruce Ashfield
  0 siblings, 1 reply; 5+ messages in thread
From: zangrc @ 2020-11-10  1:22 UTC (permalink / raw)
  To: meta-virtualization

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../recipes-devtools/python/python3-repoze.lru_0.7.bb         | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python3-repoze.lru_0.7.bb b/meta-openstack/recipes-devtools/python/python3-repoze.lru_0.7.bb
index 323ad767..e709bd71 100644
--- a/meta-openstack/recipes-devtools/python/python3-repoze.lru_0.7.bb
+++ b/meta-openstack/recipes-devtools/python/python3-repoze.lru_0.7.bb
@@ -12,3 +12,7 @@ SRC_URI[md5sum] = "c08cc030387e0b1fc53c5c7d964b35e2"
 SRC_URI[sha256sum] = "0429a75e19380e4ed50c0694e26ac8819b4ea7851ee1fc7583c8572db80aff77"
 
 inherit setuptools3 pypi
+
+RDEPENDS_${PN} += " \
+	python3-typing \
+"
-- 
2.25.1




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

* Re: [meta-virtualization] [PATCH] python3-repoze.lru: Add RDEPENDS
  2020-11-10  1:22     ` [meta-virtualization] [PATCH] python3-repoze.lru: Add RDEPENDS zangrc
@ 2020-11-15  4:16       ` Bruce Ashfield
  0 siblings, 0 replies; 5+ messages in thread
From: Bruce Ashfield @ 2020-11-15  4:16 UTC (permalink / raw)
  To: zangrc; +Cc: meta-virtualization

merged.

Bruce

In message: [meta-virtualization] [PATCH] python3-repoze.lru: Add RDEPENDS
on 10/11/2020 zangrc wrote:

> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> ---
>  .../recipes-devtools/python/python3-repoze.lru_0.7.bb         | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/meta-openstack/recipes-devtools/python/python3-repoze.lru_0.7.bb b/meta-openstack/recipes-devtools/python/python3-repoze.lru_0.7.bb
> index 323ad767..e709bd71 100644
> --- a/meta-openstack/recipes-devtools/python/python3-repoze.lru_0.7.bb
> +++ b/meta-openstack/recipes-devtools/python/python3-repoze.lru_0.7.bb
> @@ -12,3 +12,7 @@ SRC_URI[md5sum] = "c08cc030387e0b1fc53c5c7d964b35e2"
>  SRC_URI[sha256sum] = "0429a75e19380e4ed50c0694e26ac8819b4ea7851ee1fc7583c8572db80aff77"
>  
>  inherit setuptools3 pypi
> +
> +RDEPENDS_${PN} += " \
> +	python3-typing \
> +"
> -- 
> 2.25.1
> 
> 
> 

> 
> 
> 



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

end of thread, other threads:[~2020-11-15  4:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-09  8:46 [meta-virtualization] [PATCH 1/2] python3-backlash: Add recipe zangrc
2020-11-09  8:46 ` [meta-virtualization] [PATCH 2/2] python3-pecan: upgrade 1.3.3 -> 1.4.0 zangrc
2020-11-10  1:07   ` [meta-virtualization] [PATCH] python3-paramiko: remove recipe zangrc
2020-11-10  1:22     ` [meta-virtualization] [PATCH] python3-repoze.lru: Add RDEPENDS zangrc
2020-11-15  4:16       ` 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.