a8a7b2676d
Generated with scanpypi and converted to host. It is a dependency of python-beniget and python-pythran. 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>
15 lines
530 B
Makefile
15 lines
530 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 $(host-python-package))
|