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:
6
buildroot-external/package/python-kthread/Config.in
Normal file
6
buildroot-external/package/python-kthread/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_KTHREAD
|
||||
bool "python-kthread"
|
||||
help
|
||||
Killable threads in Python!.
|
||||
|
||||
https://github.com/munshigroup/kthread
|
@ -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
|
12
buildroot-external/package/python-kthread/python-kthread.mk
Normal file
12
buildroot-external/package/python-kthread/python-kthread.mk
Normal 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))
|
Reference in New Issue
Block a user