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:
7
buildroot-external/package/python-dbus-next/Config.in
Normal file
7
buildroot-external/package/python-dbus-next/Config.in
Normal 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
|
@ -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
|
@ -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))
|
Reference in New Issue
Block a user