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

Bump ovos-utils + add python-kthread package

This commit is contained in:
j1nx
2021-01-20 15:31:27 +01:00
parent f9b52dfddc
commit c7b6b23a06
7 changed files with 25 additions and 2 deletions

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_KTHREAD
bool "python-kthread"
help
Killable threads in Python!.
https://github.com/munshigroup/kthread

View File

@ -0,0 +1,3 @@
# md5, sha256 from https://pypi.org/pypi/kthread/json
md5 5218d687f20d9c158c2cbcda5e73a16d kthread-0.2.2.tar.gz
sha256 9fb0e4e987854732333e9a15009442e79d665a667a9d24d30460acac0ccb2c8d kthread-0.2.2.tar.gz

View File

@ -0,0 +1,12 @@
################################################################################
#
# python-kthread
#
################################################################################
PYTHON_KTHREAD_VERSION = 0.2.2
PYTHON_KTHREAD_SOURCE = kthread-$(PYTHON_KTHREAD_VERSION).tar.gz
PYTHON_KTHREAD_SITE = https://files.pythonhosted.org/packages/cc/32/cf425dc4622888376ddac4ee8105bd4a90b18a291a69c63d7bb702cb79bd
PYTHON_KTHREAD_SETUP_TYPE = setuptools
$(eval $(python-package))