mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-06 15:20:12 +00:00
python3-txdbus: new package
Add a recipe for python3-txdbus: a native Python implementation of the DBus protocol for Twisted applications. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
c8957a09c4
commit
3c21ab9e58
@@ -412,6 +412,7 @@ RDEPENDS_packagegroup-meta-python3 = "\
|
||||
python3-twitter \
|
||||
python3-twofish \
|
||||
python3-txaio \
|
||||
python3-txdbus \
|
||||
python3-txws \
|
||||
python3-typed-ast \
|
||||
python3-typeguard \
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user