All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH v2 1/6] python3-ifaddr: Integrate a dependency of pysonos
@ 2021-03-03 13:32 Andrei Gherzan
  2021-03-03 13:32 ` [meta-python][PATCH v2 2/6] python3-pysonos: Integrate the SONOS control HomeAssistant module Andrei Gherzan
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Andrei Gherzan @ 2021-03-03 13:32 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Andrei Gherzan

From: Andrei Gherzan <andrei.gherzan@huawei.com>

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 .../python3-ifaddr/python3-ifaddr_0.1.7.bb             | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 recipes-connectivity/python3-ifaddr/python3-ifaddr_0.1.7.bb

diff --git a/recipes-connectivity/python3-ifaddr/python3-ifaddr_0.1.7.bb b/recipes-connectivity/python3-ifaddr/python3-ifaddr_0.1.7.bb
new file mode 100644
index 000000000..cd7cd2803
--- /dev/null
+++ b/recipes-connectivity/python3-ifaddr/python3-ifaddr_0.1.7.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "Cross-platform network interface and IP address enumeration \
+library"
+HOMEPAGE = "https://pypi.org/project/ifaddr/"
+LICENSE = "MIT"
+
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
+
+SRC_URI[sha256sum] = "d3a63a039c82b08a1171b003eafa62c6f128aa4eaa1ce7a55a9401b48f9ad926"
+
+inherit pypi setuptools3
-- 
2.30.1


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

* [meta-python][PATCH v2 2/6] python3-pysonos: Integrate the SONOS control HomeAssistant module
  2021-03-03 13:32 [meta-python][PATCH v2 1/6] python3-ifaddr: Integrate a dependency of pysonos Andrei Gherzan
@ 2021-03-03 13:32 ` Andrei Gherzan
  2021-03-03 13:32 ` [meta-python][PATCH v2 3/6] python3-aiohue: Integrate the hue control python module Andrei Gherzan
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: Andrei Gherzan @ 2021-03-03 13:32 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Andrei Gherzan

From: Andrei Gherzan <andrei.gherzan@huawei.com>

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 recipes-devtools/python/python3-pysonos_0.0.40.bb | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 recipes-devtools/python/python3-pysonos_0.0.40.bb

diff --git a/recipes-devtools/python/python3-pysonos_0.0.40.bb b/recipes-devtools/python/python3-pysonos_0.0.40.bb
new file mode 100644
index 000000000..dbfa0dff5
--- /dev/null
+++ b/recipes-devtools/python/python3-pysonos_0.0.40.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "A SoCo fork with fixes for Home Assistant "
+HOMEPAGE = "https://pypi.org/project/pysonos/"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=07b0e2ca9ac77cd65cd4edf2e13367ea"
+
+SRC_URI[sha256sum] = "3fed94dffbca5807d39d000d1415fe8d7dfc1032ba92a33d0b577eb2e98a81f3"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += "\
+	${PYTHON_PN}-ifaddr \
+	${PYTHON_PN}-requests \
+	${PYTHON_PN}-xmltodict \
+	"
-- 
2.30.1


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

* [meta-python][PATCH v2 3/6] python3-aiohue: Integrate the hue control python module
  2021-03-03 13:32 [meta-python][PATCH v2 1/6] python3-ifaddr: Integrate a dependency of pysonos Andrei Gherzan
  2021-03-03 13:32 ` [meta-python][PATCH v2 2/6] python3-pysonos: Integrate the SONOS control HomeAssistant module Andrei Gherzan
@ 2021-03-03 13:32 ` Andrei Gherzan
  2021-03-05 14:21   ` [oe] " Trevor Gamblin
  2021-03-03 13:32 ` [meta-python][PATCH v2 4/6] packagegroup-meta-python: Add new modules (aiohue, ifaddr, pysonos) Andrei Gherzan
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Andrei Gherzan @ 2021-03-03 13:32 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Andrei Gherzan

From: Andrei Gherzan <andrei.gherzan@huawei.com>

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 recipes-devtools/python/python3-aiohue_2.2.0.bb | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 recipes-devtools/python/python3-aiohue_2.2.0.bb

diff --git a/recipes-devtools/python/python3-aiohue_2.2.0.bb b/recipes-devtools/python/python3-aiohue_2.2.0.bb
new file mode 100644
index 000000000..a2a7363f6
--- /dev/null
+++ b/recipes-devtools/python/python3-aiohue_2.2.0.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Asynchronous library to control Philips Hue"
+HOMEPAGE = "https://pypi.org/project/aiohue/"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+# No license file available but the license is specified in PKG-INFO and setup.py.
+LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=7145f7cdd263359b62d342a02f005515"
+
+SRC_URI[sha256sum] = "35696d04d6eb0328b7031ea3c0a3cfe5d83dfcf62f920522e4767d165c6bc529"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += "${PYTHON_PN}-aiohttp"
-- 
2.30.1


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

* [meta-python][PATCH v2 4/6] packagegroup-meta-python: Add new modules (aiohue, ifaddr, pysonos)
  2021-03-03 13:32 [meta-python][PATCH v2 1/6] python3-ifaddr: Integrate a dependency of pysonos Andrei Gherzan
  2021-03-03 13:32 ` [meta-python][PATCH v2 2/6] python3-pysonos: Integrate the SONOS control HomeAssistant module Andrei Gherzan
  2021-03-03 13:32 ` [meta-python][PATCH v2 3/6] python3-aiohue: Integrate the hue control python module Andrei Gherzan
@ 2021-03-03 13:32 ` Andrei Gherzan
  2021-03-03 13:32 ` [meta-python][PATCH v2 5/6] python3-pep8: Fix HOMEPAGE Andrei Gherzan
  2021-03-03 13:32 ` [meta-python][PATCH v2 6/6] python3-mccabe: " Andrei Gherzan
  4 siblings, 0 replies; 10+ messages in thread
From: Andrei Gherzan @ 2021-03-03 13:32 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Andrei Gherzan

Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
---
 .../recipes-core/packagegroups/packagegroup-meta-python.bb     | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index 635dee194..6323e17c6 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -21,6 +21,7 @@ RDEPENDS_packagegroup-meta-python3 = "\
     python3-aiofiles \
     python3-aiohttp \
     python3-aiohttp-jinja2 \
+    python3-aiohue \
     python3-alembic \
     python3-ansi2html \
     python3-ansicolors \
@@ -167,6 +168,7 @@ RDEPENDS_packagegroup-meta-python3 = "\
     python3-idna \
     python3-idna \
     python3-idna-ssl \
+    python3-ifaddr \
     python3-imageio \
     python3-incremental \
     python3-inflection \
@@ -320,6 +322,7 @@ RDEPENDS_packagegroup-meta-python3 = "\
     python3-pyscaffold \
     python3-pyserial \
     python3-pysocks \
+    python3-pysonos \
     python3-pystache \
     python3-pystemd \
     python3-pytest-asyncio \
-- 
2.30.1


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

* [meta-python][PATCH v2 5/6] python3-pep8: Fix HOMEPAGE
  2021-03-03 13:32 [meta-python][PATCH v2 1/6] python3-ifaddr: Integrate a dependency of pysonos Andrei Gherzan
                   ` (2 preceding siblings ...)
  2021-03-03 13:32 ` [meta-python][PATCH v2 4/6] packagegroup-meta-python: Add new modules (aiohue, ifaddr, pysonos) Andrei Gherzan
@ 2021-03-03 13:32 ` Andrei Gherzan
  2021-03-03 13:32 ` [meta-python][PATCH v2 6/6] python3-mccabe: " Andrei Gherzan
  4 siblings, 0 replies; 10+ messages in thread
From: Andrei Gherzan @ 2021-03-03 13:32 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Andrei Gherzan, Khem Raj

Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb b/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb
index 8291281ca..e8587c832 100644
--- a/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Python style guide checker"
-HOMEPAGE = "https://github.com/dreamhost/cliff"
+HOMEPAGE = "https://github.com/PyCQA/pycodestyle"
 SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://README.rst;md5=d8ebbbe831259ce010179d2f310b0f3e"
-- 
2.30.1


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

* [meta-python][PATCH v2 6/6] python3-mccabe: Fix HOMEPAGE
  2021-03-03 13:32 [meta-python][PATCH v2 1/6] python3-ifaddr: Integrate a dependency of pysonos Andrei Gherzan
                   ` (3 preceding siblings ...)
  2021-03-03 13:32 ` [meta-python][PATCH v2 5/6] python3-pep8: Fix HOMEPAGE Andrei Gherzan
@ 2021-03-03 13:32 ` Andrei Gherzan
  4 siblings, 0 replies; 10+ messages in thread
From: Andrei Gherzan @ 2021-03-03 13:32 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Andrei Gherzan, Khem Raj

Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb b/meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb
index 63a9e35ac..b366f0430 100644
--- a/meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb
+++ b/meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "McCabe checker, plugin for flake8"
-HOMEPAGE = "https://github.com/dreamhost/cliff"
+HOMEPAGE = "https://github.com/PyCQA/mccabe"
 SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a489dc62bacbdad3335c0f160a974f0f"
-- 
2.30.1


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

* Re: [oe] [meta-python][PATCH v2 3/6] python3-aiohue: Integrate the hue control python module
  2021-03-03 13:32 ` [meta-python][PATCH v2 3/6] python3-aiohue: Integrate the hue control python module Andrei Gherzan
@ 2021-03-05 14:21   ` Trevor Gamblin
  2021-03-05 16:04     ` Andrei Gherzan
  0 siblings, 1 reply; 10+ messages in thread
From: Trevor Gamblin @ 2021-03-05 14:21 UTC (permalink / raw)
  To: Andrei Gherzan, openembedded-devel; +Cc: Andrei Gherzan

[-- Attachment #1: Type: text/plain, Size: 1537 bytes --]


On 2021-03-03 8:32 a.m., Andrei Gherzan wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> From: Andrei Gherzan <andrei.gherzan@huawei.com>
>
> Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>

The path here looks off. The recipe is at 
recipes-devtools/python/python3-aiohue_2.2.0.bb when it should be at 
meta-python/recipes-devtools/python/python3-aiohue_2.2.0.bb. Can you 
submit a v3 with the path fixed? Please check any other recipes you have 
added.

Trevor

> ---
>   recipes-devtools/python/python3-aiohue_2.2.0.bb | 12 ++++++++++++
>   1 file changed, 12 insertions(+)
>   create mode 100644 recipes-devtools/python/python3-aiohue_2.2.0.bb
>
> diff --git a/recipes-devtools/python/python3-aiohue_2.2.0.bb b/recipes-devtools/python/python3-aiohue_2.2.0.bb
> new file mode 100644
> index 000000000..a2a7363f6
> --- /dev/null
> +++ b/recipes-devtools/python/python3-aiohue_2.2.0.bb
> @@ -0,0 +1,12 @@
> +DESCRIPTION = "Asynchronous library to control Philips Hue"
> +HOMEPAGE = "https://pypi.org/project/aiohue/"
> +SECTION = "devel/python"
> +LICENSE = "Apache-2.0"
> +# No license file available but the license is specified in PKG-INFO and setup.py.
> +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=7145f7cdd263359b62d342a02f005515"
> +
> +SRC_URI[sha256sum] = "35696d04d6eb0328b7031ea3c0a3cfe5d83dfcf62f920522e4767d165c6bc529"
> +
> +inherit pypi setuptools3
> +
> +RDEPENDS_${PN} += "${PYTHON_PN}-aiohttp"
> --
> 2.30.1
>
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2572 bytes --]

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

* Re: [oe] [meta-python][PATCH v2 3/6] python3-aiohue: Integrate the hue control python module
  2021-03-05 14:21   ` [oe] " Trevor Gamblin
@ 2021-03-05 16:04     ` Andrei Gherzan
  2021-03-05 16:46       ` Khem Raj
  0 siblings, 1 reply; 10+ messages in thread
From: Andrei Gherzan @ 2021-03-05 16:04 UTC (permalink / raw)
  To: Trevor Gamblin, openembedded; +Cc: Andrei Gherzan

[-- Attachment #1: Type: text/plain, Size: 750 bytes --]

On Fri, 5 Mar 2021, at 14:21, Trevor Gamblin wrote:
> 

> On 2021-03-03 8:32 a.m., Andrei Gherzan wrote:
>> [Please note: This e-mail is from an EXTERNAL e-mail address]

From: Andrei Gherzan <andrei.gherzan@huawei.com>

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
> The path here looks off. The recipe is at recipes-devtools/python/python3-aiohue_2.2.0.bb when it should be at meta-python/recipes-devtools/python/python3-aiohue_2.2.0.bb. Can you submit a v3 with the path fixed? Please check any other recipes you have added.

For a second I was just confused of how could this have happened. But the explanation was simple (git am from another layer that doesn't have multiple layers at its root). Send v3.

---
Andrei

[-- Attachment #2: Type: text/html, Size: 1387 bytes --]

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

* Re: [oe] [meta-python][PATCH v2 3/6] python3-aiohue: Integrate the hue control python module
  2021-03-05 16:04     ` Andrei Gherzan
@ 2021-03-05 16:46       ` Khem Raj
  2021-03-05 16:59         ` Andrei Gherzan
  0 siblings, 1 reply; 10+ messages in thread
From: Khem Raj @ 2021-03-05 16:46 UTC (permalink / raw)
  To: Andrei Gherzan, Trevor Gamblin, openembedded; +Cc: Andrei Gherzan



On 3/5/21 8:04 AM, Andrei Gherzan wrote:
> On Fri, 5 Mar 2021, at 14:21, Trevor Gamblin wrote:
>>
>>
>> On 2021-03-03 8:32 a.m., Andrei Gherzan wrote:
>>> [Please note: This e-mail is from an EXTERNAL e-mail address]
>>>
>>> From: Andrei Gherzan<andrei.gherzan@huawei.com>  <mailto:andrei.gherzan@huawei.com>
>>>
>>> Signed-off-by: Andrei Gherzan<andrei.gherzan@huawei.com>  <mailto:andrei.gherzan@huawei.com>
>>
>> The path here looks off. The recipe is at 
>> recipes-devtools/python/python3-aiohue_2.2.0.bb when it should be at 
>> meta-python/recipes-devtools/python/python3-aiohue_2.2.0.bb. Can you 
>> submit a v3 with the path fixed? Please check any other recipes you 
>> have added.
>>
> For a second I was just confused of how could this have happened. But 
> the explanation was simple (git am from another layer that doesn't have 
> multiple layers at its root). Send v3.

yeah its a problem with monolithic trees where layers are fudged. 
something like git submodules can give you best of both worlds where you 
have monolithic view but preserves layers as well.

> 
> ---
> Andrei
> 
> 
> 
> 

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

* Re: [oe] [meta-python][PATCH v2 3/6] python3-aiohue: Integrate the hue control python module
  2021-03-05 16:46       ` Khem Raj
@ 2021-03-05 16:59         ` Andrei Gherzan
  0 siblings, 0 replies; 10+ messages in thread
From: Andrei Gherzan @ 2021-03-05 16:59 UTC (permalink / raw)
  To: Khem Raj, Trevor Gamblin, openembedded; +Cc: Andrei Gherzan

On Fri, 5 Mar 2021, at 16:46, Khem Raj wrote:
> 
> 
> On 3/5/21 8:04 AM, Andrei Gherzan wrote:
> > On Fri, 5 Mar 2021, at 14:21, Trevor Gamblin wrote:
> >>
> >>
> >> On 2021-03-03 8:32 a.m., Andrei Gherzan wrote:
> >>> [Please note: This e-mail is from an EXTERNAL e-mail address]
> >>>
> >>> From: Andrei Gherzan<andrei.gherzan@huawei.com>  <mailto:andrei.gherzan@huawei.com>
> >>>
> >>> Signed-off-by: Andrei Gherzan<andrei.gherzan@huawei.com>  <mailto:andrei.gherzan@huawei.com>
> >>
> >> The path here looks off. The recipe is at 
> >> recipes-devtools/python/python3-aiohue_2.2.0.bb when it should be at 
> >> meta-python/recipes-devtools/python/python3-aiohue_2.2.0.bb. Can you 
> >> submit a v3 with the path fixed? Please check any other recipes you 
> >> have added.
> >>
> > For a second I was just confused of how could this have happened. But 
> > the explanation was simple (git am from another layer that doesn't have 
> > multiple layers at its root). Send v3.
> 
> yeah its a problem with monolithic trees where layers are fudged. 
> something like git submodules can give you best of both worlds where you 
> have monolithic view but preserves layers as well.

If the layers stay in the same scope (like meta-oe) I don't mind the monolithic approach as you don't have to deal with the aggregation in that case. 

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

end of thread, other threads:[~2021-03-05 17:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-03 13:32 [meta-python][PATCH v2 1/6] python3-ifaddr: Integrate a dependency of pysonos Andrei Gherzan
2021-03-03 13:32 ` [meta-python][PATCH v2 2/6] python3-pysonos: Integrate the SONOS control HomeAssistant module Andrei Gherzan
2021-03-03 13:32 ` [meta-python][PATCH v2 3/6] python3-aiohue: Integrate the hue control python module Andrei Gherzan
2021-03-05 14:21   ` [oe] " Trevor Gamblin
2021-03-05 16:04     ` Andrei Gherzan
2021-03-05 16:46       ` Khem Raj
2021-03-05 16:59         ` Andrei Gherzan
2021-03-03 13:32 ` [meta-python][PATCH v2 4/6] packagegroup-meta-python: Add new modules (aiohue, ifaddr, pysonos) Andrei Gherzan
2021-03-03 13:32 ` [meta-python][PATCH v2 5/6] python3-pep8: Fix HOMEPAGE Andrei Gherzan
2021-03-03 13:32 ` [meta-python][PATCH v2 6/6] python3-mccabe: " Andrei Gherzan

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.