mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Add python-tutubo package and dependencies
This commit is contained in:
7
buildroot-external/package/python-ytmusicapi/Config.in
Normal file
7
buildroot-external/package/python-ytmusicapi/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_YTMUSICAPI
|
||||
bool "python-ytmusicapi"
|
||||
select BR2_PACKAGE_PYTHON_REQUESTS # runtime
|
||||
help
|
||||
Unofficial API for YouTube Music.
|
||||
|
||||
https://github.com/sigma67/ytmusicapi
|
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/ytmusicapi/json
|
||||
md5 0bb02d50f8670e9672bb921454b6dae7 ytmusicapi-0.19.4.tar.gz
|
||||
sha256 0001947daf757fd6aab8f2d066cf644036d95eb06bc6348115d588af10790ff2 ytmusicapi-0.19.4.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 5e3da7b4964fbdeb57de799e89987d58039b84d7c46bce09e48fb2a2d30a5cc4 LICENSE
|
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-ytmusicapi
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_YTMUSICAPI_VERSION = 0.19.4
|
||||
PYTHON_YTMUSICAPI_SOURCE = ytmusicapi-$(PYTHON_YTMUSICAPI_VERSION).tar.gz
|
||||
PYTHON_YTMUSICAPI_SITE = https://files.pythonhosted.org/packages/10/f2/d562a14119904808edb1d328e8200fc80f152620267e7a564b468583a626
|
||||
PYTHON_YTMUSICAPI_SETUP_TYPE = setuptools
|
||||
PYTHON_YTMUSICAPI_LICENSE = MIT
|
||||
PYTHON_YTMUSICAPI_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user