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

Bumps all over the place. Work of the last weeks.

To much of a hassle to split into seperate commits.
Needed to push as I see my SSD degrading and are afraid of the crash.
This commit is contained in:
j1nx
2024-07-20 13:04:35 +00:00
parent 4d74ba30d6
commit c474d35965
244 changed files with 4828 additions and 929 deletions

View File

@@ -1,5 +1,14 @@
config BR2_PACKAGE_PYTHON_OVOS_PLUGIN_MANAGER
bool "python-ovos-plugin-manager"
select BR2_PACKAGE_PYTHON_OVOS_UTILS
select BR2_PACKAGE_PYTHON_OVOS_BUS_CLIENT
select BR2_PACKAGE_PYTHON_OVOS_CONFIG
select BR2_PACKAGE_PYTHON_COMBO_LOCK
select BR2_PACKAGE_PYTHON_REQUESTS
select BR2_PACKAGE_PYTHON_QUEBRA_FRASES
select BR2_PACKAGE_PYTHON_LANGCODES
select BR2_PACKAGE_PYTHON_IMPORTLIB_METADATA
select BR2_PACKAGE_PYTHON_SETUPTOOLS
help
OPM can be used to search, install, load
and create plugins for the OpenVoiceOS ecosystem!

View File

@@ -1 +1 @@
sha256 2642bdde9eff11333d60c8097ced046e4d5c16121e60ffff92adc9ac26995f96 python-ovos-plugin-manager-7eba4f0911e68aed315ec9029727ac052d363b95.tar.gz
sha256 22df0d387b80a0bfd294dcfbe8f54c73ef5d74b7067ef1580b8a4778fdce3e71 python-ovos-plugin-manager-9857a3ef5d2b348b2276fbf5821bea71b6678cfa.tar.gz

View File

@@ -4,7 +4,7 @@
#
################################################################################
PYTHON_OVOS_PLUGIN_MANAGER_VERSION = 7eba4f0911e68aed315ec9029727ac052d363b95
PYTHON_OVOS_PLUGIN_MANAGER_VERSION = 9857a3ef5d2b348b2276fbf5821bea71b6678cfa
PYTHON_OVOS_PLUGIN_MANAGER_SITE = $(call github,OpenVoiceOS,ovos-plugin-manager,$(PYTHON_OVOS_PLUGIN_MANAGER_VERSION))
PYTHON_OVOS_PLUGIN_MANAGER_SETUP_TYPE = setuptools
PYTHON_OVOS_PLUGIN_MANAGER_LICENSE_FILES = LICENSE