summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-dbus-next/python3-dbus-next_0.1.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python-dbus-next: fix recipe positionNicola Lunghi2019-11-141-11/+0
| | | | | | | | | | | | | the previous patch: 903bfb78a0 python3-dbus-next: first commit of dbus-next 0.1.2 was put in the wrong folder. This fixed that. define PYPI_PACKAGE Fixes fetch issues Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dbus-next: first commit of dbus-next 0.1.2nick83ola2019-10-241-0/+11
>From pypi page: python-dbus-next plans to improve over other DBus libraries for Python in the following ways: * Zero dependencies and pure Python 3. * Support for multiple IO backends including asyncio and the GLib main loop. * Nonblocking IO suitable for GUI development. * Target the latest language features of Python for beautiful services and clients. * Complete implementation of the DBus type system without ever guessing types. * Integration tests for all features of the library. * Completely documented public API. Signed-off-by: Nicola Lunghi <nick83ola@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>