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

Add and/or Bump of all OVOS related packages and skills

This commit is contained in:
j1nx
2021-04-06 10:28:53 +02:00
parent 196affff22
commit f944bc57cc
20 changed files with 127 additions and 3 deletions

View File

@ -0,0 +1,9 @@
config BR2_PACKAGE_PYTHON_RAPIDFUZZ
bool "python-rapidfuzz"
help
RapidFuzz is a fast string matching
library for Python and C++, which is
using the string similarity calculations
from FuzzyWuzzy.
https://github.com/maxbachmann/rapidfuzz

View File

@ -0,0 +1,2 @@
# md5, sha256 from https://pypi.org/pypi
sha256 de20550178376d21bfe1b34a7dc42ab107bb282ef82069cf6dfe2805a0029e26 rapidfuzz-1.4.1.tar.gz

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-rapidfuzz
#
################################################################################
PYTHON_RAPIDFUZZ_VERSION = 1.4.1
PYTHON_RAPIDFUZZ_SOURCE = rapidfuzz-$(PYTHON_RAPIDFUZZ_VERSION).tar.gz
PYTHON_RAPIDFUZZ_SITE = https://files.pythonhosted.org/packages/2f/86/cc342a061f0ae579b31376f23afd737a4a7cf34dfa9199859646cb4a941b
PYTHON_RAPIDFUZZ_SETUP_TYPE = setuptools
PYTHON_RAPIDFUZZ_LICENSE = Apache-2.0
PYTHON_RAPIDFUZZ_LICENSE_FILES = LICENSE
$(eval $(python-package))