mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Add python-audio-metadata and dependencies
This commit is contained in:
7
buildroot-external/package/python-pprintpp/Config.in
Normal file
7
buildroot-external/package/python-pprintpp/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_PPRINTPP
|
||||
bool "python-pprintpp"
|
||||
help
|
||||
pprint++: a drop-in replacement for
|
||||
pprint that's actually pretty.
|
||||
|
||||
https://github.com/wolever/pprintpp
|
@ -0,0 +1,2 @@
|
||||
# sha256 from https://pypi.org/pypi/a
|
||||
sha256 ea826108e2c7f49dc6d66c752973c3fc9749142a798d6b254e1e301cfdbc6403 pprintpp-0.4.0.tar.gz
|
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pprintpp
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PPRINTPP_VERSION = 0.4.0
|
||||
PYTHON_PPRINTPP_SOURCE = pprintpp-$(PYTHON_PPRINTPP_VERSION).tar.gz
|
||||
PYTHON_PPRINTPP_SITE = https://files.pythonhosted.org/packages/06/1a/7737e7a0774da3c3824d654993cf57adc915cb04660212f03406334d8c0b
|
||||
PYTHON_PPRINTPP_SETUP_TYPE = setuptools
|
||||
PYTHON_PPRINTPP_LICENSE = MIT
|
||||
PYTHON_PPRINTPP_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user