mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-06 06:20:28 +01:00
e84818f62e
- Changes to the raspberypi board folder/structure - Bump python related poackages and fixes to Python3.10 - Bump KF5 framewerk packages to 5.91 - Bump qtwebengine to 5.15.8 - Bump/Add/Fix all OVOS related packages - Fixes all over the OpenVoiceOS structure for 2022.02.1
21 lines
719 B
Makefile
21 lines
719 B
Makefile
################################################################################
|
|
#
|
|
# python-pythran
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYTHRAN_VERSION = 0.11.0
|
|
PYTHON_PYTHRAN_SOURCE = pythran-$(PYTHON_PYTHRAN_VERSION).tar.gz
|
|
PYTHON_PYTHRAN_SITE = https://files.pythonhosted.org/packages/88/9f/161f08131abf7f23920cee29b691de27f10fd97ac09fb2f3532b3a7f9b96
|
|
PYTHON_PYTHRAN_SETUP_TYPE = setuptools
|
|
PYTHON_PYTHRAN_LICENSE = BSD-3-Clause
|
|
PYTHON_PYTHRAN_LICENSE_FILES = LICENSE docs/LICENSE.rst
|
|
HOST_PYTHON_PYTHRAN_DEPENDENCIES = \
|
|
host-python-beniget \
|
|
host-python-gast \
|
|
host-python-numpy \
|
|
host-python-ply
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|