1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Add python-dbus-next package + Bump OCP for MPRIS support

This commit is contained in:
Peter Steenbergen
2021-10-06 12:27:39 +02:00
parent 7d26f0ed38
commit e889941cbc
7 changed files with 30 additions and 2 deletions

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_DBUS_NEXT
bool "python-dbus-next"
help
A zero-dependency DBus library for Python with asyncio
support.
https://github.com/altdesktop/python-dbus-next

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/dbus-next/json
md5 0e31605bd90f3460aebcd0bb7fe0dc20 dbus_next-0.2.3.tar.gz
sha256 f4eae26909332ada528c0a3549dda8d4f088f9b365153952a408e28023a626a5 dbus_next-0.2.3.tar.gz
# Locally computed sha256 checksums
sha256 c454ab6b8e0653a8eab828a8cbaaa368a1bbfba982178bb18b6177e311eae4cc LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-dbus-next
#
################################################################################
PYTHON_DBUS_NEXT_VERSION = 0.2.3
PYTHON_DBUS_NEXT_SOURCE = dbus_next-$(PYTHON_DBUS_NEXT_VERSION).tar.gz
PYTHON_DBUS_NEXT_SITE = https://files.pythonhosted.org/packages/ce/45/6a40fbe886d60a8c26f480e7d12535502b5ba123814b3b9a0b002ebca198
PYTHON_DBUS_NEXT_SETUP_TYPE = setuptools
PYTHON_DBUS_NEXT_LICENSE = MIT
PYTHON_DBUS_NEXT_LICENSE_FILES = LICENSE
$(eval $(python-package))