1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00
Files
OpenVoiceOS/buildroot-external/package/python-importlib-metadata/python-importlib-metadata.mk
j1nx c474d35965 Bumps all over the place. Work of the last weeks.
To much of a hassle to split into seperate commits.
Needed to push as I see my SSD degrading and are afraid of the crash.
2024-07-20 13:04:35 +00:00

13 lines
552 B
Makefile

################################################################################
#
# python-importlib-metadata
#
################################################################################
PYTHON_IMPORTLIB_METADATA_VERSION = 7.1.0
PYTHON_IMPORTLIB_METADATA_SOURCE = importlib_metadata-$(PYTHON_IMPORTLIB_METADATA_VERSION).tar.gz
PYTHON_IMPORTLIB_METADATA_SITE = https://files.pythonhosted.org/packages/a0/fc/c4e6078d21fc4fa56300a241b87eae76766aa380a23fc450fc85bb7bf547
PYTHON_IMPORTLIB_METADATA_SETUP_TYPE = setuptools
$(eval $(python-package))