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

MycroftOS: Bump python-mycroft to latest version

- Mycroft version 19.8.3 + Dutch support
- Plus all other requirements updated for this bump.
This commit is contained in:
Peter Steenbergen
2019-11-15 14:07:01 +01:00
parent 093e2d9c52
commit 008f5649ee
11 changed files with 49 additions and 78 deletions

View File

@@ -1,8 +0,0 @@
config BR2_PACKAGE_PYTHON_GTTS_TOKEN
bool "python-gtts_token"
select BR2_PACKAGE_PYTHON_REQUESTS # runtime
help
Calculates a token to run the Google Translate text to
speech.
https://github.com/boudewijn26/gTTS-token

View File

@@ -1,5 +0,0 @@
# md5, sha256 from https://pypi.org/pypi/gtts_token/json
md5 39f56680d81c3d553ccc663f013a48f8 gTTS-token-1.1.1.zip
sha256 74badf3ba37773d8ba4a462a09b64de76a0ebd4015d667a6fdb041c2219283ef gTTS-token-1.1.1.zip
sha256 a45d62dc3a4c5ea71ee1fc3349661394cf84cc801197748f408402b2041d6f32 gTTS-token-1.1.2.tar.gz
sha256 9d6819a85b813f235397ef931ad4b680f03d843c9b2a9e74dd95175a4bc012c5 gTTS-token-1.1.3.tar.gz

View File

@@ -1,13 +0,0 @@
################################################################################
#
# python-gtts_token
#
################################################################################
PYTHON_GTTS_TOKEN_VERSION = 1.1.3
PYTHON_GTTS_TOKEN_SOURCE = gTTS-token-$(PYTHON_GTTS_TOKEN_VERSION).tar.gz
PYTHON_GTTS_TOKEN_SITE = https://files.pythonhosted.org/packages/e7/25/ca6e9cd3275bfc3097fe6b06cc31db6d3dfaf32e032e0f73fead9c9a03ce
PYTHON_GTTS_TOKEN_SETUP_TYPE = setuptools
PYTHON_GTTS_TOKEN_LICENSE = MIT
$(eval $(python-package))