mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-20 09:00:38 -09:00
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
20 lines
693 B
Makefile
20 lines
693 B
Makefile
################################################################################
|
|
#
|
|
# python-pythran
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYTHRAN_VERSION = 0.16.1
|
|
PYTHON_PYTHRAN_SOURCE = pythran-$(PYTHON_PYTHRAN_VERSION).tar.gz
|
|
PYTHON_PYTHRAN_SITE = https://files.pythonhosted.org/packages/73/32/f892675c5009cd4c1895ded3d6153476bf00adb5ad1634d03635620881f5
|
|
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 $(host-python-package))
|