Add a recipe for python3-txdbus: a native Python implementation of the DBus protocol for Twisted applications.
Signed-off-by: Bartosz Golaszewski <[email protected]> --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../recipes-devtools/python/python3-txdbus_1.1.2.bb | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index 45d370c77..c5ebb661c 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb @@ -411,6 +411,7 @@ RDEPENDS_packagegroup-meta-python3 = "\ python3-twitter \ python3-twofish \ python3-txaio \ + python3-txdbus \ python3-txws \ python3-typed-ast \ python3-typeguard \ diff --git a/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb b/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb new file mode 100644 index 000000000..f521a9a68 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb @@ -0,0 +1,11 @@ +SUMMARY = "A native Python implementation of the DBus protocol for Twisted applications." +AUTHOR = "Tom Cocagne" +HOMEPAGE = "https://pypi.org/project/txdbus/" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://README.rst;beginline=32;endline=32;md5=2141358b0bce85fc45216ba91735ad50" + +SRC_URI[md5sum] = "d397357dee78750385f92ca9c6c1f063" +SRC_URI[sha256sum] = "8375a5fb68a12054f0def91af800c821fb2232949337756ed975f88d8ea2bc97" + +inherit pypi setuptools3 -- 2.30.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#90235): https://lists.openembedded.org/g/openembedded-devel/message/90235 Mute This Topic: https://lists.openembedded.org/mt/81488248/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
