mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
15 lines
530 B
Makefile
15 lines
530 B
Makefile
################################################################################
|
|
#
|
|
# python-gast
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_GAST_VERSION = 0.6.0
|
|
PYTHON_GAST_SOURCE = gast-$(PYTHON_GAST_VERSION).tar.gz
|
|
PYTHON_GAST_SITE = https://files.pythonhosted.org/packages/3c/14/c566f5ca00c115db7725263408ff952b8ae6d6a4e792ef9c84e77d9af7a1
|
|
PYTHON_GAST_SETUP_TYPE = setuptools
|
|
PYTHON_GAST_LICENSE = BSD-3-Clause
|
|
PYTHON_GAST_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(host-python-package))
|