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:
8
buildroot-external/package/python-zipp/Config.in
Normal file
8
buildroot-external/package/python-zipp/Config.in
Normal 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
|
2
buildroot-external/package/python-zipp/python-zipp.hash
Normal file
2
buildroot-external/package/python-zipp/python-zipp.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# sha256 from https://pypi.org/pypi/zipp/json
|
||||
sha256 112929ad649da941c23de50f356a2b5570c954b65150642bccdd66bf194d224b zipp-3.15.0.tar.gz
|
12
buildroot-external/package/python-zipp/python-zipp.mk
Normal file
12
buildroot-external/package/python-zipp/python-zipp.mk
Normal 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))
|
Reference in New Issue
Block a user