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,8 @@
config BR2_PACKAGE_PYTHON_ZIPP
bool "python-zipp"
help
A pathlib-compatible Zipfile object wrapper.
Official backport of the standard library
Path object.
https://github.com/jaraco/zipp

View File

@@ -0,0 +1,2 @@
# sha256 from https://pypi.org/pypi/zipp/json
sha256 112929ad649da941c23de50f356a2b5570c954b65150642bccdd66bf194d224b zipp-3.15.0.tar.gz

View File

@@ -0,0 +1,12 @@
################################################################################
#
# python-zipp
#
################################################################################
PYTHON_ZIPP_VERSION = 3.15.0
PYTHON_ZIPP_SOURCE = zipp-$(PYTHON_ZIPP_VERSION).tar.gz
PYTHON_ZIPP_SITE = https://files.pythonhosted.org/packages/00/27/f0ac6b846684cecce1ee93d32450c45ab607f65c2e0255f0092032d91f07
PYTHON_ZIPP_SETUP_TYPE = setuptools
$(eval $(python-package))