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_PAKO
bool "python-pako"
select BR2_PACKAGE_PYTHON_APPDIRS # runtime
help
The universal package manager library.
https://github.com/MycroftAI/pako

View File

@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pako/json
md5 8eb7077075091c50e4b8a9f939607277 pako-0.2.3.tar.gz
sha256 6be55fd8c5a2a6f02974f37438c1c47a3d9e764ce81c9d0a1a8c9a1815a59778 pako-0.2.3.tar.gz
# Locally computed sha256 checksums
sha256 a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9 LICENSE

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-pako
#
################################################################################
PYTHON_PAKO_VERSION = 0.2.3
PYTHON_PAKO_SOURCE = pako-$(PYTHON_PAKO_VERSION).tar.gz
PYTHON_PAKO_SITE = https://files.pythonhosted.org/packages/96/91/bf16a2f64a6628dfbfd9218f0331fbf73655530608ddd2f8fb597fdb9458
PYTHON_PAKO_SETUP_TYPE = setuptools
PYTHON_PAKO_LICENSE = Apache-2.0
PYTHON_PAKO_LICENSE_FILES = LICENSE
$(eval $(python-package))