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

MycroftOS: Bump mycroft to latest version

This commit is contained in:
j1nx
2020-06-04 20:54:00 +02:00
parent 70ad6b47d1
commit 8dc732be6d
9 changed files with 28 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_PYXDG
bool "python-pyxdg"
help
PyXDG is a python library to access freedesktop.org standards..
https://freedesktop.org/wiki/Software/pyxdg/

View File

@@ -0,0 +1,2 @@
# md5, sha256 from https://pypi.org/pypi/pyxdg/json
sha256 fe2928d3f532ed32b39c32a482b54136fe766d19936afc96c8f00645f9da1a06 pyxdg-0.26.tar.gz

View File

@@ -0,0 +1,12 @@
################################################################################
#
# python-pyxdg
#
################################################################################
PYTHON_PYXDG_VERSION = 0.26
PYTHON_PYXDG_SOURCE = pyxdg-$(PYTHON_PYXDG_VERSION).tar.gz
PYTHON_PYXDG_SITE = https://files.pythonhosted.org/packages/47/6e/311d5f22e2b76381719b5d0c6e9dc39cd33999adae67db71d7279a6d70f4
PYTHON_PYXDG_SETUP_TYPE = distutils
$(eval $(python-package))