1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Add importlib-metadata and dependencies

This commit is contained in:
j1nx
2023-05-17 09:03:11 +02:00
parent 95e6e0d560
commit 768152d027
7 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
config BR2_PACKAGE_PYTHON_IMPORTLIB_METADATA
bool "python-importlib-metadata"
help
Library to access the metadata for a
Python package.
This package supplies third-party access
to the functionality of importlib.metadata
including improvements added to subsequent
Python versions.
https://github.com/python/importlib_metadata

View File

@@ -0,0 +1,2 @@
# sha256 from https://pypi.org/pypi/importlib-metadata/json
sha256 92501cdf9cc66ebd3e612f1b4f0c0765dfa42f0fa38ffb319b6bd84dd675d705 importlib_metadata-6.6.0.tar.gz

View File

@@ -0,0 +1,12 @@
################################################################################
#
# python-importlib-metadata
#
################################################################################
PYTHON_IMPORTLIB_METADATA_VERSION = 6.6.0
PYTHON_IMPORTLIB_METADATA_SOURCE = importlib_metadata-$(PYTHON_IMPORTLIB_METADATA_VERSION).tar.gz
PYTHON_IMPORTLIB_METADATA_SITE = https://files.pythonhosted.org/packages/0b/1f/9de392c2b939384e08812ef93adf37684ec170b5b6e7ea302d9f163c2ea0
PYTHON_IMPORTLIB_METADATA_SETUP_TYPE = setuptools
$(eval $(python-package))