bd9fa0e836
Generated with scanpypi and converted to host. It is a dependency of python-scipy. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
20 lines
693 B
Makefile
20 lines
693 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 $(host-python-package))
|