generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
18
package/python-flit-core/python-flit-core.mk
Normal file
18
package/python-flit-core/python-flit-core.mk
Normal file
@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-flit-core
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_FLIT_CORE_VERSION = 3.7.1
|
||||
PYTHON_FLIT_CORE_SOURCE = flit_core-$(PYTHON_FLIT_CORE_VERSION).tar.gz
|
||||
PYTHON_FLIT_CORE_SITE = https://files.pythonhosted.org/packages/15/d1/d8798b83e953fd6f86ca9b50f93eec464a9305b0661469c8234e61095481
|
||||
PYTHON_FLIT_CORE_LICENSE = BSD-3-Clause
|
||||
PYTHON_FLIT_CORE_SETUP_TYPE = flit-bootstrap
|
||||
|
||||
# Use flit built in bootstrap_install for installing host-python-flit-core.
|
||||
# This is due to host-python-installer depending on host-python-flit-core.
|
||||
#
|
||||
HOST_PYTHON_FLIT_CORE_BASE_INSTALL_CMD = -m bootstrap_install dist/* $(HOST_PKG_PYTHON_PEP517_BOOTSTRAP_INSTALL_OPTS)
|
||||
|
||||
$(eval $(host-python-package))
|
||||
Reference in New Issue
Block a user