mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
[WIP] Working on implementing all sj201-interface dependencies
Leaving it for now as circuitpython needs some thoughs to implement into the buildroot system.
This commit is contained in:
7
buildroot-external/package/python-sysv-ipc/Config.in
Normal file
7
buildroot-external/package/python-sysv-ipc/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_SYSV_IPC
|
||||
bool "python-sysv-ipc"
|
||||
help
|
||||
System V IPC primitives (semaphores, shared memory and
|
||||
message queues) for Python.
|
||||
|
||||
http://semanchuk.com/philip/sysv_ipc/
|
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/sysv-ipc/json
|
||||
md5 6a33df3ab82dd975340379d928d5aa40 sysv_ipc-1.1.0.tar.gz
|
||||
sha256 0f063cbd36ec232032e425769ebc871f195a7d183b9af32f9901589ea7129ac3 sysv_ipc-1.1.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 0d92554ea62693c30787219805b7ea9b795c16526b75c762e9824e66dedc48a3 LICENSE
|
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-sysv-ipc
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SYSV_IPC_VERSION = 1.1.0
|
||||
PYTHON_SYSV_IPC_SOURCE = sysv_ipc-$(PYTHON_SYSV_IPC_VERSION).tar.gz
|
||||
PYTHON_SYSV_IPC_SITE = https://files.pythonhosted.org/packages/0c/d7/5d2f861155e9749f981e6c58f2a482d3ab458bf8c35ae24d4b4d5899ebf9
|
||||
PYTHON_SYSV_IPC_SETUP_TYPE = setuptools
|
||||
PYTHON_SYSV_IPC_LICENSE = FIXME: please specify the exact BSD version
|
||||
PYTHON_SYSV_IPC_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user