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:
9
buildroot-external/package/python-rapidfuzz/Config.in
Normal file
9
buildroot-external/package/python-rapidfuzz/Config.in
Normal 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
|
@ -0,0 +1,2 @@
|
||||
# md5, sha256 from https://pypi.org/pypi
|
||||
sha256 de20550178376d21bfe1b34a7dc42ab107bb282ef82069cf6dfe2805a0029e26 rapidfuzz-1.4.1.tar.gz
|
@ -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))
|
Reference in New Issue
Block a user