Upgrade buildroot to 2023.05 (from 2021.08.2), kernel is upgraded to 6.3 (from 5.13.19).

This commit is contained in:
PartialVolume
2023-07-05 19:35:21 +01:00
parent 654cfca2bf
commit 2ad6760d0f
8544 changed files with 208276 additions and 109881 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_MPD2
bool "python-mpd2"
help
A Python MPD client library.
https://github.com/Mic92/python-mpd2

View File

@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/python-mpd2/json
md5 f083c107b28525bb4c2580140861d86e python-mpd2-3.1.0.tar.gz
sha256 f33c2cdb0d6baa74a36724f38c1c4a099a7ce2c8ec4a2bb7192150a5855df476 python-mpd2-3.1.0.tar.gz
# Locally computed sha256 checksums
sha256 da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768 LICENSE.txt

View File

@@ -0,0 +1,13 @@
################################################################################
#
# python-mpd2
#
################################################################################
PYTHON_MPD2_VERSION = 3.1.0
PYTHON_MPD2_SITE = https://files.pythonhosted.org/packages/59/32/e57725251ce3117d2ed2a7b76d9722ea9bea26f54b2cc8981d03350e4103
PYTHON_MPD2_SETUP_TYPE = setuptools
PYTHON_MPD2_LICENSE = LGPL-3.0+
PYTHON_MPD2_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))