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

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.