1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-25 16:22:58 +01:00
OpenVoiceOS/buildroot-external/package/python-wheel/python-wheel.mk
j1nx c6460b9307 [WIP] Pushed for backup.
... Do not build this as of yet ...
2023-06-01 15:16:04 +02:00

14 lines
493 B
Makefile

################################################################################
#
# python-wheel
#
################################################################################
PYTHON_WHEEL_VERSION = 0.37.0
PYTHON_WHEEL_SOURCE = wheel-$(PYTHON_WHEEL_VERSION).tar.gz
PYTHON_WHEEL_SITE = https://files.pythonhosted.org/packages/4e/be/8139f127b4db2f79c8b117c80af56a3078cc4824b5b94250c7f81a70e03b
PYTHON_WHEEL_SETUP_TYPE = setuptools
$(eval $(python-package))
$(eval $(host-python-package))