mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
Upgrade buildroot to 2023.05 (from 2021.08.2), kernel is upgraded to 6.3 (from 5.13.19).
This commit is contained in:
6
package/python-mpd2/Config.in
Normal file
6
package/python-mpd2/Config.in
Normal 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
|
||||
5
package/python-mpd2/python-mpd2.hash
Normal file
5
package/python-mpd2/python-mpd2.hash
Normal 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
|
||||
13
package/python-mpd2/python-mpd2.mk
Normal file
13
package/python-mpd2/python-mpd2.mk
Normal 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))
|
||||
Reference in New Issue
Block a user