9359325c60
The package is only needed for building Python packages, so it's going to be compiled for host only. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
717 B
Makefile
15 lines
717 B
Makefile
################################################################################
|
|
#
|
|
# python-setuptools-scm-git-archive
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_SETUPTOOLS_SCM_GIT_ARCHIVE_VERSION = 1.1
|
|
PYTHON_SETUPTOOLS_SCM_GIT_ARCHIVE_SOURCE = setuptools_scm_git_archive-$(PYTHON_SETUPTOOLS_SCM_GIT_ARCHIVE_VERSION).tar.gz
|
|
PYTHON_SETUPTOOLS_SCM_GIT_ARCHIVE_SITE = https://files.pythonhosted.org/packages/7e/2c/0c15b29a1b5940250bfdc4a4f53272e35cd7cf8a34159291b6b4ec9eb291
|
|
PYTHON_SETUPTOOLS_SCM_GIT_ARCHIVE_SETUP_TYPE = setuptools
|
|
PYTHON_SETUPTOOLS_SCM_GIT_ARCHIVE_LICENSE = MIT
|
|
PYTHON_SETUPTOOLS_SCM_GIT_ARCHIVE_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(host-python-package))
|