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

Add python wheel package

This commit is contained in:
Peter Steenbergen
2021-09-22 16:00:20 +02:00
parent 3b8a390b6c
commit 014bbf9653
5 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,12 @@
################################################################################
#
# 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))