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

Bump ovos plugin manager

This commit is contained in:
j1nx
2021-06-23 12:44:03 +02:00
parent 99033de52f
commit 22957f5629
7 changed files with 31 additions and 2 deletions

View File

@ -0,0 +1,8 @@
config BR2_PACKAGE_PYTHON_MEMORY_TEMPFILE
bool "python-memory-tempfile"
help
Helper functions to identify and use paths on the OS
(Linux-only for now) where RAM-based tempfiles can be
created.
https://github.com/mbello/memory-tempfile

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/memory-tempfile/json
md5 f6a373ab06257702a5df29748332ff85 memory-tempfile-2.2.3.tar.gz
sha256 4f23842924359e0ef9ecf9194f9e01437e119a96e77c9ad26af0e706aca849d5 memory-tempfile-2.2.3.tar.gz
# Locally computed sha256 checksums
sha256 68aad546d017f69099ce597e8f62a2e112a5b208f9aa85a1496341a871f4d769 LICENSE.txt

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-memory-tempfile
#
################################################################################
PYTHON_MEMORY_TEMPFILE_VERSION = 2.2.3
PYTHON_MEMORY_TEMPFILE_SOURCE = memory-tempfile-$(PYTHON_MEMORY_TEMPFILE_VERSION).tar.gz
PYTHON_MEMORY_TEMPFILE_SITE = https://files.pythonhosted.org/packages/7c/da/588403f523b1dfc9f70891b21d70f3d0f23b8c56985ca60af6b99c2c9dfc
PYTHON_MEMORY_TEMPFILE_SETUP_TYPE = setuptools
PYTHON_MEMORY_TEMPFILE_LICENSE = MIT
PYTHON_MEMORY_TEMPFILE_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))