diff options
| author | Bartosz Golaszewski <brgl@bgdev.pl> | 2021-03-20 22:23:06 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-03-22 09:19:13 -0700 |
| commit | 3c21ab9e58576662120f1c9c23a9ea1c09ff1b1f (patch) | |
| tree | b19183414a2498cf83934c0e95bfca157893cf95 /meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb | |
| parent | c8957a09c4c04bcda94dd8ed76374c83e289b909 (diff) | |
| download | meta-openembedded-3c21ab9e58576662120f1c9c23a9ea1c09ff1b1f.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb | 11 |
1 files changed, 11 insertions, 0 deletions
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 0000000000..f521a9a68b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | SUMMARY = "A native Python implementation of the DBus protocol for Twisted applications." | ||
| 2 | AUTHOR = "Tom Cocagne" | ||
| 3 | HOMEPAGE = "https://pypi.org/project/txdbus/" | ||
| 4 | SECTION = "devel/python" | ||
| 5 | LICENSE = "MIT" | ||
| 6 | LIC_FILES_CHKSUM = "file://README.rst;beginline=32;endline=32;md5=2141358b0bce85fc45216ba91735ad50" | ||
| 7 | |||
| 8 | SRC_URI[md5sum] = "d397357dee78750385f92ca9c6c1f063" | ||
| 9 | SRC_URI[sha256sum] = "8375a5fb68a12054f0def91af800c821fb2232949337756ed975f88d8ea2bc97" | ||
| 10 | |||
| 11 | inherit pypi setuptools3 | ||
