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

Add skill-ddg and skill-wolfie as pre installed skills

This commit is contained in:
j1nx
2021-06-09 20:12:51 +02:00
parent eb3b0f072d
commit 3647d9f61e
15 changed files with 129 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_RAKEKEYWORDS
bool "python-rakekeywords"
select BR2_PACKAGE_PYTHON_STOPWORDSISO # runtime
help
Implementation of RAKE - Rapid Automatic Keyword Extraction.
https://github.com/OpenJarbas/RAKEkeywords

View File

@@ -0,0 +1,3 @@
# md5, sha256 from https://pypi.org/pypi/RAKEkeywords/json
md5 47584c5913f281770b018e0247a319e9 RAKEkeywords-0.2.0.tar.gz
sha256 af30377824b4a6364643d788b934f466c5046a2758f008625b9af6efed853f19 RAKEkeywords-0.2.0.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# python-rakekeywords
#
################################################################################
PYTHON_RAKEKEYWORDS_VERSION = 0.2.0
PYTHON_RAKEKEYWORDS_SOURCE = RAKEkeywords-$(PYTHON_RAKEKEYWORDS_VERSION).tar.gz
PYTHON_RAKEKEYWORDS_SITE = https://files.pythonhosted.org/packages/fc/7f/325d2d5660e4022a50b268aa6592954332e6607398922bd7c0210de259be
PYTHON_RAKEKEYWORDS_SETUP_TYPE = setuptools
PYTHON_RAKEKEYWORDS_LICENSE = Apache2
$(eval $(python-package))