mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-24 07:42:27 +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
16 lines
556 B
Makefile
16 lines
556 B
Makefile
################################################################################
|
|
#
|
|
# python-gast
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_GAST_VERSION = 0.5.3
|
|
PYTHON_GAST_SOURCE = gast-$(PYTHON_GAST_VERSION).tar.gz
|
|
PYTHON_GAST_SITE = https://files.pythonhosted.org/packages/48/a3/0bd844c54ae8141642088b7ae09dd38fec2ec7faa9b7d25bb6a23c1f266f
|
|
PYTHON_GAST_SETUP_TYPE = setuptools
|
|
PYTHON_GAST_LICENSE = BSD-3-Clause
|
|
PYTHON_GAST_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|