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:
6
buildroot-external/package/python-pyxdg/Config.in
Normal file
6
buildroot-external/package/python-pyxdg/Config.in
Normal 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/
|
@@ -0,0 +1,2 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pyxdg/json
|
||||
sha256 fe2928d3f532ed32b39c32a482b54136fe766d19936afc96c8f00645f9da1a06 pyxdg-0.26.tar.gz
|
12
buildroot-external/package/python-pyxdg/python-pyxdg.mk
Normal file
12
buildroot-external/package/python-pyxdg/python-pyxdg.mk
Normal 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))
|
Reference in New Issue
Block a user