1
1
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:
Peter Steenbergen
2021-09-24 21:22:29 +02:00
parent d8750257d5
commit 3c0468d4ee
209 changed files with 14467 additions and 3 deletions

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_BITSTRUCT
bool "python-bitstruct"
help
This module performs conversions between Python values and
C bit field structs represented as Python byte strings.
https://github.com/eerimoq/bitstruct

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/bitstruct/json
md5 9b2503b831532ea26381f5a0e2b41253 bitstruct-8.11.1.tar.gz
sha256 4e7b8769c0f09fee403d0a5f637f8b575b191a79a92e140811aa109ce7461f0c bitstruct-8.11.1.tar.gz
# Locally computed sha256 checksums
sha256 ed3d93b4e2ffa21ef96f74325a3789bbeeaa30e4292579885b485d7712752fe9 LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-bitstruct
#
################################################################################
PYTHON_BITSTRUCT_VERSION = 8.11.1
PYTHON_BITSTRUCT_SOURCE = bitstruct-$(PYTHON_BITSTRUCT_VERSION).tar.gz
PYTHON_BITSTRUCT_SITE = https://files.pythonhosted.org/packages/95/33/9f094b5e32bc0927acf282199d35c384092dd73505c88fadb69292106eaf
PYTHON_BITSTRUCT_SETUP_TYPE = setuptools
PYTHON_BITSTRUCT_LICENSE = MIT
PYTHON_BITSTRUCT_LICENSE_FILES = LICENSE
$(eval $(python-package))