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

MycroftOS: Add python-appdirs and python-pako requirements

This commit is contained in:
Peter Steenbergen
2019-09-08 18:42:59 +02:00
parent eb91fa52b2
commit a0289685fc
7 changed files with 55 additions and 0 deletions

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_APPDIRS
bool "python-appdirs"
help
A small Python module for determining appropriate platform-
specific dirs, e.g. a "user data dir".
http://github.com/ActiveState/appdirs

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/appdirs/json
md5 44c679904082a2133f5566c8a0d3ab42 appdirs-1.4.3.tar.gz
sha256 9e5896d1372858f8dd3344faf4e5014d21849c756c8d5701f78f8a103b372d92 appdirs-1.4.3.tar.gz
# Locally computed sha256 checksums
sha256 36ddb4d0a745a93ab203203d7190814b1b89727d254caff48c7a7afbbd47000b LICENSE.txt

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-appdirs
#
################################################################################
PYTHON_APPDIRS_VERSION = 1.4.3
PYTHON_APPDIRS_SOURCE = appdirs-$(PYTHON_APPDIRS_VERSION).tar.gz
PYTHON_APPDIRS_SITE = https://files.pythonhosted.org/packages/48/69/d87c60746b393309ca30761f8e2b49473d43450b150cb08f3c6df5c11be5
PYTHON_APPDIRS_SETUP_TYPE = setuptools
PYTHON_APPDIRS_LICENSE = MIT
PYTHON_APPDIRS_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))