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

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

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

diff --git a/meta-python/recipes-devtools/python/python3-ifaddr_0.1.7.bb b/meta-python/recipes-devtools/python/python3-ifaddr_0.1.7.bb
new file mode 100644
index 000000000..4fff7d1e5
--- /dev/null
+++ b/meta-python/recipes-devtools/python/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.txt;md5=8debe8d42320ec0ff24665319b625a5e"
+
+SRC_URI[sha256sum] = "1f9e8a6ca6f16db5a37d3356f07b6e52344f6f9f7e806d618537731669eb1a94"
+
+inherit pypi setuptools3
-- 
2.30.1


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

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

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

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

diff --git a/meta-python/recipes-devtools/python/python3-pysonos_0.0.40.bb b/meta-python/recipes-devtools/python/python3-pysonos_0.0.40.bb
new file mode 100644
index 000000000..dbfa0dff5
--- /dev/null
+++ b/meta-python/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] 6+ messages in thread

* [meta-python v4][PATCH 3/6] python3-aiohue: Integrate the hue control python module
  2021-03-09 17:47 [meta-python v4][PATCH 1/6] python3-ifaddr: Integrate a dependency of pysonos Andrei Gherzan
  2021-03-09 17:47 ` [meta-python v4][PATCH 2/6] python3-pysonos: Integrate the SONOS control HomeAssistant module Andrei Gherzan
@ 2021-03-09 17:47 ` Andrei Gherzan
  2021-03-09 17:47 ` [meta-python v4][PATCH 4/6] packagegroup-meta-python: Add new modules (aiohue, ifaddr, pysonos) Andrei Gherzan
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Andrei Gherzan @ 2021-03-09 17:47 UTC (permalink / raw)
  To: openembedded-devel; +Cc: andrei, 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 meta-python/recipes-devtools/python/python3-aiohue_2.2.0.bb

diff --git a/meta-python/recipes-devtools/python/python3-aiohue_2.2.0.bb b/meta-python/recipes-devtools/python/python3-aiohue_2.2.0.bb
new file mode 100644
index 000000000..a2a7363f6
--- /dev/null
+++ b/meta-python/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] 6+ messages in thread

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

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

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.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] 6+ messages in thread

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

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

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.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] 6+ messages in thread

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

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

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.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] 6+ messages in thread

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-09 17:47 [meta-python v4][PATCH 1/6] python3-ifaddr: Integrate a dependency of pysonos Andrei Gherzan
2021-03-09 17:47 ` [meta-python v4][PATCH 2/6] python3-pysonos: Integrate the SONOS control HomeAssistant module Andrei Gherzan
2021-03-09 17:47 ` [meta-python v4][PATCH 3/6] python3-aiohue: Integrate the hue control python module Andrei Gherzan
2021-03-09 17:47 ` [meta-python v4][PATCH 4/6] packagegroup-meta-python: Add new modules (aiohue, ifaddr, pysonos) Andrei Gherzan
2021-03-09 17:47 ` [meta-python v4][PATCH 5/6] python3-pep8: Fix HOMEPAGE Andrei Gherzan
2021-03-09 17:47 ` [meta-python v4][PATCH 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.