mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_MPD2
|
||||
bool "python-mpd2"
|
||||
help
|
||||
A Python MPD client library.
|
||||
|
||||
https://github.com/Mic92/python-mpd2
|
||||
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/python-mpd2/json
|
||||
md5 594dff3e53c8eb6f583ba642bc2c1a27 python-mpd2-3.0.5.tar.gz
|
||||
sha256 6f1bffd93b9a32fc018a9bbf3487505b52e0d757ec34066905c60a912d492384 python-mpd2-3.0.5.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768 LICENSE.txt
|
||||
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-mpd2
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_MPD2_VERSION = 3.0.5
|
||||
PYTHON_MPD2_SITE = https://files.pythonhosted.org/packages/ed/c2/263621bdbbc37fa1a55fa1a7f66fd601bf08b3f87481e318a3509fb6c4bf
|
||||
PYTHON_MPD2_SETUP_TYPE = setuptools
|
||||
PYTHON_MPD2_LICENSE = LGPL-3.0+
|
||||
PYTHON_MPD2_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user