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,6 @@
config BR2_PACKAGE_PYTHON_PYTZDATA
bool "python-pytzdata"
help
The Olson timezone database for Python.
https://github.com/sdispater/pytzdata

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pytzdata/json
md5 3f8cd323fad2748f08c54a317bd81bc5 pytzdata-2020.1.tar.gz
sha256 3efa13b335a00a8de1d345ae41ec78dd11c9f8807f522d39850f2dd828681540 pytzdata-2020.1.tar.gz
# Locally computed sha256 checksums
sha256 79d76bbec3899d16482163a365c7f65e87a729993a1d65f960f4181e2ecb81a0 LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-pytzdata
#
################################################################################
PYTHON_PYTZDATA_VERSION = 2020.1
PYTHON_PYTZDATA_SOURCE = pytzdata-$(PYTHON_PYTZDATA_VERSION).tar.gz
PYTHON_PYTZDATA_SITE = https://files.pythonhosted.org/packages/67/62/4c25435a7c2f9c7aef6800862d6c227fc4cd81e9f0beebc5549a49c8ed53
PYTHON_PYTZDATA_SETUP_TYPE = setuptools
PYTHON_PYTZDATA_LICENSE = MIT
PYTHON_PYTZDATA_LICENSE_FILES = LICENSE
$(eval $(python-package))